|
1 | 1 | [
|
2 | 2 | "======== Resolving module '.' from '/a/test.ts'. ========",
|
3 | 3 | "Explicitly specified module resolution kind: 'NodeJs'.",
|
4 |
| -"Loading module as file / folder, candidate module location '/a', target file type 'TypeScript'.", |
5 |
| -"File '/a.ts' exist - use it as a name resolution result.", |
6 |
| -"======== Module name '.' was successfully resolved to '/a.ts'. ========", |
| 4 | +"Loading module as file / folder, candidate module location '/a/', target file type 'TypeScript'.", |
| 5 | +"File '/a/package.json' does not exist.", |
| 6 | +"File '/a/index.ts' exist - use it as a name resolution result.", |
| 7 | +"======== Module name '.' was successfully resolved to '/a/index.ts'. ========", |
7 | 8 | "======== Resolving module './' from '/a/test.ts'. ========",
|
8 | 9 | "Explicitly specified module resolution kind: 'NodeJs'.",
|
9 | 10 | "Loading module as file / folder, candidate module location '/a/', target file type 'TypeScript'.",
|
10 |
| -"File '/a/package.json' does not exist.", |
| 11 | +"File '/a/package.json' does not exist according to earlier cached lookups.", |
11 | 12 | "File '/a/index.ts' exist - use it as a name resolution result.",
|
12 | 13 | "======== Module name './' was successfully resolved to '/a/index.ts'. ========",
|
13 | 14 | "======== Resolving module '..' from '/a/b/test.ts'. ========",
|
14 | 15 | "Explicitly specified module resolution kind: 'NodeJs'.",
|
15 |
| -"Loading module as file / folder, candidate module location '/a', target file type 'TypeScript'.", |
16 |
| -"File '/a.ts' exist - use it as a name resolution result.", |
17 |
| -"======== Module name '..' was successfully resolved to '/a.ts'. ========", |
| 16 | +"Loading module as file / folder, candidate module location '/a/', target file type 'TypeScript'.", |
| 17 | +"File '/a/package.json' does not exist according to earlier cached lookups.", |
| 18 | +"File '/a/index.ts' exist - use it as a name resolution result.", |
| 19 | +"======== Module name '..' was successfully resolved to '/a/index.ts'. ========", |
18 | 20 | "======== Resolving module '../' from '/a/b/test.ts'. ========",
|
19 | 21 | "Explicitly specified module resolution kind: 'NodeJs'.",
|
20 | 22 | "Loading module as file / folder, candidate module location '/a/', target file type 'TypeScript'.",
|
|
0 commit comments