Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: istanbuljs/nyc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v15.0.1
Choose a base ref
...
head repository: istanbuljs/nyc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v15.1.0
Choose a head ref
  • 5 commits
  • 11 files changed
  • 2 contributors

Commits on Apr 10, 2020

  1. Configuration menu
    Copy the full SHA
    6898e88 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2020

  1. Configuration menu
    Copy the full SHA
    b20f751 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    086fd20 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2020

  1. feat(experimental): Support using --all with node.js ESM (#1320)

    This allows `--all` to collect initial coverage from fils which node.js
    recognizes as ES modules (`.mjs` files and conditionally `.js` files).
    Previously this would cause node.js to produce an `ERR_REQUIRE_ESM`
    error.
    
    This does not enable collection of coverage during actual tests, for that
    you must use the experimental `@istanbuljs/esm-loader-hook`.
    coreyfarrell authored May 24, 2020
    Configuration menu
    Copy the full SHA
    992359a View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2020

  1. chore(release): 15.1.0

    coreyfarrell committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    de7baa4 View commit details
    Browse the repository at this point in the history
Loading