oxc/.gitmodules
Boshen 6758b0c66c feat(coverage): add typescript conformance (currently 4287/4861 88.19%)
Some of the files are not being parsed because we are currently less
recoverable than TypeScript.
2023-02-11 23:46:28 -08:00

18 lines
471 B
Text

[submodule "tasks/coverage/test262"]
path = tasks/coverage/test262
url = git@github.com:tc39/test262.git
shallow = true
branch = main
ignore = dirty
[submodule "tasks/coverage/babel"]
path = tasks/coverage/babel
url = git@github.com:babel/babel.git
shallow = true
branch = main
ignore = dirty
[submodule "tasks/coverage/typescript"]
path = tasks/coverage/typescript
url = git@github.com:microsoft/TypeScript.git
shallow = true
branch = main
ignore = dirty