-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitmodules
More file actions
21 lines (21 loc) · 1.46 KB
/
Copy path.gitmodules
File metadata and controls
21 lines (21 loc) · 1.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Test-time reference: the tc39 conformance suite the `src/polyfills` shims are
# run against. Never a build input - nothing here is compiled or shipped.
#
# `sparse-checkout` is honored by scripts/fleet/git-partial-submodule.mts;
# vanilla `git submodule update` ignores the field and would fetch the whole
# ~270 MB corpus. The subtree list mirrors `test/test262-config/features.json`,
# which is the single source: the runner fails loud when a feature there names a
# directory this list does not carry.
#
# no-release-tag: tc39 publishes no releases - the only tags are automated
# web-features-manifest snapshots.
# test262-2026.07.02 (2026-07-02) sha256:c50acd8a9f047d98f8e4e19993d5aa00524e763d4c1cadee4c6053565103065b
[submodule "upstream/test262"]
path = upstream/test262
url = https://github.com/tc39/test262.git
ref = 64ff467c0c1d60c077995bb7c5f93a9d8cc8ade1
branch = main
shallow = true
ignore = dirty
sparse-checkout = harness/ test/built-ins/Iterator/ test/built-ins/Array/prototype/toReversed/ test/built-ins/Array/prototype/toSorted/ test/built-ins/Map/groupBy/ test/built-ins/Object/groupBy/ test/built-ins/Promise/try/ test/built-ins/Promise/withResolvers/ test/built-ins/Set/prototype/difference/ test/built-ins/Set/prototype/intersection/ test/built-ins/Set/prototype/isDisjointFrom/ test/built-ins/Set/prototype/isSubsetOf/ test/built-ins/Set/prototype/isSupersetOf/ test/built-ins/Set/prototype/symmetricDifference/ test/built-ins/Set/prototype/union/
verify = none