Common shared development packages for Eclipse GLSP components that are implemented with Typescript.
@eclipse-glsp/cli
: Provides helpful scrips and commands for developing glsp components as well as release engineering.@eclipse-glsp/config
: Provides a meta package that exports common configuration objects for:- Typescript (
tsconfig.json
) - ESLint (
.eslintrc
) - Prettier (
.prettierrc
).
- Typescript (
@eclipse-glsp/config-test
: Provides a meta package that exports common test configuration object on top of@eclipse-glsp/config
:@eclipse-glsp/dev
: Provides an all-in-one meta package that includes@eclipse-glsp/cli
,@eclipse-glsp/config
and@eclipse-glsp/config-dev
The packages are available via npm and are used by all GLSP components implemented with Typescript.
For more information, please visit the Eclipse GLSP Umbrella repository and the Eclipse GLSP Website. If you have questions, please raise them in the discussions and have a look at our communication and support options.