|
1 | 1 | [
|
| 2 | + "Found 'package.json' at '/node_modules/dual/package.json'.", |
2 | 3 | "======== Resolving module 'dual' from '/main.ts'. ========",
|
3 | 4 | "Explicitly specified module resolution kind: 'Bundler'.",
|
4 | 5 | "Resolving in CJS mode with conditions 'import', 'types'.",
|
5 | 6 | "File '/package.json' does not exist.",
|
6 | 7 | "Loading module 'dual' from 'node_modules' folder, target file types: TypeScript, JavaScript, Declaration, JSON.",
|
7 | 8 | "Searching all ancestor node_modules directories for preferred extensions: TypeScript, Declaration.",
|
8 |
| - "Found 'package.json' at '/node_modules/dual/package.json'.", |
| 9 | + "File '/node_modules/dual/package.json' exists according to earlier cached lookups.", |
9 | 10 | "Entering conditional exports.",
|
10 | 11 | "Matched 'exports' condition 'import'.",
|
11 | 12 | "Using 'exports' subpath '.' with target './index.js'.",
|
|
22 | 23 | "Resolution for module 'dual' was found in cache from location '/'.",
|
23 | 24 | "======== Module name 'dual' was successfully resolved to '/node_modules/dual/index.d.ts' with Package ID 'dual/index.d.ts@1.0.0'. ========",
|
24 | 25 | "======== Resolving module 'dual' from '/main.cts'. ========",
|
25 |
| - "Resolution for module 'dual' was found in cache from location '/'.", |
26 |
| - "======== Module name 'dual' was successfully resolved to '/node_modules/dual/index.d.ts' with Package ID 'dual/index.d.ts@1.0.0'. ========", |
| 26 | + "Explicitly specified module resolution kind: 'Bundler'.", |
| 27 | + "Resolving in CJS mode with conditions 'require', 'types'.", |
| 28 | + "File '/package.json' does not exist according to earlier cached lookups.", |
| 29 | + "Loading module 'dual' from 'node_modules' folder, target file types: TypeScript, JavaScript, Declaration, JSON.", |
| 30 | + "Searching all ancestor node_modules directories for preferred extensions: TypeScript, Declaration.", |
| 31 | + "File '/node_modules/dual/package.json' exists according to earlier cached lookups.", |
| 32 | + "Entering conditional exports.", |
| 33 | + "Saw non-matching condition 'import'.", |
| 34 | + "Matched 'exports' condition 'require'.", |
| 35 | + "Using 'exports' subpath '.' with target './index.cjs'.", |
| 36 | + "File name '/node_modules/dual/index.cjs' has a '.cjs' extension - stripping it.", |
| 37 | + "File '/node_modules/dual/index.cts' does not exist.", |
| 38 | + "File '/node_modules/dual/index.d.cts' exists - use it as a name resolution result.", |
| 39 | + "Resolved under condition 'require'.", |
| 40 | + "Exiting conditional exports.", |
| 41 | + "Resolving real path for '/node_modules/dual/index.d.cts', result '/node_modules/dual/index.d.cts'.", |
| 42 | + "======== Module name 'dual' was successfully resolved to '/node_modules/dual/index.d.cts' with Package ID 'dual/index.d.cts@1.0.0'. ========", |
27 | 43 | "======== Resolving module '@typescript/lib-es5' from '/.src/__lib_node_modules_lookup_lib.es5.d.ts__.ts'. ========",
|
28 | 44 | "Explicitly specified module resolution kind: 'Node10'.",
|
29 | 45 | "Loading module '@typescript/lib-es5' from 'node_modules' folder, target file types: TypeScript, Declaration.",
|
|
0 commit comments