jsx/solid bundle

This commit is contained in:
Robin Appelman 2023-04-10 18:57:46 +02:00
commit 10ea8ddcbc
16 changed files with 458 additions and 44 deletions

View file

@ -14,6 +14,12 @@ swc_bundler = "0.212.5"
swc_ecma_loader = "0.42.5"
swc_ecma_ast = "0.102.5"
swc_atoms = "0.4.43"
swc_ecma_parser = "0.132.6"
swc_ecma_parser = { version = "0.132.6", features = ["typescript"] }
swc_ecma_codegen = "0.137.6"
swc_ecma_transforms_base = "0.125.1"
swc_ecma_transforms_typescript = "0.175.4"
swc_ecma_visit = "0.88.5"
anyhow = "1.0.70"
jsx-dom-expressions = { version = "0.1", git = "https://github.com/icewind1991/swc-plugin-jsx-dom-expressions" }
#jsx-dom-expressions = { version = "0.1", path = "../../../rust/swc-plugin-jsx-dom-expressions" }