fix: support TS resolution in JS files when allowJs
is set
#535
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Lint:
src/cli.ts#L164
Unexpected console statement
|
Lint:
src/esm/loaders.ts#L137
Async arrow function has a complexity of 23. Maximum allowed is 10
|
Lint:
src/esm/package-json.ts#L38
Unexpected constant condition
|
Lint:
src/esm/register.ts#L7
The 'node:module.register' is still an experimental feature The configured version range is '>=20.12.2'
|
Lint:
src/patch-repl.ts#L6
Unexpected unnamed async function
|
Lint:
src/patch-repl.ts#L35
Unexpected unnamed function
|
Lint:
src/preflight.cts#L33
Unexpected unnamed function
|
Lint:
src/preflight.cts#L41
Unexpected unnamed function
|
Lint:
src/repl.ts#L9
Unexpected console statement
|
Lint:
src/repl.ts#L18
Unexpected unnamed async function
|
Loading