Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- yarn run v1.22.4
- $ r
- $ cross-env PARSER_NO_WATCH=true eslint tests/**/*.{ts,tsx} --cache -f friendly
- ✘ https://google.com/#q=import%2Fno-unresolved
- Resolve error: ENOENT: no such file or directory, scandir 'home/sam/eslint-import-resolver-typescript/tests/multipleTsconfigs/packages'
- tests/multipleTsconfigs/packages/module-a/index.ts:1:1
- > 1 | // import relative
- | ^
- 2 | import './tsImportee'
- 3 | import './tsxImportee'
- 4 | import './subfolder/tsImportee'
- ✘ https://google.com/#q=import%2Fextensions
- Resolve error: ENOENT: no such file or directory, scandir 'home/sam/eslint-import-resolver-typescript/tests/multipleTsconfigs/packages'
- tests/multipleTsconfigs/packages/module-a/index.ts:1:1
- > 1 | // import relative
- | ^
- 2 | import './tsImportee'
- 3 | import './tsxImportee'
- 4 | import './subfolder/tsImportee'
- ✘ https://google.com/#q=import%2Fno-unresolved
- Unable to resolve path to module './tsImportee'
- tests/multipleTsconfigs/packages/module-a/index.ts:2:8
- 1 | // import relative
- > 2 | import './tsImportee'
- | ^
- 3 | import './tsxImportee'
- 4 | import './subfolder/tsImportee'
- 5 | import './subfolder/tsxImportee'
- ✘ https://google.com/#q=import%2Fno-unresolved
- Unable to resolve path to module './tsxImportee'
- tests/multipleTsconfigs/packages/module-a/index.ts:3:8
- 1 | // import relative
- 2 | import './tsImportee'
- > 3 | import './tsxImportee'
- | ^
- 4 | import './subfolder/tsImportee'
- 5 | import './subfolder/tsxImportee'
- 6 |
- ✘ https://google.com/#q=import%2Fno-unresolved
- Unable to resolve path to module './subfolder/tsImportee'
- tests/multipleTsconfigs/packages/module-a/index.ts:4:8
- 2 | import './tsImportee'
- 3 | import './tsxImportee'
- > 4 | import './subfolder/tsImportee'
- | ^
- 5 | import './subfolder/tsxImportee'
- 6 |
- 7 | // import using tsconfig.json path mapping
- ✘ https://google.com/#q=import%2Fno-unresolved
- Unable to resolve path to module './subfolder/tsxImportee'
- tests/multipleTsconfigs/packages/module-a/index.ts:5:8
- 3 | import './tsxImportee'
- 4 | import './subfolder/tsImportee'
- > 5 | import './subfolder/tsxImportee'
- | ^
- 6 |
- 7 | // import using tsconfig.json path mapping
- 8 | import 'folder/tsImportee'
- ✘ https://google.com/#q=import%2Fno-unresolved
- Unable to resolve path to module 'folder/tsImportee'
- tests/multipleTsconfigs/packages/module-a/index.ts:8:8
- 6 |
- 7 | // import using tsconfig.json path mapping
- > 8 | import 'folder/tsImportee'
- | ^
- 9 | import 'folder/tsxImportee'
- 10 | import 'folder/subfolder/tsImportee'
- 11 | import 'folder/subfolder/tsxImportee'
- ✘ https://google.com/#q=import%2Fno-unresolved
- Unable to resolve path to module 'folder/tsxImportee'
- tests/multipleTsconfigs/packages/module-a/index.ts:9:8
- 7 | // import using tsconfig.json path mapping
- 8 | import 'folder/tsImportee'
- > 9 | import 'folder/tsxImportee'
- | ^
- 10 | import 'folder/subfolder/tsImportee'
- 11 | import 'folder/subfolder/tsxImportee'
- 12 |
- ✘ https://google.com/#q=import%2Fno-unresolved
- Unable to resolve path to module 'folder/subfolder/tsImportee'
- tests/multipleTsconfigs/packages/module-a/index.ts:10:8
- 8 | import 'folder/tsImportee'
- 9 | import 'folder/tsxImportee'
- > 10 | import 'folder/subfolder/tsImportee'
- | ^
- 11 | import 'folder/subfolder/tsxImportee'
- 12 |
- 13 | // import from node_module
- ✘ https://google.com/#q=import%2Fno-unresolved
- Unable to resolve path to module 'folder/subfolder/tsxImportee'
- tests/multipleTsconfigs/packages/module-a/index.ts:11:8
- 9 | import 'folder/tsxImportee'
- 10 | import 'folder/subfolder/tsImportee'
- > 11 | import 'folder/subfolder/tsxImportee'
- | ^
- 12 |
- 13 | // import from node_module
- 14 | import 'typescript'
- ✘ https://google.com/#q=import%2Fno-unresolved
- Unable to resolve path to module 'typescript'
- tests/multipleTsconfigs/packages/module-a/index.ts:14:8
- 12 |
- 13 | // import from node_module
- > 14 | import 'typescript'
- | ^
- 15 | import 'dummy.js'
- 16 |
- ✘ https://google.com/#q=import%2Fno-unresolved
- Unable to resolve path to module 'dummy.js'
- tests/multipleTsconfigs/packages/module-a/index.ts:15:8
- 13 | // import from node_module
- 14 | import 'typescript'
- > 15 | import 'dummy.js'
- | ^
- 16 |
- ✘ https://google.com/#q=import%2Fextensions
- Unexpected use of file extension "js" for "dummy.js"
- tests/multipleTsconfigs/packages/module-a/index.ts:15:8
- 13 | // import from node_module
- 14 | import 'typescript'
- > 15 | import 'dummy.js'
- | ^
- 16 |
- ✘ https://google.com/#q=import%2Fno-unresolved
- Resolve error: ENOENT: no such file or directory, scandir 'home/sam/eslint-import-resolver-typescript/tests/multipleTsconfigs/packages'
- tests/multipleTsconfigs/packages/module-b/index.ts:1:1
- > 1 | // import relative
- | ^
- 2 | import './tsImportee'
- 3 | import './tsxImportee'
- 4 | import './subfolder/tsImportee'
- ✘ https://google.com/#q=import%2Fextensions
- Resolve error: ENOENT: no such file or directory, scandir 'home/sam/eslint-import-resolver-typescript/tests/multipleTsconfigs/packages'
- tests/multipleTsconfigs/packages/module-b/index.ts:1:1
- > 1 | // import relative
- | ^
- 2 | import './tsImportee'
- 3 | import './tsxImportee'
- 4 | import './subfolder/tsImportee'
- ✘ https://google.com/#q=import%2Fno-unresolved
- Unable to resolve path to module './tsImportee'
- tests/multipleTsconfigs/packages/module-b/index.ts:2:8
- 1 | // import relative
- > 2 | import './tsImportee'
- | ^
- 3 | import './tsxImportee'
- 4 | import './subfolder/tsImportee'
- 5 | import './subfolder/tsxImportee'
- ✘ https://google.com/#q=import%2Fno-unresolved
- Unable to resolve path to module './tsxImportee'
- tests/multipleTsconfigs/packages/module-b/index.ts:3:8
- 1 | // import relative
- 2 | import './tsImportee'
- > 3 | import './tsxImportee'
- | ^
- 4 | import './subfolder/tsImportee'
- 5 | import './subfolder/tsxImportee'
- 6 |
- ✘ https://google.com/#q=import%2Fno-unresolved
- Unable to resolve path to module './subfolder/tsImportee'
- tests/multipleTsconfigs/packages/module-b/index.ts:4:8
- 2 | import './tsImportee'
- 3 | import './tsxImportee'
- > 4 | import './subfolder/tsImportee'
- | ^
- 5 | import './subfolder/tsxImportee'
- 6 |
- 7 | // import using tsconfig.json path mapping
- ✘ https://google.com/#q=import%2Fno-unresolved
- Unable to resolve path to module './subfolder/tsxImportee'
- tests/multipleTsconfigs/packages/module-b/index.ts:5:8
- 3 | import './tsxImportee'
- 4 | import './subfolder/tsImportee'
- > 5 | import './subfolder/tsxImportee'
- | ^
- 6 |
- 7 | // import using tsconfig.json path mapping
- 8 | import 'folder/tsImportee'
- ✘ https://google.com/#q=import%2Fno-unresolved
- Unable to resolve path to module 'folder/tsImportee'
- tests/multipleTsconfigs/packages/module-b/index.ts:8:8
- 6 |
- 7 | // import using tsconfig.json path mapping
- > 8 | import 'folder/tsImportee'
- | ^
- 9 | import 'folder/tsxImportee'
- 10 | import 'folder/subfolder/tsImportee'
- 11 | import 'folder/subfolder/tsxImportee'
- ✘ https://google.com/#q=import%2Fno-unresolved
- Unable to resolve path to module 'folder/tsxImportee'
- tests/multipleTsconfigs/packages/module-b/index.ts:9:8
- 7 | // import using tsconfig.json path mapping
- 8 | import 'folder/tsImportee'
- > 9 | import 'folder/tsxImportee'
- | ^
- 10 | import 'folder/subfolder/tsImportee'
- 11 | import 'folder/subfolder/tsxImportee'
- 12 |
- ✘ https://google.com/#q=import%2Fno-unresolved
- Unable to resolve path to module 'folder/subfolder/tsImportee'
- tests/multipleTsconfigs/packages/module-b/index.ts:10:8
- 8 | import 'folder/tsImportee'
- 9 | import 'folder/tsxImportee'
- > 10 | import 'folder/subfolder/tsImportee'
- | ^
- 11 | import 'folder/subfolder/tsxImportee'
- 12 |
- 13 | // import from node_module
- ✘ https://google.com/#q=import%2Fno-unresolved
- Unable to resolve path to module 'folder/subfolder/tsxImportee'
- tests/multipleTsconfigs/packages/module-b/index.ts:11:8
- 9 | import 'folder/tsxImportee'
- 10 | import 'folder/subfolder/tsImportee'
- > 11 | import 'folder/subfolder/tsxImportee'
- | ^
- 12 |
- 13 | // import from node_module
- 14 | import 'typescript'
- ✘ https://google.com/#q=import%2Fno-unresolved
- Unable to resolve path to module 'typescript'
- tests/multipleTsconfigs/packages/module-b/index.ts:14:8
- 12 |
- 13 | // import from node_module
- > 14 | import 'typescript'
- | ^
- 15 | import 'dummy.js'
- 16 |
- ✘ https://google.com/#q=import%2Fno-unresolved
- Unable to resolve path to module 'dummy.js'
- tests/multipleTsconfigs/packages/module-b/index.ts:15:8
- 13 | // import from node_module
- 14 | import 'typescript'
- > 15 | import 'dummy.js'
- | ^
- 16 |
- ✘ https://google.com/#q=import%2Fextensions
- Unexpected use of file extension "js" for "dummy.js"
- tests/multipleTsconfigs/packages/module-b/index.ts:15:8
- 13 | // import from node_module
- 14 | import 'typescript'
- > 15 | import 'dummy.js'
- | ^
- 16 |
- ✘ 26 problems (26 errors, 0 warnings)
- Errors:
- 22 https://google.com/#q=import%2Fno-unresolved
- 4 https://google.com/#q=import%2Fextensions
- error Command failed with exit code 1.
- info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Advertisement
Add Comment
Please, Sign In to add comment