@theia/java

v0.1.0-testnext.54410a67
Theia - Java Extension

lint

tslint -c ../tslint.json --project compile.tsconfig.json

build

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

clean

yarn run compile:clean

watch

tsc -w -p compile.tsconfig.json

compile

tsc -p compile.tsconfig.json

compile:clean

rimraf lib
npm i @theia/[email protected]

Metadata

Downloads

Maintainers