Closed
Description
Bug Report
π Search Terms
π Version & Regression Information
- This is since Support resolving
@typescript/[lib]
in node modules Β #45771 introduced this
β― Playground Link
π» Code
π Actual behavior
- Module resolution for libFile redirects is not stored.
- Should it use different module resolution cache that one in program if resolution strategy doesn't match
- Resolution happens each time
isSourceFileDefaultLibrary
andgetLibFileFromReference
are called.