1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/.gitmodules
Ryan Dahl ddcad56ee9
Move deno_std to a more convenient location. (#3057)
js/deps/https/deno.land/std -> js/std
2019-10-04 14:49:32 -04:00

14 lines
459 B
Text

[submodule "chromium_build"]
path = core/libdeno/build
url = https://github.com/denoland/chromium_build.git
[submodule "deno_std"]
path = std
url = https://github.com/denoland/deno_std.git
[submodule "deno_third_party"]
path = third_party
url = https://github.com/denoland/deno_third_party.git
[submodule "typescript"]
path = deno_typescript/typescript
url = https://github.com/microsoft/TypeScript.git
fetchRecurseSubmodules = false
shallow = true