From e50fb638f73528e96ceb88f7c3feee613c397344 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Wed, 5 Oct 2022 16:31:51 +0200 Subject: Add support for rewriting JSX --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index a201f9d..0cc6fd0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,8 +28,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" +swc_ecma_parser = "0.122" +swc_ecma_visit = "0.80" [build-dependencies] regex = "1" -- cgit