![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
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/config-test
Advanced tools
Meta package that provides Mocha and nyc configurations for GLSP projects
Common shared configuration for testing Eclipse GLSP components that are implemented with Typescript. Provides a meta package that export common configuration objects for:
The package is available via npm and can be used by all GLSP components implemented with Typescript. Mocha and nyc are included as direct dependencies.
@eclipse-glsp/mocha-config
: Shared Mocha configuration for GLSP projects@eclipse-glsp/nyc-config
: Shared nyc configuration for GLSP projectsyarn add --dev @eclipse-glsp/config-test
Create a .mocharc
:
{
"$schema": "https://json.schemastore.org/mocharc",
"extends": "@eclipse-glsp/mocha-config"
}
Add a .nycrc.json
to your project root:
"@eclipse-glsp/prettier-config"
Configuration can also be provided by nyc.config.js
if programmed logic is required.
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.
generateIndex
command to the GLSP CLI. Allows autogeneration of index files in GLSP projects. #1197release
CLI command. #1226checkHeader
CLI command. Focus on end year copyright header validation and remove the error-prone validation of the start year. #1289updateNext
command to the GLSP CLI tool. Allows updating of all dependencies in GLSP projects that are tagged with `next´. 1229ES2019
#1372FAQs
Meta package that provides Mocha and nyc configurations for GLSP projects
The npm package @eclipse-glsp/config-test receives a total of 66 weekly downloads. As such, @eclipse-glsp/config-test popularity was classified as not popular.
We found that @eclipse-glsp/config-test 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.