lsif-node/npm/README.md

744 B

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.