Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,9 @@
[submodule "crates/swc_ecma_transforms_proposal/tests/decorator-tests"]
path = crates/swc_ecma_transforms_proposal/tests/decorator-tests
url = https://github.com/evanw/decorator-tests
[submodule "test262"]
path = test262
url = https://github.com/tc39/test262.git
shallow = true
ignore = dirty
branch = main
98 changes: 98 additions & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions crates/swc_ecma_parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ swc_ecma_ast = { version = "18.0.0", path = "../swc_ecma_ast", features = [
] }
swc_ecma_visit = { version = "18.0.1", path = "../swc_ecma_visit" }
swc_malloc = { version = "1.2.4", path = "../swc_malloc" }
swc_test262 = { version = "0.1.0", path = "../swc_test262" }
testing = { version = "18.0.0", path = "../testing" }

[[example]]
Expand Down
Loading
Loading