lsif-node/tsc
Dirk Baeumer 5ec8e00052
Publish tsc@0.6.0-next.12
2021-06-08 13:38:19 +02:00
..
bin First step towards a typings installer 2019-04-03 22:21:26 +02:00
src Traverse left side of module.exports statement 2021-06-08 11:33:47 +00:00
.eslintignore Add reference link support to all the toolings 2020-03-27 14:37:40 +01: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 Reasonable defaults for tsc command line arguments 2019-03-25 23:05:51 +01:00
README.md Update readmes 2019-07-01 10:52:17 +02:00
ThirdPartyNotices.txt Update notices file 2021-02-17 11:01:04 +01:00
package-lock.json Publish tsc@0.6.0-next.12 2021-06-08 13:38:19 +02:00
package.json Publish tsc@0.6.0-next.12 2021-06-08 13:38:19 +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-tsc

Languag Server Index Format tool for TypeScript

Requirements

About

This tool supports creating LSIF dumps for TypeScript and JavaScript.

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-tsc. Then execute the command on a TypeScipt project using the following command lsif-tsc -p .\tsconfig.json --stdout. This print a LSIF dump to stdout. You might also want to execute list-tsc --help to get an overview of available command line options. Also of interest could be the overall readme