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

feat: Add bigInt and importMeta to default parser plugins. #356

Merged
merged 1 commit into from
Apr 6, 2019
Merged

feat: Add bigInt and importMeta to default parser plugins. #356

merged 1 commit into from
Apr 6, 2019

Conversation

coreyfarrell
Copy link
Member

This allows code with these features to be instrumented without having
to reconfigure the parser plugins.

Fixes #338

This allows code with these features to be instrumented without having
to reconfigure the parser plugins.

Fixes #338
@coreyfarrell coreyfarrell requested a review from bcoe April 5, 2019 21:54
Copy link
Member

@bcoe bcoe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hooray, blows my mind that JavaScript has BigInts.

@@ -21,9 +21,18 @@ export function defaultOpts() {
ignoreClassMethods: [],
sourceMapUrlCallback: null,
debug: false,
/* babel parser plugins are to be enabled when the feature is stage 3 and
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

love the addition of this comment, great stewardship.

@coreyfarrell coreyfarrell merged commit fb4d6ed into istanbuljs:master Apr 6, 2019
@coreyfarrell coreyfarrell deleted the default-parser-plugins branch April 6, 2019 23:10
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.

None yet

2 participants