blob: 2c39cc3e94774074883136b155838aff5d9b29be (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[submodule "chromium_build"]
path = core/libdeno/build
url = https://github.com/denoland/chromium_build.git
[submodule "deno_std"]
path = js/deps/https/deno.land/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
|