feat(transformer/class-properties): transform ChainExpression
#30711
ci.yml
on: pull_request
Test (windows-latest)
0s
Test wasm32-wasip1-threads
0s
Check wasm32-unknown-unknown
1m 34s
Spell Check
3s
Clippy
57s
Doc
49s
Conformance
2m 17s
AST Changes
9s
Test NAPI
1m 20s
Matrix: Test
Annotations
6 errors and 8 warnings
Clippy
Process completed with exit code 101.
|
test/transform.test.ts > target > should turn off class propertiers because plugin is not ready:
napi/transform/test/transform.test.ts#L89
AssertionError: expected 'import _classPrivateFieldInitSpec fro…' to 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:89:12
|
Test NAPI
Process completed with exit code 1.
|
Test (ubuntu-latest)
Process completed with exit code 101.
|
Test (macos-latest)
Process completed with exit code 101.
|
Conformance
Process completed with exit code 1.
|
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
|
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
|
Test NAPI
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
|
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
|
Conformance
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|