Polyfill Symbol.metadata
, DecoratorContext.metadata
#88
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/fs.ts#L91
Unsafe argument of type `any` assigned to a parameter of type `{ [s: string]: T; } | ArrayLike<T>`
|
Linting:
src/internal/struct.ts#L83
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#L44
'e' is defined but never used
|
Linting:
src/objects.ts#L53
Unsafe assignment of an `any` value
|
Linting:
src/objects.ts#L59
Unexpected any. Specify a different type
|
Linting:
src/objects.ts#L59
Unexpected any. Specify a different type
|
Linting:
src/struct.ts#L98
Unsafe assignment of an error typed value
|
Loading