Detalhes do pacote

@istanbuljs/schema

istanbuljs135.2mMIT0.1.3

Schemas describing various structures used by nyc and istanbuljs

readme (leia-me)

@istanbuljs/schema

Travis CI NPM Version NPM Downloads MIT

Schemas describing various structures used by nyc and istanbuljs

Usage

const {nyc} = require('@istanbuljs/schema').defaults;

console.log(`Default exclude list:\n\t* ${nyc.exclude.join('\n\t* ')}`);

@istanbuljs/schema for enterprise

Available as part of the Tidelift Subscription.

The maintainers of @istanbuljs/schema and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source dependencies you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact dependencies you use. Learn more.

changelog (log de mudanças)

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.1.3 (2021-02-13)

Features

  • Add classPrivateMethods and topLevelAwait default support (#17) (e732889), closes #16
  • Add numericSeparator to default parserPlugins (#12) (fe32f00), closes #5
  • Add babel.config.mjs to default exclude (#10) (a4dbeaa)

Bug Fixes

  • Exclude tests with tsx or jsx extensions (#13) (c7747f7), closes #11

0.1.2 (2019-12-05)

Features

  • Ignore *.d.ts (#6) (d867eaf)
  • Update default exclude of dev tool configurations (#7) (c89f818)

0.1.1 (2019-10-07)

Bug Fixes

  • Add missing instrument option (#3) (bf1217d)

Features

  • Add use-spawn-wrap nyc option (#4) (b2ce2e8)

0.1.0 (2019-10-05)

Features