-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
25 lines (25 loc) · 968 Bytes
/
Copy path.gitmodules
File metadata and controls
25 lines (25 loc) · 968 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[submodule "vendor/test262"]
path = vendor/test262
url = https://github.com/tc39/test262.git
[submodule "vendor/spec"]
path = vendor/spec
url = https://github.com/WebAssembly/spec.git
# vendor/wpt is cloned shallow and cone-sparse-checked-out.
# Materialized trees only:
# resources/ testharness.js + testharnessreport.js
# common/
# websockets/
# wasm/jsapi/
# url/
# fetch/
# FileAPI/
# streams/
# xhr/ resource handlers used by fetch tests
# tools/{serve,wptserve,manifest,metadata,gitignore,third_party}/
# After `git submodule update --init --depth 1 vendor/wpt`:
# git -C vendor/wpt sparse-checkout init --cone
# git -C vendor/wpt sparse-checkout set resources common websockets wasm/jsapi url fetch FileAPI streams xhr tools/serve tools/wptserve tools/manifest tools/metadata tools/gitignore tools/third_party
[submodule "vendor/wpt"]
path = vendor/wpt
url = https://github.com/web-platform-tests/wpt.git
shallow = true