We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
bin
package.json
NodeModuleSpec
Originally discussed in #1064.
Currently NodeModuleSpec specs use the scripts field, for example:
scripts
jupyterlab-lsp/python_packages/jupyter_lsp/jupyter_lsp/specs/typescript_language_server.py
Line 7 in 18d5c8c
Package maintainers might rename underlying files (as noticed in #1064).
Reusing the script referenced by the bin field might prove more reliable over time.
Maybe some unknown as to what would happen if there are multiple bin entries.
The text was updated successfully, but these errors were encountered:
script
typescript-language-server
No branches or pull requests
Elevator Pitch
Originally discussed in #1064.
Currently
NodeModuleSpec
specs use thescripts
field, for example:jupyterlab-lsp/python_packages/jupyter_lsp/jupyter_lsp/specs/typescript_language_server.py
Line 7 in 18d5c8c
Motivation
Package maintainers might rename underlying files (as noticed in #1064).
Reusing the script referenced by the
bin
field might prove more reliable over time.Design Ideas
Maybe some unknown as to what would happen if there are multiple bin entries.
The text was updated successfully, but these errors were encountered: