зеркало из https://github.com/microsoft/lsif-node.git
da622ed284
* Update dependencies * Script cleanup * Update more scripts * Fix compile error |
||
---|---|---|
.. | ||
bin | ||
src | ||
.eslintrc.json | ||
.npmignore | ||
LICENSE | ||
README.md | ||
ThirdPartyNotices.txt | ||
package-lock.json | ||
package.json | ||
tsconfig.json | ||
tsconfig.publish.json | ||
tsconfig.watch.json |
README.md
lsif-npm
Language Server Index Format tool for npm
Requirements
- Node.js at least
10.x.x
About
This tool rewrites monikers from the tsc scheme to the npm scheme.
See also the Language Server Index Format Specification
How to Run the Tool
The tool got now integrated into the lsif-tsc
tool. Simply use the --package
command line option of the lsif-tsc
tool.
You can still use the tool to post process a dump that got created using lsif tsc without emitting npm monikers. Then simply use a command like this lsif-npm --in .\dump.lsif --package .\package.json --stdout
.