Skip to content

chore(transformer): enable class-properties plugin #33176

chore(transformer): enable class-properties plugin

chore(transformer): enable class-properties plugin #33176

Triggered via pull request December 28, 2024 09:01
Status Failure
Total duration 4m 32s
Artifacts

ci.yml

on: pull_request
Test (windows-latest)
0s
Test (windows-latest)
Test wasm32-wasip1-threads
0s
Test wasm32-wasip1-threads
Check wasm32-unknown-unknown
2m 24s
Check wasm32-unknown-unknown
Spell Check
6s
Spell Check
Clippy
2m 17s
Clippy
Doc
1m 21s
Doc
Conformance
4m 24s
Conformance
Minification Size
4s
Minification Size
AST Changes
7s
AST Changes
Test NAPI
1m 14s
Test NAPI
Matrix: Test
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 9 warnings
test/transform.test.ts > target > should turn off class propertiers because plugin is not ready: napi/transform/test/transform.test.ts#L104
AssertionError: expected 'import _classPrivateFieldInitSpec fro…' to deeply equal 'class Foo {\n\t#a;\n}\n' - Expected + Received - class Foo { - #a; + import _classPrivateFieldInitSpec from "@babel/runtime/helpers/classPrivateFieldInitSpec"; + var _a = new WeakMap(); + class Foo { + constructor() { + _classPrivateFieldInitSpec(this, _a, void 0); + } } ❯ test/transform.test.ts:104:22
Test NAPI
Process completed with exit code 1.
Test (macos-latest)
Process completed with exit code 101.
Test (ubuntu-latest)
Process completed with exit code 101.
Conformance
Process completed with exit code 1.
Minification Size
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Spell Check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
AST Changes
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Test NAPI
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Doc
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Clippy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Check wasm32-unknown-unknown
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Test (ubuntu-latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Conformance
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636