|
1 | 1 | [ |
2 | | - "======== Resolving module 'shortid' from 'c:/root/index.ts'. ========", |
| 2 | + "======== Resolving module 'shortid' from '/media/nathansa/src2/ts/tests/cases/compiler/index.ts'. ========", |
3 | 3 | "Explicitly specified module resolution kind: 'NodeJs'.", |
4 | 4 | "Loading module 'shortid' from 'node_modules' folder.", |
5 | | - "File 'c:/root/node_modules/shortid.ts' does not exist.", |
6 | | - "File 'c:/root/node_modules/shortid.tsx' does not exist.", |
7 | | - "File 'c:/root/node_modules/shortid.d.ts' does not exist.", |
8 | | - "File 'c:/root/node_modules/shortid.js' does not exist.", |
9 | | - "File 'c:/root/node_modules/shortid.jsx' does not exist.", |
10 | | - "File 'c:/root/node_modules/shortid/package.json' does not exist.", |
11 | | - "File 'c:/root/node_modules/shortid/index.ts' does not exist.", |
12 | | - "File 'c:/root/node_modules/shortid/index.tsx' does not exist.", |
13 | | - "File 'c:/root/node_modules/shortid/index.d.ts' does not exist.", |
14 | | - "File 'c:/root/node_modules/shortid/index.js' exist - use it as a name resolution result.", |
15 | | - "File 'c:/root/node_modules/@types/shortid.ts' does not exist.", |
16 | | - "File 'c:/root/node_modules/@types/shortid.tsx' does not exist.", |
17 | | - "File 'c:/root/node_modules/@types/shortid.d.ts' does not exist.", |
18 | | - "File 'c:/root/node_modules/@types/shortid.js' does not exist.", |
19 | | - "File 'c:/root/node_modules/@types/shortid.jsx' does not exist.", |
20 | | - "File 'c:/root/node_modules/@types/shortid/package.json' does not exist.", |
21 | | - "File 'c:/root/node_modules/@types/shortid/index.ts' does not exist.", |
22 | | - "File 'c:/root/node_modules/@types/shortid/index.tsx' does not exist.", |
23 | | - "File 'c:/root/node_modules/@types/shortid/index.d.ts' does not exist.", |
24 | | - "File 'c:/root/node_modules/@types/shortid/index.js' does not exist.", |
25 | | - "File 'c:/root/node_modules/@types/shortid/index.jsx' does not exist.", |
26 | | - "Resolving real path for 'c:/root/node_modules/shortid/index.js', result 'c:/root/node_modules/shortid/index.js'", |
27 | | - "======== Module name 'shortid' was successfully resolved to 'c:/root/node_modules/shortid/index.js'. ========" |
| 5 | + "File '/media/nathansa/src2/ts/tests/cases/compiler/node_modules/shortid.ts' does not exist.", |
| 6 | + "File '/media/nathansa/src2/ts/tests/cases/compiler/node_modules/shortid.tsx' does not exist.", |
| 7 | + "File '/media/nathansa/src2/ts/tests/cases/compiler/node_modules/shortid.d.ts' does not exist.", |
| 8 | + "File '/media/nathansa/src2/ts/tests/cases/compiler/node_modules/shortid.js' does not exist.", |
| 9 | + "File '/media/nathansa/src2/ts/tests/cases/compiler/node_modules/shortid.jsx' does not exist.", |
| 10 | + "File '/media/nathansa/src2/ts/tests/cases/compiler/node_modules/shortid/package.json' does not exist.", |
| 11 | + "File '/media/nathansa/src2/ts/tests/cases/compiler/node_modules/shortid/index.ts' does not exist.", |
| 12 | + "File '/media/nathansa/src2/ts/tests/cases/compiler/node_modules/shortid/index.tsx' does not exist.", |
| 13 | + "File '/media/nathansa/src2/ts/tests/cases/compiler/node_modules/shortid/index.d.ts' does not exist.", |
| 14 | + "File '/media/nathansa/src2/ts/tests/cases/compiler/node_modules/shortid/index.js' exist - use it as a name resolution result.", |
| 15 | + "File '/media/nathansa/src2/ts/tests/cases/compiler/node_modules/@types/shortid.ts' does not exist.", |
| 16 | + "File '/media/nathansa/src2/ts/tests/cases/compiler/node_modules/@types/shortid.tsx' does not exist.", |
| 17 | + "File '/media/nathansa/src2/ts/tests/cases/compiler/node_modules/@types/shortid.d.ts' does not exist.", |
| 18 | + "File '/media/nathansa/src2/ts/tests/cases/compiler/node_modules/@types/shortid.js' does not exist.", |
| 19 | + "File '/media/nathansa/src2/ts/tests/cases/compiler/node_modules/@types/shortid.jsx' does not exist.", |
| 20 | + "File '/media/nathansa/src2/ts/tests/cases/compiler/node_modules/@types/shortid/package.json' does not exist.", |
| 21 | + "File '/media/nathansa/src2/ts/tests/cases/compiler/node_modules/@types/shortid/index.ts' does not exist.", |
| 22 | + "File '/media/nathansa/src2/ts/tests/cases/compiler/node_modules/@types/shortid/index.tsx' does not exist.", |
| 23 | + "File '/media/nathansa/src2/ts/tests/cases/compiler/node_modules/@types/shortid/index.d.ts' does not exist.", |
| 24 | + "File '/media/nathansa/src2/ts/tests/cases/compiler/node_modules/@types/shortid/index.js' does not exist.", |
| 25 | + "File '/media/nathansa/src2/ts/tests/cases/compiler/node_modules/@types/shortid/index.jsx' does not exist.", |
| 26 | + "Resolving real path for '/media/nathansa/src2/ts/tests/cases/compiler/node_modules/shortid/index.js', result '/media/nathansa/src2/ts/tests/cases/compiler/node_modules/shortid/index.js'", |
| 27 | + "======== Module name 'shortid' was successfully resolved to '/media/nathansa/src2/ts/tests/cases/compiler/node_modules/shortid/index.js'. ========" |
28 | 28 | ] |
0 commit comments