mirror of
https://github.com/swc-project/swc.git
synced 2024-11-22 06:46:41 +03:00
95472e4037
**Description:** Add https://github.com/evanw/decorator-tests as partially ignored tests so we can work on decorator fixes gradually.
14 lines
550 B
Plaintext
14 lines
550 B
Plaintext
[submodule "ecmascript/test262-parser-tests"]
|
|
path = crates/swc_ecma_parser/tests/test262-parser
|
|
url = https://github.com/tc39/test262-parser-tests.git
|
|
shallow = true
|
|
ignore = dirty
|
|
[submodule "html/html5lib-tests"]
|
|
path = crates/swc_html_parser/tests/html5lib-tests
|
|
url = https://github.com/html5lib/html5lib-tests.git
|
|
shallow = true
|
|
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
|