[DEPS] Update Dependencies (2)#534
Closed
felixf4xu wants to merge 12 commits intovlang:masterfrom
felixf4xu:deps-update_dependencies-2
Closed
[DEPS] Update Dependencies (2)#534felixf4xu wants to merge 12 commits intovlang:masterfrom felixf4xu:deps-update_dependencies-2
felixf4xu wants to merge 12 commits intovlang:masterfrom
felixf4xu:deps-update_dependencies-2
Conversation
Run the package.json through npm-check-updates to get the latest versions of dependencies.
Fix the linting issue by converting the Error object to string explicitly.
Remove the unused code. Move conditional assignment between curly braces.
Fix the linting, styling and typing issues. The file will need more work but it will at least pass the checks now.
After other changes, an await had to be added.
Add awaits to the updated function calls.
Member
|
Hey @felixf4xu, thanks for your efforts! to cite from vlang/vls#446 about the current vls situation:
To make sure your work can be even utilised, maybe wait for a response of the new v analyzer dev. |
Author
|
@tobealive is that only for |
Contributor
For both |
Author
|
Good to know that, also nice to see its new start. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This is a continued PR based on #497
based on that,
.vscodeignorefile should not ignore the wholenode_modulesfolder #532, at lease with these 2 fixes, localnpm run packagewill success.