Skip to content

Commit f03eda0

Browse files
committed
chore(tasks/transform-conformance): update snapshot
1 parent 2de9f39 commit f03eda0

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

tasks/transform_conformance/snapshots/babel_exec.snap.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Failures:
88

99
./fixtures/babel/babel-plugin-transform-arrow-functions-test-fixtures-arrow-functions-implicit-var-arguments-exec.test.js
1010
Parse failure: 'eval' and 'arguments' cannot be used as a binding identifier in strict mode
11-
At file: ./tasks/transform_conformance/fixtures/babel/babel-plugin-transform-arrow-functions-test-fixtures-arrow-functions-implicit-var-arguments-exec.test.js:4:5
11+
At file: /fixtures/babel/babel-plugin-transform-arrow-functions-test-fixtures-arrow-functions-implicit-var-arguments-exec.test.js:4:5
1212

1313
./fixtures/babel/babel-plugin-transform-async-to-generator-test-fixtures-async-to-generator-async-complex-params-exec.test.js
1414
TypeError: Cannot destructure property 'b' of 'undefined' as it is undefined.
@@ -25,7 +25,7 @@ AssertionError: expected undefined to be 'hello' // Object.is equality
2525

2626
./fixtures/babel/babel-plugin-transform-class-properties-test-fixtures-nested-class-super-property-in-accessor-key-exec.test.js
2727
Parse failure: Unexpected token `[`. Expected * for generator, private key, identifier or async
28-
At file: ./tasks/transform_conformance/fixtures/babel/babel-plugin-transform-class-properties-test-fixtures-nested-class-super-property-in-accessor-key-exec.test.js:14:16
28+
At file: /fixtures/babel/babel-plugin-transform-class-properties-test-fixtures-nested-class-super-property-in-accessor-key-exec.test.js:14:16
2929

3030
./fixtures/babel/babel-plugin-transform-class-properties-test-fixtures-nested-class-super-property-in-decorator-exec.test.js
3131
AssertionError: expected undefined to be 'hello' // Object.is equality
@@ -50,9 +50,9 @@ TypeError: e.has is not a function
5050

5151
./fixtures/babel/babel-plugin-transform-class-properties-test-fixtures-public-computed-toPrimitive-exec.test.js
5252
AssertionError: expected [Function] to throw error including '@@toPrimitive must return a primitive…' but got 'Cannot convert object to primitive va…'
53-
at Proxy.<anonymous> (./node_modules/.pnpm/@vitest+expect@3.2.4/node_modules/@vitest/expect/dist/index.js:1420:16)
54-
at Proxy.<anonymous> (./node_modules/.pnpm/@vitest+expect@3.2.4/node_modules/@vitest/expect/dist/index.js:1029:14)
55-
at Proxy.methodWrapper (./node_modules/.pnpm/chai@5.3.3/node_modules/chai/index.js:1686:25)
53+
at Proxy.<anonymous> (./node_modules/.pnpm/@vitest+expect@4.0.1/node_modules/@vitest/expect/dist/index.js:1481:16)
54+
at Proxy.<anonymous> (./node_modules/.pnpm/@vitest+expect@4.0.1/node_modules/@vitest/expect/dist/index.js:1086:14)
55+
at Proxy.methodWrapper (./node_modules/.pnpm/chai@6.2.0/node_modules/chai/index.js:1701:25)
5656
at ./tasks/transform_conformance/fixtures/babel/babel-plugin-transform-class-properties-test-fixtures-public-computed-toPrimitive-exec.test.js:37:5
5757

5858
./fixtures/babel/babel-plugin-transform-class-properties-test-fixtures-public-delete-super-property-exec.test.js
@@ -79,7 +79,7 @@ AssertionError: expected [Function Base] to be undefined // Object.is equality
7979

8080
./fixtures/babel/babel-plugin-transform-explicit-resource-management-test-fixtures-transform-top-level-hoisting-mutate-outer-class-binding-exec.test.js
8181
Parse failure: 'import', and 'export' cannot be used outside of module code
82-
At file: ./tasks/transform_conformance/fixtures/babel/babel-plugin-transform-explicit-resource-management-test-fixtures-transform-top-level-hoisting-mutate-outer-class-binding-exec.test.js:4:1
82+
At file: /fixtures/babel/babel-plugin-transform-explicit-resource-management-test-fixtures-transform-top-level-hoisting-mutate-outer-class-binding-exec.test.js:4:1
8383

8484
./fixtures/babel/babel-plugin-transform-object-rest-spread-test-fixtures-object-rest-for-x-assignment-shadowed-block-scoped-bindings-exec.test.js
8585
ReferenceError: Cannot access 'a' before initialization
@@ -431,9 +431,9 @@ ReferenceError: _Foo_brand is not defined
431431

