Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/scripts/clone-parallel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ set -euo pipefail

# Submodule commit SHAs - updated automatically by .github/workflows/update_submodules.yml
# NOTE: Prettier version is now pinned to v3.7.3 (not updated by workflow above), Update manually as needed
TEST262_SHA="d0994d64b07cb6c164dd9f345c94ed797a53d69f"
BABEL_SHA="7958603449cf9b17296f6bce58801a832bc55b09"
TYPESCRIPT_SHA="669c25c091ad4d32298d0f33b0e4e681d46de3ea"
TEST262_SHA="7dd5f97e955977edfb60d8e0a4d5f34ff8b838ca"
BABEL_SHA="ec4aa1473d72f4294b6da32598c910b3df2e99f3"
TYPESCRIPT_SHA="38d95c8001300f525fd601dd0ce6d0ff5f12baee"
PRETTIER_SHA="fdfa6701767f5140a85902ecc9fb6444f5b4e3f8"
ESTREE_CONFORMANCE_SHA="3e67aec6979243d43bd8ba87cb79eeefa0b55709"
ESTREE_CONFORMANCE_SHA="1f2816b2731f9a68332454c3120abfbd91f425c7"
NODE_COMPAT_TABLE_SHA="499beb6f1daa36f10c26b85a7f3ec3b3448ded23"

# Default values for which submodules to clone
Expand Down
6 changes: 3 additions & 3 deletions tasks/coverage/snapshots/codegen_babel.snap
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
commit: 79586034
commit: ec4aa147

codegen_babel Summary:
AST Parsed : 2440/2440 (100.00%)
Positive Passed: 2438/2440 (99.92%)
AST Parsed : 2235/2235 (100.00%)
Positive Passed: 2233/2235 (99.91%)
Normal: tasks/coverage/babel/packages/babel-parser/test/fixtures/core/uncategorised/47/input.js

Normal: tasks/coverage/babel/packages/babel-parser/test/fixtures/core/uncategorised/48/input.js
Expand Down
6 changes: 3 additions & 3 deletions tasks/coverage/snapshots/codegen_test262.snap
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
commit: d0994d64
commit: 7dd5f97e

codegen_test262 Summary:
AST Parsed : 45799/45799 (100.00%)
Positive Passed: 45799/45799 (100.00%)
AST Parsed : 46424/46424 (100.00%)
Positive Passed: 46424/46424 (100.00%)
6 changes: 3 additions & 3 deletions tasks/coverage/snapshots/codegen_typescript.snap
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
commit: 669c25c0
commit: 38d95c80

codegen_typescript Summary:
AST Parsed : 9822/9822 (100.00%)
Positive Passed: 9822/9822 (100.00%)
AST Parsed : 9828/9828 (100.00%)
Positive Passed: 9828/9828 (100.00%)
2 changes: 1 addition & 1 deletion tasks/coverage/snapshots/estree_acorn_jsx.snap
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
commit: 3e67aec6
commit: 1f2816b2

estree_acorn_jsx Summary:
AST Parsed : 39/39 (100.00%)
Expand Down
6 changes: 3 additions & 3 deletions tasks/coverage/snapshots/estree_test262.snap
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
commit: d0994d64
commit: 7dd5f97e

estree_test262 Summary:
AST Parsed : 45564/45564 (100.00%)
Positive Passed: 45555/45564 (99.98%)
AST Parsed : 46189/46189 (100.00%)
Positive Passed: 46180/46189 (99.98%)
Mismatch: tasks/coverage/test262/test/language/expressions/assignment/fn-name-lhs-cover.js

Mismatch: tasks/coverage/test262/test/language/expressions/assignment/target-cover-id.js
Expand Down
6 changes: 3 additions & 3 deletions tasks/coverage/snapshots/estree_typescript.snap
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
commit: 669c25c0
commit: 38d95c80

estree_typescript Summary:
AST Parsed : 9753/9753 (100.00%)
Positive Passed: 9747/9753 (99.94%)
AST Parsed : 9759/9759 (100.00%)
Positive Passed: 9753/9759 (99.94%)
Expect to Parse: tasks/coverage/typescript/tests/cases/compiler/modulePreserveTopLevelAwait1.ts
`await` is only allowed within async functions and at the top levels of modules

Expand Down
6 changes: 3 additions & 3 deletions tasks/coverage/snapshots/formatter_babel.snap
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
commit: 79586034
commit: ec4aa147

formatter_babel Summary:
AST Parsed : 2440/2440 (100.00%)
Positive Passed: 2440/2440 (100.00%)
AST Parsed : 2235/2235 (100.00%)
Positive Passed: 2235/2235 (100.00%)
6 changes: 3 additions & 3 deletions tasks/coverage/snapshots/formatter_test262.snap
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
commit: d0994d64
commit: 7dd5f97e

formatter_test262 Summary:
AST Parsed : 45799/45799 (100.00%)
Positive Passed: 45796/45799 (99.99%)
AST Parsed : 46424/46424 (100.00%)
Positive Passed: 46421/46424 (99.99%)
Mismatch: tasks/coverage/test262/test/built-ins/Function/prototype/toString/line-terminator-normalisation-CR-LF.js

Mismatch: tasks/coverage/test262/test/built-ins/Function/prototype/toString/line-terminator-normalisation-CR.js
Expand Down
6 changes: 3 additions & 3 deletions tasks/coverage/snapshots/formatter_typescript.snap
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
commit: 669c25c0
commit: 38d95c80

formatter_typescript Summary:
AST Parsed : 9822/9822 (100.00%)
Positive Passed: 9815/9822 (99.93%)
AST Parsed : 9828/9828 (100.00%)
Positive Passed: 9821/9828 (99.93%)
Mismatch: tasks/coverage/typescript/tests/cases/compiler/amdLikeInputDeclarationEmit.ts

Expect to Parse: tasks/coverage/typescript/tests/cases/compiler/genericTypeAssertions3.ts
Expand Down
6 changes: 3 additions & 3 deletions tasks/coverage/snapshots/minifier_babel.snap
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
commit: 79586034
commit: ec4aa147

minifier_babel Summary:
AST Parsed : 1823/1823 (100.00%)
Positive Passed: 1821/1823 (99.89%)
AST Parsed : 1795/1795 (100.00%)
Positive Passed: 1793/1795 (99.89%)
Compress: tasks/coverage/babel/packages/babel-parser/test/fixtures/core/uncategorised/47/input.js

Compress: tasks/coverage/babel/packages/babel-parser/test/fixtures/core/uncategorised/48/input.js
Expand Down
6 changes: 3 additions & 3 deletions tasks/coverage/snapshots/minifier_test262.snap
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
commit: d0994d64
commit: 7dd5f97e

minifier_test262 Summary:
AST Parsed : 43381/43381 (100.00%)
Positive Passed: 43378/43381 (99.99%)
AST Parsed : 44006/44006 (100.00%)
Positive Passed: 44003/44006 (99.99%)
Compress: tasks/coverage/test262/test/intl402/Temporal/PlainDate/prototype/toLocaleString/lone-options-accepted.js

Compress: tasks/coverage/test262/test/intl402/Temporal/PlainMonthDay/prototype/toLocaleString/lone-options-accepted.js
Expand Down
Loading
Loading