-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Resolve only relative references tree in the project (in syntax only mode) #39477
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
Conversation
@DanielRosenwasser The relative reference resolutions are also dependent on |
41b2362
to
5387cde
Compare
@typescript-bot pack this |
Heya @sheetalkamat, I've started to run the tarball bundle task on this PR at 5387cde. You can monitor the build here. |
I'm not quite as concerned with |
By the way, what's the difference between this and #39476? |
Oh, is the idea that you would load up the entire project except for non-relative modules (e.g. |
Thats correct.. It constructs relative reference tree and ignores node_module imports. |
@typescript-bot pack this |
Heya @sheetalkamat, I've started to run the tarball bundle task on this PR at 37d270f. 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 |
Hey @sheetalkamat, something went wrong when looking for the build artifact. (You can check the log here). |
Closing this since we definitely dont want whole tree. |
This resolves and follows all relative module references instead of just in open files