![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.
tsd-extra-cli
Advanced tools
Wrapper around tsd (TypeScript type definition checker) with extra CLI options.
Wrapper around tsd (TypeScript type definition checker) that offsers some extra CLI options.
This library can be installed from the NPM package registry. Using NPM:
npm install --save-dev tsd-extra-cli
Or using Yarn:
yarn add -D tsd-extra-cli
See the documentation for tsd on how to write tests for your type definitions.
You can use the tsd-extra-cli
command as you would normally
use tsd
, i.e.
tsd-extra-cli [path]
In addition, tsd-extra-cli
offers the following CLI options:
--tests-only
: Only reports errors that come from the .test-d.ts(x)
files.
In addition to those, tsd normally also reports TypeScript errors in the
files loaded from the system under test. The --tests-only
option discards
those. This can be useful in codebases where there are some known TypeScript
errors that haven't been fixed yet, but you still want to enforce passing
tsd tests.--report-checkstyle=<file>
: Writes a report in checkstyle format to <file>
.
This can be useful to programmatically consume the results, e.g. on a CI
server.This project adheres to Semantic Versioning.
Contributions to this project are more than welcome.
This project is released under the MIT license.
This package is Treeware. If you use it in production, then we'd appreciate it if you buy the world a tree to thank us for our work. By contributing to the Treeware forest you'll be creating employment for local families and restoring wildlife habitats.
Made with love, coffee and fun by the Moxio team from Delft, The Netherlands. Interested in joining our awesome team? Check out our vacancies (in Dutch).
FAQs
Wrapper around tsd (TypeScript type definition checker) with extra CLI options.
The npm package tsd-extra-cli receives a total of 26 weekly downloads. As such, tsd-extra-cli popularity was classified as not popular.
We found that tsd-extra-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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.