-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Ignore strict errors by @babel/parser
#11778
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
Conversation
@@ -1,4 +1,4 @@ | |||
#### Fix errors on deleting variables (#11750 by @fisker) | |||
#### Ignore errors for non-strict mode features (#11750 by @fisker, #11778 by @sosukesuzuki) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these features are not important so I think we don't need to add more code examples.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#### Ignore errors for non-strict mode features (#11750 by @fisker, #11778 by @sosukesuzuki) | |
#### Ignore errors for sloppy mode syntax (#11750 by @fisker, #11778 by @sosukesuzuki) |
Are you sure this fixes #11777? |
@@ -0,0 +1 @@ | |||
foo: function bar() {} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's name this file as labeled-function-declaration.js
? Or just labeled-function.js
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
labeled-function-declaration.js
sounds good
Woops. No. I mistook via GitHub Autocomplete. |
Wooooops, sorry I missed your suggestion.. |
You didn't, I added it few secondes ago. |
Description
Fixes #11753
Fixes #11754
Fixes #11755
Fixes #11756
Fixes #11758
Checklist
docs/
directory).changelog_unreleased/*/XXXX.md
file followingchangelog_unreleased/TEMPLATE.md
.✨Try the playground for this PR✨