lsif-node/npm
Dirk Baeumer 0a93973eda
Add version and help support to main lsif entry
2021-06-07 14:28:14 +02:00
..
bin Cleanup of npm module 2019-03-26 21:49:17 +01:00
src Add version and help support to main lsif entry 2021-06-07 14:28:14 +02:00
.eslintrc.json Use ESLint to validate TypeScript files 2019-08-30 11:29:47 +02:00
.npmignore Support tsc 3.4 incremental compilation 2019-04-04 10:21:05 +02:00
LICENSE Add License and Thrid party notice 2019-03-26 22:06:49 +01:00
README.md Update readme for npm tooling 2021-04-21 11:08:55 +02:00
ThirdPartyNotices.txt Update notices file 2021-02-17 11:11:03 +01:00
package-lock.json Publish npm@0.6.0-next.6 2021-04-27 11:42:51 +02:00
package.json Publish npm@0.6.0-next.6 2021-04-27 11:42:51 +02:00
tsconfig.json Improve tooling setup 2020-11-27 12:08:26 +01:00
tsconfig.publish.json Improve tooling setup 2020-11-27 12:08:26 +01:00
tsconfig.watch.json Improve tooling setup 2020-11-27 12:08:26 +01:00

README.md

lsif-npm

Languag Server Index Format tool for npm

Requirements

About

This tool supports rewriting 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.