Add bigint type test #140
Annotations
11 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Linting:
src/dom.ts#L15
'e' is defined but never used
|
Linting:
src/fs.ts#L91
Unsafe argument of type `any` assigned to a parameter of type `{ [s: string]: T; } | ArrayLike<T>`
|
Linting:
src/internal/struct.ts#L101
Unsafe assignment of an `any` value
|
Linting:
src/objects.ts#L24
Unexpected any. Specify a different type
|
Linting:
src/objects.ts#L24
Unexpected any. Specify a different type
|
Linting:
src/objects.ts#L29
'e' is defined but never used
|
Linting:
src/objects.ts#L49
'e' is defined but never used
|
Linting:
src/objects.ts#L58
Unsafe assignment of an `any` value
|
Linting:
src/objects.ts#L64
Unexpected any. Specify a different type
|
Linting:
src/objects.ts#L64
Unexpected any. Specify a different type
|
Loading