-
Notifications
You must be signed in to change notification settings - Fork 3
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
Nullish coalescing support #3
Nullish coalescing support #3
Conversation
fixes estools#231: generate strings with fewer escape sequences by default
specifying the type and URL is deprecated: https://docs.npmjs.com/files/package.json#license http://npm1k.org/
update license attribute
Support RestElement
Improved ArrayPattern formatting
This is a followup to estools#236 that brings RestElement into full spec compliance.
Expand RestElement to support all patterns
use "sudo: false" in travis config for faster builds
add support for es6 super()
Esprima 2.x import/export statements
Reviewed by @tolmasky.
…ports Fix Import variable binding for esprima 2
Don't test esprima-moz anymore.
Update semver to the latest version 5.1.
…e 4. 0.11 was considered unstable and superceded already by 0.12. Since >= 0.12 is what is tested, that is the one which should go in the package manifest.
* Added parenthesis for some `superClass` expressions * Simplify logic to enable super class expression parenthesis
* Added support for optional-catch binding * Reverted optional catch binding condition
* Fixed exponentiation operator precedence * Fixed and added test cases for LHS expression of exponentiation operator * fix exponentiation PR Co-authored-by: Michael Ficarra <[email protected]>
…ols#408) Co-authored-by: Timofey Kachalov <[email protected]> Co-authored-by: sanex3339 <yarabotayuvyandex3339>
...matches the README.
…tools#415) Co-authored-by: sanex3339 <yarabotayuvyandex3339>
Co-authored-by: sanex3339 <yarabotayuvyandex3339>
Co-authored-by: sanex3339 <yarabotayuvyandex3339>
If someone will try to resolve all conflicts, i'll be happy, I'll try to do this later |
Seems i have to recreate all this PRs based on this |
Hey @sanex3339, Nullish coalescing support has already been implemented: c9caffb |
Some background: this fork had been originally created for use in our products https://wallabyjs.com and https://quokkajs.com/, and while we have been maintaining it (and are planning to keep maintaining it, and adding new features, etc.), we haven't bothered to keep it up-to-date with the original repo, also tests for our changes since we've forked are located in other (closed source) repos. If you like, please feel free to bring all the tests from the original |
No description provided.