-
Notifications
You must be signed in to change notification settings - Fork 12.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Module Resolution and Type Reference directive cache updates and its API changes #43700
Conversation
340867b
to
960403a
Compare
960403a
to
116b9b3
Compare
@typescript-bot pack this |
Heya @sheetalkamat, I've started to run the tarball bundle task on this PR at 116b9b3. You can monitor the build here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The package json info cache infrastructure is going to help a lot with node12
module resolution, too, where we need package.json
info for every file we lookup to control resolution.
@typescript-bot pack this |
Heya @sheetalkamat, I've started to run the tarball bundle task on this PR at 4466eb4. You can monitor the build here. |
Hey @sheetalkamat, I've packed this into an installable tgz. You can install it for testing by referencing it in your
and then running There is also a playground for this build and an npm module you can use via |
Fixes Repeated package.json reads in ts-loader ts api wrapper compared to
tsc --build
#42670