Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync repo #1

Merged
merged 8 commits into from
Oct 19, 2018
Merged

Sync repo #1

merged 8 commits into from
Oct 19, 2018

Conversation

AndrewFinlay
Copy link
Owner

No description provided.

coreyfarrell and others added 8 commits July 23, 2018 19:02
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'.
* Rename --temp-directory option to --temp-dir
* Add -t alias

Deprecates the option name --temp-directory in favour of --temp-dir
--temp-directory has been demoted to a yargs alias of --temp-dir
This change makes the option naming consistent using the form --*-dir
Ask for link to repository first, add text explaining the importance of
linking a repository that demonstrates the bug.
This causes nyc to use final release of babel 7.
Using the full module name may help avoid potential confusion as `npm install @babel/env` is not valid.
@AndrewFinlay AndrewFinlay merged commit 50083f0 into AndrewFinlay:master Oct 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants