From 117cfc10c6d4a0a9346a29353860d1185d1ea224 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Fri, 30 Sep 2022 18:17:54 +0200 Subject: Add support for turning hast into swc --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index d7c1745..a201f9d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,6 +26,7 @@ unicode-id = { version = "0.3", features = ["no_std"] } env_logger = "0.9" criterion = "0.4" pretty_assertions = "1" +swc_ecma_codegen = "0.127" swc_common = "0.29" swc_ecma_parser = "0.122" swc_ecma_ast = "0.94" -- cgit