typescript-language-server

v3.0.1
Language Server Protocol (LSP) implementation for TypeScript using tsserver

clean

rimraf lib *.tsbuildinfo

test

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

test:watch

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

test:compiled

cross-env CONSOLE_LOG_LEVEL=warning 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