Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@dramaorg/quae-dolore-nostrum

dramaorg2MIT4.3.56
internal slot, cloudfront, consume, ajv, interrupts, extend, iteration, spinner, ES2023, byteLength, BigUint64Array, byte, concat, RegExp#flags, redact, find, ast, typeof, Rx, require, core-js, moment, stateless, preserve-symlinks, javascript, duplex, toolkit, monorepo, ECMAScript 6, query, argparse, private data, compare, names, electron, is, proto, es7, sham, jsx, redux-toolkit, es2018, readablestream, .env, intrinsic, querystring, call, predictable, dependencies, path, ES3, lint, throttle, redux, variables, sigint, password, prune, flat, css variable, ECMAScript 2016, encryption, syntaxerror, Float64Array, some, Promise, classname, typed, ECMAScript 2018, WeakSet, Array.prototype.filter, css less, busy, less mixins, less, jwt, toArray, fastclone, stdlib, simpledb, package manager, copy, push, rest, function, replay, buffers, es2015, npm, es8, persistent, serializer, colors, logger, log, l10n, CSSStyleDeclaration, parser, immer, deepcopy, own, touch, ReactiveExtensions, ECMAScript 3, eventEmitter, exit, error, shim, banner, fsevents, getopt, crypto, arrays, getter, gradients css3, Array.prototype.findLast, middleware, http, string, types, Reflect.getPrototypeOf, postcss-plugin, ascii, packages, fetch, dir, es2016, data, tester, Underscore, sequence, wait, restful, io-ts, vpc, fps, walking, amazon, mime, forms, loadbalancing, xhr, streams2, Object.assign, sorted, Object.fromEntries, call-bind, 0, typescript, wget, es, regexp, debugger, hash, mobile, status, shebang, agent, serialize, check, view, idle, ES2018, ecmascript, accessor, RFC-6455, _.extend, bound, define, route, ECMAScript 7, entries, tape, classes, computed-types, cors, Object.defineProperty, file system, bdd, defineProperty, in, nested css, higher-order, fast-deep-clone, regular expressions, Int16Array, key, sns, collection, type, estree, bootstrap less, break, sort, es2017, request, css-in-js, description, which, es5, mkdir, rds, Map, performance, deep-copy, typesafe, fixed-width, autoscaling, hooks, flags, ajax, negative zero, react-hook-form, Object.keys, ECMAScript 2019, https, fast-clone, deepclone, Symbol.toStringTag, protocol-buffers, node, dotenv, typanion, styleguide, visual, symbols, testing, spec, set, chai, callbind, $.extend, Array.prototype.includes, figlet, phone, Int32Array, omit, protobuf, Uint8ClampedArray, Float32Array, Set, ES6, Streams, robust, minimal, Int8Array, chinese, karma, create, stylesheet, debug, setImmediate, throat, command-line, superstruct, match, speed, core, regular expression, drop, util.inspect, rmdir, extra, ECMAScript 2020, streams, optimist, toobject, queue, prop, async, optimizer, dom-testing-library, URLSearchParams, connect, progress, internal, enumerable, clone, keys, symlinks, pipe, flag, cjk, parse, JSON, loading, sqs, typedarrays, id, signals, Push, slice, typed array, RxJS, iam, a11y, search, ie, react, directory, authentication, macos, kinesis, resolve, commander, spinners, efficient, batch, ec2, east-asian-width, ECMAScript 2022, glob, traverse, ES2019, tools, chrome, Uint16Array, iterator, reuse, structuredClone, arktype, safe, i18n, trimRight, descriptors, dom, tc39, form, emoji, process, getOwnPropertyDescriptor, Object.entries, react-hooks, ava, colour, characters, config, native, chromium, error-handling, invariant, CSS, input, Iterator, matchAll, shrinkwrap, trimEnd, importexport, fast-deep-copy, column, watch, dynamodb, Uint32Array, values, ArrayBuffer#slice, lockfile, mixins, web, writable, codes, signal, arraybuffer, findLast, name, text, character, endpoint, package, promise, weakmap, exec, valid, utilities, joi, deep, TypedArray, parsing, color, read, Symbol, less compiler, serialization, cloudtrail, functions, css, ECMAScript 5, framework, style, option, zero, call-bound, immutable, rgb, prototype, groupBy, picomatch, inference, language, worker, elasticache, gdpr, environment, bcrypt, take, concurrency, filter, mru, es-shims, linux, expression, hasOwn, module, japanese, Object.getPrototypeOf, flatten, output, json, bundling, make, asserts, look, find-up, hookform, qs, express, concatMap, limit, generics, validate, mapreduce

readme

IstanbulJS

Build Status Conventional Commits community slack

Having problems? want to contribute? join our community slack.

Everyone's favorite JS code coverage tool.

About this Repo

This monorepo contains the nuts and bolts utility libraries that facilitate IstanbulJS test coverage; Why a monorepo?

  • it allows us to more easily test API changes across coupled modules, e.g., changes to istanbul-lib-coverage potentially have an effect on @dramaorg/quae-dolore-nostrum.
  • it gives us a centralized repo for discussions about bugs and upcoming features.

Where Should I Start

You're probably actually looking for one of the following repos:

  • nyc: the IstanbulJS 2.0 command line interface, providing painless coverage support for most popular testing frameworks.
  • babel-plugin-istanbul: a babel plugin for instrumenting your ES2015+ code with Istanbul compatible coverage tracking.
  • istanbul: the legacy 1.0 IstanbulJS interface (you should now consider instead using nyc or babel-plugin-istanbul).

Contributing

Contributing to the packages contained in this repo is easy:

  1. after checking out, run npm install (this will run the lerna build).
  2. to run all tests, simply run npm test in the root directory.
  3. to run tests for a single package cd package/:name and run npm test within the package's folder.