-
Notifications
You must be signed in to change notification settings - Fork 12.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolutions cache stays for lifetime..
- Loading branch information
1 parent
04b994f
commit ce2e752
Showing
35 changed files
with
533 additions
and
369 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -277,26 +277,7 @@ File '/user/username/package.json' does not exist according to earlier cached lo | |
File '/user/package.json' does not exist according to earlier cached lookups. | ||
File '/package.json' does not exist according to earlier cached lookups. | ||
======== Resolving module 'pkg' from '/user/username/projects/myproject/a.ts'. ======== | ||
Explicitly specified module resolution kind: 'Node16'. | ||
Resolving in ESM mode with conditions 'import', 'types', 'node'. | ||
File '/user/username/projects/myproject/package.json' does not exist according to earlier cached lookups. | ||
File '/user/username/projects/package.json' does not exist according to earlier cached lookups. | ||
File '/user/username/package.json' does not exist according to earlier cached lookups. | ||
File '/user/package.json' does not exist according to earlier cached lookups. | ||
File '/package.json' does not exist according to earlier cached lookups. | ||
Loading module 'pkg' from 'node_modules' folder, target file types: TypeScript, JavaScript, Declaration. | ||
Searching all ancestor node_modules directories for preferred extensions: TypeScript, Declaration. | ||
File '/user/username/projects/myproject/node_modules/pkg/package.json' exists according to earlier cached lookups. | ||
Entering conditional exports. | ||
Matched 'exports' condition 'import'. | ||
Using 'exports' subpath '.' with target './import.js'. | ||
File name '/user/username/projects/myproject/node_modules/pkg/import.js' has a '.js' extension - stripping it. | ||
File '/user/username/projects/myproject/node_modules/pkg/import.ts' does not exist. | ||
File '/user/username/projects/myproject/node_modules/pkg/import.tsx' does not exist. | ||
File '/user/username/projects/myproject/node_modules/pkg/import.d.ts' exists - use it as a name resolution result. | ||
Resolved under condition 'import'. | ||
Exiting conditional exports. | ||
Resolving real path for '/user/username/projects/myproject/node_modules/pkg/import.d.ts', result '/user/username/projects/myproject/node_modules/pkg/import.d.ts'. | ||
Resolution for module 'pkg' was found in cache from location '/user/username/projects/myproject'. | ||
======== Module name 'pkg' was successfully resolved to '/user/username/projects/myproject/node_modules/pkg/import.d.ts' with Package ID 'pkg/[email protected]'. ======== | ||
File '/user/username/projects/myproject/node_modules/pkg/package.json' exists according to earlier cached lookups. | ||
File '/user/username/projects/myproject/package.json' does not exist according to earlier cached lookups. | ||
|
Oops, something went wrong.