432432
./fixtures/babel/babel-plugin-transform-private-property-in-object-test-fixtures-private-loose-rhs-not-object-exec.test.js
433433
AssertionError: expected [Function] to throw error including 'right-hand side of \'in\' should be a…' but got '_Class_brand is not defined'
434-
at Proxy.<anonymous> (./node_modules/.pnpm/@vitest+expect@3.2.4/node_modules/@vitest/expect/dist/index.js:1420:16)
435-
at Proxy.<anonymous> (./node_modules/.pnpm/@vitest+expect@3.2.4/node_modules/@vitest/expect/dist/index.js:1029:14)
436-
at Proxy.methodWrapper (./node_modules/.pnpm/chai@5.3.3/node_modules/chai/index.js:1686:25)
434+
at Proxy.<anonymous> (./node_modules/.pnpm/@vitest+expect@4.0.1/node_modules/@vitest/expect/dist/index.js:1481:16)
435+
at Proxy.<anonymous> (./node_modules/.pnpm/@vitest+expect@4.0.1/node_modules/@vitest/expect/dist/index.js:1086:14)
436+
at Proxy.methodWrapper (./node_modules/.pnpm/chai@6.2.0/node_modules/chai/index.js:1701:25)
437437
at ./tasks/transform_conformance/fixtures/babel/babel-plugin-transform-private-property-in-object-test-fixtures-private-loose-rhs-not-object-exec.test.js:176:5
438438

439439
./fixtures/babel/babel-plugin-transform-private-property-in-object-test-fixtures-private-loose-static-shadow-exec.test.js
@@ -462,9 +462,9 @@ ReferenceError: transformAsync is not defined
462462

463463
./fixtures/babel/babel-preset-env-test-fixtures-plugins-integration-issue-15170-exec.test.js
464464
AssertionError: expected [Function] to not throw an error but 'ReferenceError: x is not defined' was thrown
465-
at Proxy.<anonymous> (./node_modules/.pnpm/@vitest+expect@3.2.4/node_modules/@vitest/expect/dist/index.js:1420:16)
466-
at Proxy.<anonymous> (./node_modules/.pnpm/@vitest+expect@3.2.4/node_modules/@vitest/expect/dist/index.js:1029:14)
467-
at Proxy.methodWrapper (./node_modules/.pnpm/chai@5.3.3/node_modules/chai/index.js:1686:25)
465+
at Proxy.<anonymous> (./node_modules/.pnpm/@vitest+expect@4.0.1/node_modules/@vitest/expect/dist/index.js:1481:16)
466+
at Proxy.<anonymous> (./node_modules/.pnpm/@vitest+expect@4.0.1/node_modules/@vitest/expect/dist/index.js:1086:14)
467+
at Proxy.methodWrapper (./node_modules/.pnpm/chai@6.2.0/node_modules/chai/index.js:1701:25)
468468
at ./tasks/transform_conformance/fixtures/babel/babel-preset-env-test-fixtures-plugins-integration-issue-15170-exec.test.js:6:9
469469

470470
./fixtures/babel/babel-preset-env-test-fixtures-sanity-check-es2015-constants-exec.test.js

tasks/transform_conformance/snapshots/oxc_exec.snap.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ Failures:
88

99
./fixtures/oxc/babel-plugin-transform-class-properties-test-fixtures-private-field-resolve-to-method-in-computed-key-exec.test.js
1010
AssertionError: expected [Function] to throw error including 'Receiver must be an instance of class…' but got 'Private element is not present on thi…'
11-
at Proxy.<anonymous> (./node_modules/.pnpm/@vitest+expect@3.2.4/node_modules/@vitest/expect/dist/index.js:1420:16)
12-
at Proxy.<anonymous> (./node_modules/.pnpm/@vitest+expect@3.2.4/node_modules/@vitest/expect/dist/index.js:1029:14)
13-
at Proxy.methodWrapper (./node_modules/.pnpm/chai@5.3.3/node_modules/chai/index.js:1686:25)
11+
at Proxy.<anonymous> (./node_modules/.pnpm/@vitest+expect@4.0.1/node_modules/@vitest/expect/dist/index.js:1481:16)
12+
at Proxy.<anonymous> (./node_modules/.pnpm/@vitest+expect@4.0.1/node_modules/@vitest/expect/dist/index.js:1086:14)
13+
at Proxy.methodWrapper (./node_modules/.pnpm/chai@6.2.0/node_modules/chai/index.js:1701:25)
1414
at ./tasks/transform_conformance/fixtures/oxc/babel-plugin-transform-class-properties-test-fixtures-private-field-resolve-to-method-in-computed-key-exec.test.js:96:33
1515

1616
./fixtures/oxc/babel-plugin-transform-class-properties-test-fixtures-static-super-tagged-template-exec.test.js

0 commit comments

Comments
 (0)