Use this module to start and stop the V8 inspector manually and collect precise coverage.
Data library for istanbul coverage objects
ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shim
Determine if the JS environment has Symbol support. Supports spec, or shams.
Returns an array of Typed Array names that are available in the current environment
Determine if a function is a native generator function.
Gets the description of a Symbol. Handles `Symbol()` vs `Symbol('')` properly when possible.
Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.
the Istanbul command line interface
Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`.
Does this JS environment support the `name` property on functions?
Node command tool to generate TypeScript coverage report.
Code coverage for Solidity testing
ES proposal-spec-compliant Object.fromEntries shim.
Is this specifier a node.js core module?
Which kind of Collection (Map, Set, WeakMap, WeakSet) is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
Helper package to shim a method into `Array.prototype[Symbol.unscopables]`
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.
Validates if a value is a string primitive.
ES spec-like internal slots
Is this value a JS Number object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
ECMAScript spec-compliant polyfill/shim for `globalThis`
takes json-cov output into stdin and POSTs to coveralls.io