Comparing version 0.6.0-next.4 to 0.6.0-next.5
{ | ||
"name": "lsif-npm", | ||
"description": "A tools to rewrite Typescript LSIF monikers into npm monikers", | ||
"version": "0.6.0-next.4", | ||
"version": "0.6.0-next.5", | ||
"author": "Microsoft Corporation", | ||
@@ -20,3 +20,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"lsif-protocol": "0.6.0-next.3", | ||
"lsif-protocol": "0.6.0-next.4", | ||
"uuid": "^8.3.2", | ||
@@ -23,0 +23,0 @@ "vscode-uri": "^3.0.2", |
# lsif-npm | ||
> *Languag Server Index Format tool for npm* | ||
_Languag Server Index Format tool for npm_ | ||
### Requirements | ||
@@ -16,2 +17,4 @@ | ||
The easiest way to run the tool is to install the latest version (which are pre-release version starting with 0.x right now). For example `npm install -g lsif-npm`. Then create a LSIF dump for TypeScript using [lsif-tsc](https://github.com/microsoft/lsif-node/blob/master/tsc/README.md) and store it to a file using `--out` option. Something like `lsif-tsc -p .\tsconfig.json --out dump.lsif`. To make the monikers npm specific use the created dump as an input to the lsif-npm tool. Something like `lisf-npm --in .\dump.lsif --package .\package.json --stdout` which print the dump with both tsc and npm monikers to stdout. Also of interest could be the overall [readme](https://github.com/microsoft/lsif-node/blob/master/README.md) | ||
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`. |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19
219544
+ Addedlsif-protocol@0.6.0-next.4(transitive)
- Removedlsif-protocol@0.6.0-next.3(transitive)
Updatedlsif-protocol@0.6.0-next.4