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
base: v13.0.0
Choose a base ref
...
head repository: istanbuljs/nyc
compare: v13.0.1
Choose a head ref
  • 9 commits
  • 15 files changed
  • 2 contributors

Commits on Jun 26, 2018

  1. chore: update dependencies (#866)

    LinusU authored and bcoe committed Jun 26, 2018
    Copy the full SHA
    624a723 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2018

  1. fix: Update caching-transform options. (#873)

    When updating caching--transform it was missed that the `hash` option
    has been refactored.  This means that two files with identical contents
    would be treated as identical.
    coreyfarrell authored and bcoe committed Jun 29, 2018
    Copy the full SHA
    52b69ef View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2018

  1. chore: update dependencies (#872)

    LinusU authored and coreyfarrell committed Jul 4, 2018
    Copy the full SHA
    8ab1ae3 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2018

  1. Copy the full SHA
    7483ed9 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c325799 View commit details
    Browse the repository at this point in the history
  3. fix: add flag to allow control of intrumenter esModules option, defau…

    …lt to looser parsing (#863)
    coreyfarrell authored and bcoe committed Jul 5, 2018
    Copy the full SHA
    6b6cd5e View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2018

  1. fix: Enable es-modules by default. (#889)

    A previous fix for #796 added an es-modules option and set it false by
    default.  This default was a change of behavior in NYC as previously all
    sources were parsed as ES modules by the instrumenter.  I believe the
    old behavior is the correct default because it allows NYC to work with
    modern code.  Code which uses certain features which violate strict mode
    will have to disable es-modules.  This will not effect ES5 which follows
    the rules of 'use strict'.
    coreyfarrell committed Jul 23, 2018
    Copy the full SHA
    d0b76e2 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2018

  1. Copy the full SHA
    ae5318b View commit details
    Browse the repository at this point in the history
  2. chore(release): 13.0.1

    coreyfarrell committed Jul 24, 2018
    Copy the full SHA
    4a6b327 View commit details
    Browse the repository at this point in the history