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