mirror of
https://github.com/swc-project/swc.git
synced 2024-12-23 21:54:36 +03:00
8c7005d7ab
swc: - Move tests from node-swc to swc - Add integration tests (webpack, rxjs, angular-core) - Support `exclude` swc_ecma_transforms: - More span validation - classes: - Strip `TsIndexSignature` swc_ecma_parser: - Fix span of member expression - Fix span of binary expression - Fix span of unary expression
13 lines
492 B
Plaintext
13 lines
492 B
Plaintext
[submodule "ecmascript/test262-parser-tests"]
|
|
path = ecmascript/parser/tests/test262-parser
|
|
url = https://github.com/tc39/test262-parser-tests.git
|
|
[submodule "tests/projects/rxjs"]
|
|
path = tests/projects/rxjs/repo
|
|
url = git@github.com:ReactiveX/rxjs.git
|
|
[submodule "tests/projects/webpack"]
|
|
path = tests/projects/webpack/repo
|
|
url = git@github.com:webpack/webpack.git
|
|
[submodule "tests/projects/angular/repo"]
|
|
path = tests/projects/angular/repo
|
|
url = git@github.com:angular/angular.git
|