Guest User

Untitled

a guest
Mar 22nd, 2020
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.32 KB | None | 0 0
  1. yarn run v1.22.4
  2. $ r
  3. $ cross-env PARSER_NO_WATCH=true eslint tests/**/*.{ts,tsx} --cache -f friendly
  4.  
  5.  
  6. ✘ https://google.com/#q=import%2Fno-unresolved
  7.  
  8. Resolve error: ENOENT: no such file or directory, scandir 'home/sam/eslint-import-resolver-typescript/tests/multipleTsconfigs/packages'
  9.  
  10.  
  11. tests/multipleTsconfigs/packages/module-a/index.ts:1:1
  12. > 1 | // import relative
  13. | ^
  14. 2 | import './tsImportee'
  15. 3 | import './tsxImportee'
  16. 4 | import './subfolder/tsImportee'
  17.  
  18. ✘ https://google.com/#q=import%2Fextensions
  19.  
  20. Resolve error: ENOENT: no such file or directory, scandir 'home/sam/eslint-import-resolver-typescript/tests/multipleTsconfigs/packages'
  21.  
  22.  
  23. tests/multipleTsconfigs/packages/module-a/index.ts:1:1
  24. > 1 | // import relative
  25. | ^
  26. 2 | import './tsImportee'
  27. 3 | import './tsxImportee'
  28. 4 | import './subfolder/tsImportee'
  29.  
  30. ✘ https://google.com/#q=import%2Fno-unresolved
  31.  
  32. Unable to resolve path to module './tsImportee'
  33.  
  34.  
  35. tests/multipleTsconfigs/packages/module-a/index.ts:2:8
  36. 1 | // import relative
  37. > 2 | import './tsImportee'
  38. | ^
  39. 3 | import './tsxImportee'
  40. 4 | import './subfolder/tsImportee'
  41. 5 | import './subfolder/tsxImportee'
  42.  
  43. ✘ https://google.com/#q=import%2Fno-unresolved
  44.  
  45. Unable to resolve path to module './tsxImportee'
  46.  
  47.  
  48. tests/multipleTsconfigs/packages/module-a/index.ts:3:8
  49. 1 | // import relative
  50. 2 | import './tsImportee'
  51. > 3 | import './tsxImportee'
  52. | ^
  53. 4 | import './subfolder/tsImportee'
  54. 5 | import './subfolder/tsxImportee'
  55. 6 |
  56.  
  57. ✘ https://google.com/#q=import%2Fno-unresolved
  58.  
  59. Unable to resolve path to module './subfolder/tsImportee'
  60.  
  61.  
  62. tests/multipleTsconfigs/packages/module-a/index.ts:4:8
  63. 2 | import './tsImportee'
  64. 3 | import './tsxImportee'
  65. > 4 | import './subfolder/tsImportee'
  66. | ^
  67. 5 | import './subfolder/tsxImportee'
  68. 6 |
  69. 7 | // import using tsconfig.json path mapping
  70.  
  71. ✘ https://google.com/#q=import%2Fno-unresolved
  72.  
  73. Unable to resolve path to module './subfolder/tsxImportee'
  74.  
  75.  
  76. tests/multipleTsconfigs/packages/module-a/index.ts:5:8
  77. 3 | import './tsxImportee'
  78. 4 | import './subfolder/tsImportee'
  79. > 5 | import './subfolder/tsxImportee'
  80. | ^
  81. 6 |
  82. 7 | // import using tsconfig.json path mapping
  83. 8 | import 'folder/tsImportee'
  84.  
  85. ✘ https://google.com/#q=import%2Fno-unresolved
  86.  
  87. Unable to resolve path to module 'folder/tsImportee'
  88.  
  89.  
  90. tests/multipleTsconfigs/packages/module-a/index.ts:8:8
  91. 6 |
  92. 7 | // import using tsconfig.json path mapping
  93. > 8 | import 'folder/tsImportee'
  94. | ^
  95. 9 | import 'folder/tsxImportee'
  96. 10 | import 'folder/subfolder/tsImportee'
  97. 11 | import 'folder/subfolder/tsxImportee'
  98.  
  99. ✘ https://google.com/#q=import%2Fno-unresolved
  100.  
  101. Unable to resolve path to module 'folder/tsxImportee'
  102.  
  103.  
  104. tests/multipleTsconfigs/packages/module-a/index.ts:9:8
  105. 7 | // import using tsconfig.json path mapping
  106. 8 | import 'folder/tsImportee'
  107. > 9 | import 'folder/tsxImportee'
  108. | ^
  109. 10 | import 'folder/subfolder/tsImportee'
  110. 11 | import 'folder/subfolder/tsxImportee'
  111. 12 |
  112.  
  113. ✘ https://google.com/#q=import%2Fno-unresolved
  114.  
  115. Unable to resolve path to module 'folder/subfolder/tsImportee'
  116.  
  117.  
  118. tests/multipleTsconfigs/packages/module-a/index.ts:10:8
  119. 8 | import 'folder/tsImportee'
  120. 9 | import 'folder/tsxImportee'
  121. > 10 | import 'folder/subfolder/tsImportee'
  122. | ^
  123. 11 | import 'folder/subfolder/tsxImportee'
  124. 12 |
  125. 13 | // import from node_module
  126.  
  127. ✘ https://google.com/#q=import%2Fno-unresolved
  128.  
  129. Unable to resolve path to module 'folder/subfolder/tsxImportee'
  130.  
  131.  
  132. tests/multipleTsconfigs/packages/module-a/index.ts:11:8
  133. 9 | import 'folder/tsxImportee'
  134. 10 | import 'folder/subfolder/tsImportee'
  135. > 11 | import 'folder/subfolder/tsxImportee'
  136. | ^
  137. 12 |
  138. 13 | // import from node_module
  139. 14 | import 'typescript'
  140.  
  141. ✘ https://google.com/#q=import%2Fno-unresolved
  142.  
  143. Unable to resolve path to module 'typescript'
  144.  
  145.  
  146. tests/multipleTsconfigs/packages/module-a/index.ts:14:8
  147. 12 |
  148. 13 | // import from node_module
  149. > 14 | import 'typescript'
  150. | ^
  151. 15 | import 'dummy.js'
  152. 16 |
  153.  
  154. ✘ https://google.com/#q=import%2Fno-unresolved
  155.  
  156. Unable to resolve path to module 'dummy.js'
  157.  
  158.  
  159. tests/multipleTsconfigs/packages/module-a/index.ts:15:8
  160. 13 | // import from node_module
  161. 14 | import 'typescript'
  162. > 15 | import 'dummy.js'
  163. | ^
  164. 16 |
  165.  
  166. ✘ https://google.com/#q=import%2Fextensions
  167.  
  168. Unexpected use of file extension "js" for "dummy.js"
  169.  
  170.  
  171. tests/multipleTsconfigs/packages/module-a/index.ts:15:8
  172. 13 | // import from node_module
  173. 14 | import 'typescript'
  174. > 15 | import 'dummy.js'
  175. | ^
  176. 16 |
  177.  
  178. ✘ https://google.com/#q=import%2Fno-unresolved
  179.  
  180. Resolve error: ENOENT: no such file or directory, scandir 'home/sam/eslint-import-resolver-typescript/tests/multipleTsconfigs/packages'
  181.  
  182.  
  183. tests/multipleTsconfigs/packages/module-b/index.ts:1:1
  184. > 1 | // import relative
  185. | ^
  186. 2 | import './tsImportee'
  187. 3 | import './tsxImportee'
  188. 4 | import './subfolder/tsImportee'
  189.  
  190. ✘ https://google.com/#q=import%2Fextensions
  191.  
  192. Resolve error: ENOENT: no such file or directory, scandir 'home/sam/eslint-import-resolver-typescript/tests/multipleTsconfigs/packages'
  193.  
  194.  
  195. tests/multipleTsconfigs/packages/module-b/index.ts:1:1
  196. > 1 | // import relative
  197. | ^
  198. 2 | import './tsImportee'
  199. 3 | import './tsxImportee'
  200. 4 | import './subfolder/tsImportee'
  201.  
  202. ✘ https://google.com/#q=import%2Fno-unresolved
  203.  
  204. Unable to resolve path to module './tsImportee'
  205.  
  206.  
  207. tests/multipleTsconfigs/packages/module-b/index.ts:2:8
  208. 1 | // import relative
  209. > 2 | import './tsImportee'
  210. | ^
  211. 3 | import './tsxImportee'
  212. 4 | import './subfolder/tsImportee'
  213. 5 | import './subfolder/tsxImportee'
  214.  
  215. ✘ https://google.com/#q=import%2Fno-unresolved
  216.  
  217. Unable to resolve path to module './tsxImportee'
  218.  
  219.  
  220. tests/multipleTsconfigs/packages/module-b/index.ts:3:8
  221. 1 | // import relative
  222. 2 | import './tsImportee'
  223. > 3 | import './tsxImportee'
  224. | ^
  225. 4 | import './subfolder/tsImportee'
  226. 5 | import './subfolder/tsxImportee'
  227. 6 |
  228.  
  229. ✘ https://google.com/#q=import%2Fno-unresolved
  230.  
  231. Unable to resolve path to module './subfolder/tsImportee'
  232.  
  233.  
  234. tests/multipleTsconfigs/packages/module-b/index.ts:4:8
  235. 2 | import './tsImportee'
  236. 3 | import './tsxImportee'
  237. > 4 | import './subfolder/tsImportee'
  238. | ^
  239. 5 | import './subfolder/tsxImportee'
  240. 6 |
  241. 7 | // import using tsconfig.json path mapping
  242.  
  243. ✘ https://google.com/#q=import%2Fno-unresolved
  244.  
  245. Unable to resolve path to module './subfolder/tsxImportee'
  246.  
  247.  
  248. tests/multipleTsconfigs/packages/module-b/index.ts:5:8
  249. 3 | import './tsxImportee'
  250. 4 | import './subfolder/tsImportee'
  251. > 5 | import './subfolder/tsxImportee'
  252. | ^
  253. 6 |
  254. 7 | // import using tsconfig.json path mapping
  255. 8 | import 'folder/tsImportee'
  256.  
  257. ✘ https://google.com/#q=import%2Fno-unresolved
  258.  
  259. Unable to resolve path to module 'folder/tsImportee'
  260.  
  261.  
  262. tests/multipleTsconfigs/packages/module-b/index.ts:8:8
  263. 6 |
  264. 7 | // import using tsconfig.json path mapping
  265. > 8 | import 'folder/tsImportee'
  266. | ^
  267. 9 | import 'folder/tsxImportee'
  268. 10 | import 'folder/subfolder/tsImportee'
  269. 11 | import 'folder/subfolder/tsxImportee'
  270.  
  271. ✘ https://google.com/#q=import%2Fno-unresolved
  272.  
  273. Unable to resolve path to module 'folder/tsxImportee'
  274.  
  275.  
  276. tests/multipleTsconfigs/packages/module-b/index.ts:9:8
  277. 7 | // import using tsconfig.json path mapping
  278. 8 | import 'folder/tsImportee'
  279. > 9 | import 'folder/tsxImportee'
  280. | ^
  281. 10 | import 'folder/subfolder/tsImportee'
  282. 11 | import 'folder/subfolder/tsxImportee'
  283. 12 |
  284.  
  285. ✘ https://google.com/#q=import%2Fno-unresolved
  286.  
  287. Unable to resolve path to module 'folder/subfolder/tsImportee'
  288.  
  289.  
  290. tests/multipleTsconfigs/packages/module-b/index.ts:10:8
  291. 8 | import 'folder/tsImportee'
  292. 9 | import 'folder/tsxImportee'
  293. > 10 | import 'folder/subfolder/tsImportee'
  294. | ^
  295. 11 | import 'folder/subfolder/tsxImportee'
  296. 12 |
  297. 13 | // import from node_module
  298.  
  299. ✘ https://google.com/#q=import%2Fno-unresolved
  300.  
  301. Unable to resolve path to module 'folder/subfolder/tsxImportee'
  302.  
  303.  
  304. tests/multipleTsconfigs/packages/module-b/index.ts:11:8
  305. 9 | import 'folder/tsxImportee'
  306. 10 | import 'folder/subfolder/tsImportee'
  307. > 11 | import 'folder/subfolder/tsxImportee'
  308. | ^
  309. 12 |
  310. 13 | // import from node_module
  311. 14 | import 'typescript'
  312.  
  313. ✘ https://google.com/#q=import%2Fno-unresolved
  314.  
  315. Unable to resolve path to module 'typescript'
  316.  
  317.  
  318. tests/multipleTsconfigs/packages/module-b/index.ts:14:8
  319. 12 |
  320. 13 | // import from node_module
  321. > 14 | import 'typescript'
  322. | ^
  323. 15 | import 'dummy.js'
  324. 16 |
  325.  
  326. ✘ https://google.com/#q=import%2Fno-unresolved
  327.  
  328. Unable to resolve path to module 'dummy.js'
  329.  
  330.  
  331. tests/multipleTsconfigs/packages/module-b/index.ts:15:8
  332. 13 | // import from node_module
  333. 14 | import 'typescript'
  334. > 15 | import 'dummy.js'
  335. | ^
  336. 16 |
  337.  
  338. ✘ https://google.com/#q=import%2Fextensions
  339.  
  340. Unexpected use of file extension "js" for "dummy.js"
  341.  
  342.  
  343. tests/multipleTsconfigs/packages/module-b/index.ts:15:8
  344. 13 | // import from node_module
  345. 14 | import 'typescript'
  346. > 15 | import 'dummy.js'
  347. | ^
  348. 16 |
  349.  
  350. ✘ 26 problems (26 errors, 0 warnings)
  351.  
  352.  
  353. Errors:
  354. 22 https://google.com/#q=import%2Fno-unresolved
  355. 4 https://google.com/#q=import%2Fextensions
  356. error Command failed with exit code 1.
  357. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Advertisement
Add Comment
Please, Sign In to add comment