Semantic nullability document directive #2549
Annotations
10 errors and 2 warnings
Lint ESLint:
src/language/__tests__/parser-test.ts#L1
Run autofix to sort these imports!
|
Lint ESLint:
src/language/__tests__/parser-test.ts#L13
There should be at least one empty line between import groups
|
Lint ESLint:
src/language/__tests__/parser-test.ts#L14
Do not import Node.js builtin module "console"
|
Lint ESLint:
src/language/__tests__/parser-test.ts#L14
Unexpected use of 'require("console")'. Use the global variable 'console' instead
|
Lint ESLint:
src/language/__tests__/parser-test.ts#L14
`console` import should occur before import of `chai`
|
Lint ESLint:
src/language/__tests__/parser-test.ts#L14
'Console' is defined but never used. Allowed unused vars must match /^_T/u
|
Lint ESLint:
src/language/parser.ts#L257
'directives' is never reassigned. Use 'const' instead
|
Lint ESLint:
src/language/parser.ts#L258
'directive' is never reassigned. Use 'const' instead
|
Lint ESLint:
src/language/parser.ts#L259
Expected '===' and instead saw '=='
|
Lint ESLint:
src/language/parser.ts#L259
Strings must use singlequote
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading