|
1 | 1 | [
|
2 | 2 | "======== Resolving type reference directive 'alpha', containing file '/test/foo.ts', root directory '/test/types'. ========",
|
3 | 3 | "Resolving with primary search path '/test/types'.",
|
| 4 | + "File '/test/types/alpha.d.ts' does not exist.", |
4 | 5 | "File '/test/types/alpha/package.json' does not exist.",
|
5 | 6 | "File '/test/types/alpha/index.d.ts' exist - use it as a name resolution result.",
|
6 | 7 | "Resolving real path for '/test/types/alpha/index.d.ts', result '/test/types/alpha/index.d.ts'.",
|
7 | 8 | "======== Type reference directive 'alpha' was successfully resolved to '/test/types/alpha/index.d.ts', primary: true. ========",
|
8 | 9 | "======== Resolving type reference directive 'beta', containing file '/test/foo.ts', root directory '/test/types'. ========",
|
9 | 10 | "Resolving with primary search path '/test/types'.",
|
| 11 | + "File '/test/types/beta.d.ts' does not exist.", |
10 | 12 | "File '/test/types/beta/package.json' does not exist.",
|
11 | 13 | "File '/test/types/beta/index.d.ts' exist - use it as a name resolution result.",
|
12 | 14 | "Resolving real path for '/test/types/beta/index.d.ts', result '/test/types/beta/index.d.ts'.",
|
13 | 15 | "======== Type reference directive 'beta' was successfully resolved to '/test/types/beta/index.d.ts', primary: true. ========",
|
14 | 16 | "======== Resolving type reference directive 'beta', containing file '/test/types/alpha/index.d.ts', root directory '/test/types'. ========",
|
15 | 17 | "Resolving with primary search path '/test/types'.",
|
| 18 | + "File '/test/types/beta.d.ts' does not exist.", |
16 | 19 | "File '/test/types/beta/package.json' does not exist according to earlier cached lookups.",
|
17 | 20 | "File '/test/types/beta/index.d.ts' exist - use it as a name resolution result.",
|
18 | 21 | "Resolving real path for '/test/types/beta/index.d.ts', result '/test/types/beta/index.d.ts'.",
|
19 | 22 | "======== Type reference directive 'beta' was successfully resolved to '/test/types/beta/index.d.ts', primary: true. ========",
|
20 | 23 | "======== Resolving type reference directive 'alpha', containing file '/test/types/beta/index.d.ts', root directory '/test/types'. ========",
|
21 | 24 | "Resolving with primary search path '/test/types'.",
|
| 25 | + "File '/test/types/alpha.d.ts' does not exist.", |
22 | 26 | "File '/test/types/alpha/package.json' does not exist according to earlier cached lookups.",
|
23 | 27 | "File '/test/types/alpha/index.d.ts' exist - use it as a name resolution result.",
|
24 | 28 | "Resolving real path for '/test/types/alpha/index.d.ts', result '/test/types/alpha/index.d.ts'.",
|
|
0 commit comments