test: add tests for nativeClassProperties #180
Annotations
9 errors
ubuntu-latest w/ Node.js 22.x:
src/loader.ts#L25
Argument of type '{ mode: "strip-only"; }' is not assignable to parameter of type 'Options'.
|
ubuntu-latest w/ Node.js 22.x:
src/transform.ts#L4
Property 'TransformConfig' is missing in type '{ mode: "strip-only"; }' but required in type 'Options'.
|
ubuntu-latest w/ Node.js 22.x
Process completed with exit code 2.
|
macos-latest w/ Node.js 22.x:
src/loader.ts#L25
Argument of type '{ mode: "strip-only"; }' is not assignable to parameter of type 'Options'.
|
macos-latest w/ Node.js 22.x:
src/transform.ts#L4
Property 'TransformConfig' is missing in type '{ mode: "strip-only"; }' but required in type 'Options'.
|
macos-latest w/ Node.js 22.x
Process completed with exit code 2.
|
windows-latest w/ Node.js 22.x:
src/loader.ts#L25
Argument of type '{ mode: "strip-only"; }' is not assignable to parameter of type 'Options'.
|
windows-latest w/ Node.js 22.x:
src/transform.ts#L4
Property 'TransformConfig' is missing in type '{ mode: "strip-only"; }' but required in type 'Options'.
|
windows-latest w/ Node.js 22.x
Process completed with exit code 1.
|