summaryrefslogtreecommitdiff
path: root/cli/Cargo.toml
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-04-30 20:18:50 +0200
committerGitHub <noreply@github.com>2020-04-30 20:18:50 +0200
commitf79cb08e0b9afa7609a353a464e0876d8c8a593c (patch)
tree6bdd82b47db4f5f228a8271c04099dbc6218a176 /cli/Cargo.toml
parent898773d3f89b12e84d371644d4f13dec078bdc13 (diff)
feat: add SWC dependency analyzer (#5015)
This commit adds "analyze_dependencies" function that uses SWC (by the means of AstParser) to perform analysis of static and dynamic imports.
Diffstat (limited to 'cli/Cargo.toml')
-rw-r--r--cli/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index ed3941f3c..7cc3c62d8 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -64,6 +64,7 @@ walkdir = "2.3.1"
warp = "0.2.2"
semver-parser = "0.9.0"
uuid = { version = "0.8.1", features = ["v4"] }
+swc_ecma_visit = { version = "=0.1.0" }
[target.'cfg(windows)'.dependencies]
winapi = "0.3.8"