Skip to content

Commit

Permalink
chore(core): refactor typescript rust import locator
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz committed Jul 17, 2023
1 parent b1676df commit 6c3d0f3
Show file tree
Hide file tree
Showing 2 changed files with 300 additions and 244 deletions.
3 changes: 2 additions & 1 deletion packages/nx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ swc_common = "0.31.16"
swc_ecma_parser = { version = "0.137.1", features = ["typescript"] }
swc_ecma_visit = "0.93.0"
swc_ecma_ast = "0.107.0"
swc_ecma_dep_graph = "0.109.1"

[lib]
crate-type = ['cdylib']
Expand All @@ -41,3 +40,5 @@ napi-build = '2.0.1'

[dev-dependencies]
assert_fs = "1.0.10"
# This is only used for unit tests
swc_ecma_dep_graph = "0.109.1"
Loading

0 comments on commit 6c3d0f3

Please sign in to comment.