diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-04-30 20:18:50 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-30 20:18:50 +0200 |
| commit | f79cb08e0b9afa7609a353a464e0876d8c8a593c (patch) | |
| tree | 6bdd82b47db4f5f228a8271c04099dbc6218a176 /cli/Cargo.toml | |
| parent | 898773d3f89b12e84d371644d4f13dec078bdc13 (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.toml | 1 |
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" |
