Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
feat(unstable/npm): initial type checking of npm specifiers #16332
feat(unstable/npm): initial type checking of npm specifiers #16332
Changes from 39 commits
1490d8d
e8c83b4
38e8ec7
1a074dd
140a24e
cf489f7
90e3b5f
58cccc7
784631b
04de5e8
597f81c
e72ff33
c0a0a0d
4cf33c0
18c4447
fcbb624
25f4ed8
02e64f0
0612b09
6689c5d
8e73280
40e56cb
e0620eb
cc53537
ceebdf1
3806a15
b2414d0
468114d
8027ea5
9193fd0
af4248c
7e0cc47
cffcfd9
03d7acd
29cd1ea
b12d21a
3815e65
058bee4
b20b4ca
d3cce89
0e65153
4750263
1781aed
4718557
9385717
d6dca27
29f4263
abe24d6
dde97ac
2fc715b
6fa290b
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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.
That this handle situation when user has
--node-modules-dir
flag specified?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.
Nope. That's not supported at the moment because there's no way to provide that to the lsp at the moment (see second point in pr description). Edit: opened an issue.