typescript-language-server

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

clean

rimraf lib *.tsbuildinfo

test

cross-env NODE_OPTIONS=--experimental-vm-modules CONSOLE_LOG_LEVEL=warning jest

test:watch

cross-env NODE_OPTIONS=--experimental-vm-modules CONSOLE_LOG_LEVEL=warning jest --watch

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

rimraf lib && rollup --config rollup.config.ts --configPlugin typescript

watch

rimraf lib && rollup --config rollup.config.ts --configPlugin typescript --watch

postversion

git push --follow-tags

prepare

cd test-data/jsx && yarn

Metadata

Downloads