lsif-node/npm
Dirk Bäumer da622ed284
Update dependencies (#174)
* Update dependencies

* Script cleanup

* Update more scripts

* Fix compile error
2024-06-24 17:33:07 +02:00
..
bin Update dependencies plus code cleanup (#165) 2023-12-07 15:28:13 +00:00
src Update dependencies (#174) 2024-06-24 17:33:07 +02:00
.eslintrc.json Update dependencies plus code cleanup (#165) 2023-12-07 15:28:13 +00: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 dependencies plus code cleanup (#165) 2023-12-07 15:28:13 +00:00
ThirdPartyNotices.txt Update notices file 2021-02-17 11:11:03 +01:00
package-lock.json Update dependencies (#174) 2024-06-24 17:33:07 +02:00
package.json Update dependencies (#174) 2024-06-24 17:33:07 +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

Language Server Index Format tool for npm

Requirements

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.