Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@eclipse-glsp/ts-config
Advanced tools
Common shared configuration for Eclipse GLSP components that are based on Typescript.
yarn add --dev @eclipse-glsp/ts-config
Create a tsconfig.json
:
{
"extends": "@eclipse-glsp/ts-config",
"compilerOptions": {
"rootDir": "src",
"outDir": "lib"
}
}
In addition, a custom configuration for projects that use mocha
is available:
@eclipse-glsp/ts-config/mocha
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.
[config] Update all dependencies & peerDependencies of the dev to the latest version #1136
[protocol] Removed Protocol.MD
file. #892
[eslint-config] Tweaked chai-friendly/no-unused expression
rule to enable allowTenary
and allowShortCircuit
options. #936
[config] Introduce all-in-one @eclipse-glsp/dev
meta package. #842
[cli] Contribute the checkHeaders
command to validate the copyright year (range) of license headers. #834
[config] Introduce @eclipse-glsp/nyc-config
package and the @eclipse-glsp/config-test
meta package. #755
coverageReport
command to create a full nyc test coverage report for a lerna/yarn mono repository[cli] Introduce @eclipse-glsp/cli
package to offer CLI tooling & utility scripts for GLSP projects. #755 - Contributed on behalf of STMicroelectronics
release
command to prepare & publish a new Github release for a specific GLSP component[deps] Updates dependencies of @eclipse-glsp/config
and @eclipse-glsp/config-test
packages to the latest version #1023
FAQs
Shared Typescript configuration for GLSP projects
We found that @eclipse-glsp/ts-config demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.