0.5.3 • Published 4 years ago

lsif-npm v0.5.3

Weekly downloads
603
License
MIT
Repository
github
Last release
4 years ago

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 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 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

0.6.0-next.8

4 years ago

0.6.0-next.7

4 years ago

0.6.0-next.5

4 years ago

0.6.0-next.6

4 years ago

0.6.0-next.4

4 years ago

0.6.0-next.3

4 years ago

0.6.0-next.2

4 years ago

0.6.0-next.1

4 years ago

0.5.3

4 years ago

0.5.2

4 years ago

0.5.1

4 years ago

0.5.0-next.3

5 years ago

0.5.0-next.2

5 years ago

0.5.0-next.1

5 years ago

0.4.5

6 years ago

0.4.4

6 years ago

0.4.3

6 years ago

0.4.2

6 years ago

0.4.1

6 years ago

0.4.0

6 years ago

0.3.0

6 years ago

0.2.6

6 years ago

0.2.5

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago