diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-03-28 19:16:57 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-28 14:16:57 -0400 |
| commit | 3fac487461abf055165fe0e2bb962573950277b8 (patch) | |
| tree | c0ba09a2049975f9eb8625365e3ba395e67d8b50 /Cargo.lock | |
| parent | bced52505f32d6cca4f944bb610a8a26767908a8 (diff) | |
feat: Add "deno doc" subcommand (#4500)
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index 6a178bf03..ca7a0a367 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -493,6 +493,10 @@ dependencies = [ "serde_derive", "serde_json", "sourcemap", + "swc_common", + "swc_ecma_ast", + "swc_ecma_parser", + "swc_ecma_parser_macros", "sys-info", "tempfile", "termcolor", |
