2018-01-12 10:53:06 +03:00
|
|
|
[submodule "ecmascript/test262-parser-tests"]
|
2021-11-10 13:00:54 +03:00
|
|
|
path = crates/swc_ecma_parser/tests/test262-parser
|
2019-11-26 04:08:48 +03:00
|
|
|
url = https://github.com/tc39/test262-parser-tests.git
|
2021-05-20 07:51:30 +03:00
|
|
|
shallow = true
|
2022-05-03 05:49:06 +03:00
|
|
|
ignore = dirty
|
|
|
|
[submodule "html/html5lib-tests"]
|
|
|
|
path = crates/swc_html_parser/tests/html5lib-tests
|
|
|
|
url = https://github.com/html5lib/html5lib-tests.git
|
|
|
|
shallow = true
|
2024-05-23 08:18:32 +03:00
|
|
|
ignore = dirty
|
|
|
|
[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
|