Resolve only relative references tree in the project (in syntax only mode)#39477
Resolve only relative references tree in the project (in syntax only mode)#39477sheetalkamat wants to merge 2 commits intomasterfrom
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