typescript-language-server

v1.1.0
Language Server Protocol (LSP) implementation for TypeScript using tsserver

clean

rimraf lib *.tsbuildinfo

test

cross-env CONSOLE_LOG_LEVEL=warn TS_NODE_PROJECT=./tsconfig.json mocha

test:watch

cross-env CONSOLE_LOG_LEVEL=warn TS_NODE_PROJECT=./tsconfig.json mocha --watch

test:compiled

cross-env CONSOLE_LOG_LEVEL=warn mocha "./lib/**/*.spec.js"

lint

eslint --ext ".js,.ts" src

fix

eslint --ext ".js,.ts" --fix src

build

concurrently -n compile,lint -c blue,green "yarn compile" "yarn lint"

compile

tsc -b

watch

tsc -b --watch --verbose

postversion

git push --follow-tags

prepare

cd test-data/jsx && yarn

Metadata

Downloads