Skip to content

Commit

Permalink
fix: 修复 JSX 解析报错问题
Browse files Browse the repository at this point in the history
  • Loading branch information
luckyadam committed Oct 11, 2023
1 parent 569784e commit 7818a16
Show file tree
Hide file tree
Showing 9 changed files with 375 additions and 45 deletions.
235 changes: 235 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ swc_ecma_ast = {version = "0.110.0"}
swc_ecma_codegen = "0.146.0"
swc_ecma_parser = "0.141.0"
swc_ecma_visit = "0.96.0"
swc_ecmascript = {version = "0.235.1", features = ["transforms", "typescript"]}
swc_ecma_transforms_base = "0.134.0"

[build-dependencies]
napi-build = "2.0.1"
Expand Down
Loading

0 comments on commit 7818a16

Please # to comment.