oxc/.gitmodules
2023-02-24 13:08:22 +08:00

15 lines
423 B
Text

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