Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Results of weekly scheduled smoke test #1243

Closed
github-actions bot opened this issue Sep 11, 2022 · 2 comments · Fixed by #1246
Closed

Results of weekly scheduled smoke test #1243

github-actions bot opened this issue Sep 11, 2022 · 2 comments · Fixed by #1246

Comments

@github-actions
Copy link

Something went wrong. This is likely an internal error of eslint-remote-tester-run-action.

Click to expand
TSError: ⨯ Unable to compile TypeScript:
eslint-remote-tester.config.ts(3,1): error TS1371: This import is never used as a value and must use 'import type' because 'importsNotUsedAsValues' is set to 'error'.

    at createTSError (/github/workspace/node_modules/ts-node/src/index.ts:859:12)
    at reportTSError (/github/workspace/node_modules/ts-node/src/index.ts:863:19)
    at getOutput (/github/workspace/node_modules/ts-node/src/index.ts:1077:36)
    at Object.compile (/github/workspace/node_modules/ts-node/src/index.ts:1433:41)
    at Module.m._compile (/github/workspace/node_modules/ts-node/src/index.ts:1617:30)
    at Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
    at Object.require.extensions.<computed> [as .ts] (/github/workspace/node_modules/ts-node/src/index.ts:1621:12)
    at Module.load (internal/modules/cjs/loader.js:950:32)
    at Function.Module._load (internal/modules/cjs/loader.js:790:12)
    at Module.require (internal/modules/cjs/loader.js:974:19)
@G-Rath
Copy link
Collaborator

G-Rath commented Sep 11, 2022

This is because of importsNotUsedAsValues and were not yet typechecking this file

@github-actions
Copy link
Author

Something went wrong. This is likely an internal error of eslint-remote-tester-run-action.

Click to expand
TSError: ⨯ Unable to compile TypeScript:
eslint-remote-tester.config.ts(3,1): error TS1371: This import is never used as a value and must use 'import type' because 'importsNotUsedAsValues' is set to 'error'.

    at createTSError (/github/workspace/node_modules/ts-node/src/index.ts:859:12)
    at reportTSError (/github/workspace/node_modules/ts-node/src/index.ts:863:19)
    at getOutput (/github/workspace/node_modules/ts-node/src/index.ts:1077:36)
    at Object.compile (/github/workspace/node_modules/ts-node/src/index.ts:1433:41)
    at Module.m._compile (/github/workspace/node_modules/ts-node/src/index.ts:1617:30)
    at Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
    at Object.require.extensions.<computed> [as .ts] (/github/workspace/node_modules/ts-node/src/index.ts:1621:12)
    at Module.load (internal/modules/cjs/loader.js:950:32)
    at Function.Module._load (internal/modules/cjs/loader.js:790:12)
    at Module.require (internal/modules/cjs/loader.js:974:19)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant