-
Notifications
You must be signed in to change notification settings - Fork 51
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
[DEPS] Update Dependencies (2) #534
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.
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. |
@tobealive is that only for |
For both |
Good to know that, also nice to see its new start. |
This is a continued PR based on #497
based on that,
.vscodeignore
file should not ignore the wholenode_modules
folder #532, at lease with these 2 fixes, localnpm run package
will success.