-
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
Commits on Feb 20, 2015
-
Configuration menu - View commit details
-
Copy full SHA for fd95887 - Browse repository at this point
Copy the full SHA fd95887View commit details
Commits on Apr 28, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 1b3d9bc - Browse repository at this point
Copy the full SHA 1b3d9bcView commit details -
Merge pull request estools#232 from michaelficarra/estoolsGH-231
fixes estools#231: generate strings with fewer escape sequences by default
Configuration menu - View commit details
-
Copy full SHA for 4842752 - Browse repository at this point
Copy the full SHA 4842752View commit details
Commits on May 13, 2015
-
Configuration menu - View commit details
-
Copy full SHA for a01f670 - Browse repository at this point
Copy the full SHA a01f670View commit details
Commits on May 19, 2015
-
specifying the type and URL is deprecated: https://docs.npmjs.com/files/package.json#license http://npm1k.org/
Configuration menu - View commit details
-
Copy full SHA for 02d47fe - Browse repository at this point
Copy the full SHA 02d47feView commit details -
Merge pull request estools#235 from pgilad/patch-1
update license attribute
Configuration menu - View commit details
-
Copy full SHA for 7c571e4 - Browse repository at this point
Copy the full SHA 7c571e4View commit details
Commits on May 27, 2015
-
Configuration menu - View commit details
-
Copy full SHA for f8bc1d5 - Browse repository at this point
Copy the full SHA f8bc1d5View commit details -
Merge pull request estools#236 from ef4/rest-element
Support RestElement
Configuration menu - View commit details
-
Copy full SHA for f845b2c - Browse repository at this point
Copy the full SHA f845b2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ed529d5 - Browse repository at this point
Copy the full SHA ed529d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5070077 - Browse repository at this point
Copy the full SHA 5070077View commit details -
Merge pull request estools#237 from ef4/nicer-array-patterns
Improved ArrayPattern formatting
Configuration menu - View commit details
-
Copy full SHA for 2e90c2b - Browse repository at this point
Copy the full SHA 2e90c2bView commit details
Commits on May 28, 2015
-
expand RestElement to support all patterns
This is a followup to estools#236 that brings RestElement into full spec compliance.
Configuration menu - View commit details
-
Copy full SHA for 7f5a86d - Browse repository at this point
Copy the full SHA 7f5a86dView commit details
Commits on Jun 5, 2015
-
Merge pull request estools#238 from ef4/expand-rest-patterns
Expand RestElement to support all patterns
Configuration menu - View commit details
-
Copy full SHA for 617dc9f - Browse repository at this point
Copy the full SHA 617dc9fView commit details
Commits on Aug 9, 2015
-
Configuration menu - View commit details
-
Copy full SHA for a216a16 - Browse repository at this point
Copy the full SHA a216a16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 609c969 - Browse repository at this point
Copy the full SHA 609c969View commit details -
Merge pull request estools#248 from estools/michaelficarra-patch-1
use "sudo: false" in travis config for faster builds
Configuration menu - View commit details
-
Copy full SHA for 08e6f47 - Browse repository at this point
Copy the full SHA 08e6f47View commit details
Commits on Aug 25, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 19bf5d0 - Browse repository at this point
Copy the full SHA 19bf5d0View commit details
Commits on Aug 26, 2015
-
Merge pull request estools#252 from sterlinghw/master
add support for es6 super()
Configuration menu - View commit details
-
Copy full SHA for 12a4319 - Browse repository at this point
Copy the full SHA 12a4319View commit details
Commits on Aug 28, 2015
-
Configuration menu - View commit details
-
Copy full SHA for f2879cd - Browse repository at this point
Copy the full SHA f2879cdView commit details
Commits on Aug 29, 2015
-
Merge pull request estools#253 from adamjmcgrath/esprima-2.x
Esprima 2.x import/export statements
Configuration menu - View commit details
-
Copy full SHA for dbf8fe2 - Browse repository at this point
Copy the full SHA dbf8fe2View commit details
Commits on Sep 5, 2015
-
Fix for supporting AssignmentPattern. Closes estools#229.
Reviewed by @tolmasky.
Configuration menu - View commit details
-
Copy full SHA for c3eccef - Browse repository at this point
Copy the full SHA c3eccefView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fde4c3 - Browse repository at this point
Copy the full SHA 3fde4c3View commit details
Commits on Sep 6, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 5dabbc5 - Browse repository at this point
Copy the full SHA 5dabbc5View commit details
Commits on Sep 24, 2015
-
Configuration menu - View commit details
-
Copy full SHA for b99a200 - Browse repository at this point
Copy the full SHA b99a200View commit details
Commits on Sep 25, 2015
-
Merge pull request estools#257 from adamjmcgrath/esprima-2-aliased-im…
…ports Fix Import variable binding for esprima 2
Configuration menu - View commit details
-
Copy full SHA for fc99fcd - Browse repository at this point
Copy the full SHA fc99fcdView commit details
Commits on Nov 21, 2015
-
Configuration menu - View commit details
-
Copy full SHA for da47c46 - Browse repository at this point
Copy the full SHA da47c46View commit details -
Merge pull request estools#268 from ariya/no-moz
Don't test esprima-moz anymore.
Configuration menu - View commit details
-
Copy full SHA for 2a307d5 - Browse repository at this point
Copy the full SHA 2a307d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for ceaa2d6 - Browse repository at this point
Copy the full SHA ceaa2d6View commit details
Commits on Nov 22, 2015
-
Merge pull request estools#269 from ariya/update-semver
Update semver to the latest version 5.1.
Configuration menu - View commit details
-
Copy full SHA for ba5dc1c - Browse repository at this point
Copy the full SHA ba5dc1cView commit details -
Travis CI's Node.js versions: exclude 0.11, add iojs and latest stabl…
…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.
Configuration menu - View commit details
-
Copy full SHA for 5b152cf - Browse repository at this point
Copy the full SHA 5b152cfView commit details
Commits on Nov 24, 2015
-
Merge pull request estools#270 from ariya/update-travis
Travis CI's Node.js versions: exclude 0.11, add iojs and latest stable v4.
Configuration menu - View commit details
-
Copy full SHA for b8f42ea - Browse repository at this point
Copy the full SHA b8f42eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for f48fa71 - Browse repository at this point
Copy the full SHA f48fa71View commit details
Commits on Nov 25, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 9e5f89d - Browse repository at this point
Copy the full SHA 9e5f89dView commit details
Commits on Nov 26, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 9ab203a - Browse repository at this point
Copy the full SHA 9ab203aView commit details
Commits on Dec 4, 2015
-
Merge pull request estools#272 from adamjmcgrath/fix-export-specifier
Add exported identifier to ExportSpecifier for esprima
Configuration menu - View commit details
-
Copy full SHA for bc118db - Browse repository at this point
Copy the full SHA bc118dbView commit details
Commits on Dec 15, 2015
-
Added simple support for MetaProperty
steveg committedDec 15, 2015 Configuration menu - View commit details
-
Copy full SHA for 6420bda - Browse repository at this point
Copy the full SHA 6420bdaView commit details -
Cleaned up code, added test case for esprima 2.5 enhancement to parse…
… new.target meta-property.
steveg committedDec 15, 2015 Configuration menu - View commit details
-
Copy full SHA for 8739f75 - Browse repository at this point
Copy the full SHA 8739f75View commit details -
Merge pull request estools#275 from steve-gray/master
Added simple support for MetaProperty
Configuration menu - View commit details
-
Copy full SHA for 77fe8bb - Browse repository at this point
Copy the full SHA 77fe8bbView commit details
Commits on Jan 3, 2016
-
Update export declarations to meet the latest estree spec
harmony.js's dropped tests are already covered by the compare-esprima2 tests. Close estools#278
Configuration menu - View commit details
-
Copy full SHA for 3abb271 - Browse repository at this point
Copy the full SHA 3abb271View commit details -
Merge pull request estools#255 from tolmasky/master
Fix for supporting AssignmentPattern. Closes estools#229.
Configuration menu - View commit details
-
Copy full SHA for 556408d - Browse repository at this point
Copy the full SHA 556408dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b77a9ef - Browse repository at this point
Copy the full SHA b77a9efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e0b891 - Browse repository at this point
Copy the full SHA 9e0b891View commit details -
Configuration menu - View commit details
-
Copy full SHA for 334bd71 - Browse repository at this point
Copy the full SHA 334bd71View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7aa3b04 - Browse repository at this point
Copy the full SHA 7aa3b04View commit details
Commits on Jan 25, 2016
-
Add support for anonymous class declarations in default exports
This is required because Esprima uses a ClassDeclaration with a null id property when parsing a default export involving an anonymous class.
Configuration menu - View commit details
-
Copy full SHA for fde0f53 - Browse repository at this point
Copy the full SHA fde0f53View commit details -
Merge pull request estools#280 from zjmiller/master
Add support for anonymous class declarations in default exports
Configuration menu - View commit details
-
Copy full SHA for c6a0c12 - Browse repository at this point
Copy the full SHA c6a0c12View commit details
Commits on Jan 27, 2016
-
Test with Acorn (not Acorn-6to5) and fix issue with AssignmentPattern
Acorn-6to5 is not up-to-date. After switching to Acorn, a test failed, showing that escodegen had been improperly handling AssignmentPattern.
Configuration menu - View commit details
-
Copy full SHA for 4130f99 - Browse repository at this point
Copy the full SHA 4130f99View commit details
Commits on Jan 29, 2016
-
Merge pull request estools#281 from zjmiller/master
Test with Acorn (not Acorn-6to5) and fix issue with AssignmentPattern
Configuration menu - View commit details
-
Copy full SHA for 2b8d6ed - Browse repository at this point
Copy the full SHA 2b8d6edView commit details
Commits on Aug 5, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 9844f64 - Browse repository at this point
Copy the full SHA 9844f64View commit details -
Configuration menu - View commit details
-
Copy full SHA for 932847d - Browse repository at this point
Copy the full SHA 932847dView commit details
Commits on Aug 6, 2016
-
Configuration menu - View commit details
-
Copy full SHA for ba4faab - Browse repository at this point
Copy the full SHA ba4faabView commit details
Commits on Sep 1, 2016
-
fix: create regexp literal if possible (estools#308)
to get around not serializable regexp the raw literal value should be used instead of the value FIX ISSUE estools#294
Configuration menu - View commit details
-
Copy full SHA for 719de30 - Browse repository at this point
Copy the full SHA 719de30View commit details
Commits on Jul 22, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 7bd0e2e - Browse repository at this point
Copy the full SHA 7bd0e2eView commit details
Commits on Sep 7, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 4640adf - Browse repository at this point
Copy the full SHA 4640adfView commit details -
Configuration menu - View commit details
-
Copy full SHA for f82a685 - Browse repository at this point
Copy the full SHA f82a685View commit details
Commits on Sep 8, 2017
-
Configuration menu - View commit details
-
Copy full SHA for ce726e9 - Browse repository at this point
Copy the full SHA ce726e9View commit details
Commits on Oct 24, 2017
-
Remove license for SourceNodeMocks (estools#356)
* Remove license info for SourceNodeMocks. The code is no long in the repo, so the license is not needed. * Delete LICENSE.source-map The SourceNodeMocks are no longer in the repo. * Remove unused file from files list.
Configuration menu - View commit details
-
Copy full SHA for bcd240e - Browse repository at this point
Copy the full SHA bcd240eView commit details
Commits on Jan 31, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 2056c8b - Browse repository at this point
Copy the full SHA 2056c8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 612e75a - Browse repository at this point
Copy the full SHA 612e75aView commit details
Commits on Feb 1, 2018
-
Configuration menu - View commit details
-
Copy full SHA for d759359 - Browse repository at this point
Copy the full SHA d759359View commit details
Commits on Feb 26, 2018
-
Configuration menu - View commit details
-
Copy full SHA for f0488e1 - Browse repository at this point
Copy the full SHA f0488e1View commit details
Commits on Apr 20, 2018
-
MetaProperty fields as Identifier (estools#369)
Keep support for plain strings for backward compatibility
Configuration menu - View commit details
-
Copy full SHA for 582a413 - Browse repository at this point
Copy the full SHA 582a413View commit details
Commits on May 21, 2018
-
Support async iteration statement
for-await-of
introduced in ES2018Configuration menu - View commit details
-
Copy full SHA for d3b88db - Browse repository at this point
Copy the full SHA d3b88dbView commit details
Commits on Jun 11, 2018
-
Configuration menu - View commit details
-
Copy full SHA for df61463 - Browse repository at this point
Copy the full SHA df61463View commit details
Commits on Jul 13, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 833974b - Browse repository at this point
Copy the full SHA 833974bView commit details
Commits on Jul 14, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 20a0d37 - Browse repository at this point
Copy the full SHA 20a0d37View commit details
Commits on Aug 28, 2018
-
simply adopted solution described by johnjbarton in issue estools#371
Configuration menu - View commit details
-
Copy full SHA for 52df4da - Browse repository at this point
Copy the full SHA 52df4daView commit details
Commits on Jan 8, 2019
-
Change the precedence of await so it's the same as other unary expres…
Configuration menu - View commit details
-
Copy full SHA for f6df59f - Browse repository at this point
Copy the full SHA f6df59fView commit details
Commits on Feb 19, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 4a93ffc - Browse repository at this point
Copy the full SHA 4a93ffcView commit details
Commits on Aug 13, 2019
-
Support dynamic import (take 2) (estools#395)
* feat: support dynamic import * Add a couple of tests * Align with estree/estree#198 * Update escodegen.js Co-Authored-By: Michael Ficarra <[email protected]> * Remove outdated "State 3" from comment * Add test of a SequenceExpression as a dynamic import source estools#395 (comment) * Properly parenthesize when used with a higher precedence operator estools#395 (comment)
Configuration menu - View commit details
-
Copy full SHA for b8df205 - Browse repository at this point
Copy the full SHA b8df205View commit details -
Configuration menu - View commit details
-
Copy full SHA for 124e035 - Browse repository at this point
Copy the full SHA 124e035View commit details
Commits on Jan 3, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 2360684 - Browse repository at this point
Copy the full SHA 2360684View commit details -
Configuration menu - View commit details
-
Copy full SHA for a30ea92 - Browse repository at this point
Copy the full SHA a30ea92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 819a63b - Browse repository at this point
Copy the full SHA 819a63bView commit details
Commits on Jan 10, 2020
-
Super class expression parenthesis (estools#404)
* Added parenthesis for some `superClass` expressions * Simplify logic to enable super class expression parenthesis
Configuration menu - View commit details
-
Copy full SHA for c917cf2 - Browse repository at this point
Copy the full SHA c917cf2View commit details
Commits on Jan 11, 2020
-
Optional catch binding support (estools#405)
* Added support for optional-catch binding * Reverted optional catch binding condition
Configuration menu - View commit details
-
Copy full SHA for fb7b56f - Browse repository at this point
Copy the full SHA fb7b56fView commit details
Commits on Jan 18, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6eb8e31 - Browse repository at this point
Copy the full SHA 6eb8e31View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba40e5c - Browse repository at this point
Copy the full SHA ba40e5cView commit details
Commits on Feb 5, 2020
-
Exponentiation operator (estools#407)
* 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]>
Configuration menu - View commit details
-
Copy full SHA for a25d531 - Browse repository at this point
Copy the full SHA a25d531View commit details
Commits on Feb 6, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 86d0006 - Browse repository at this point
Copy the full SHA 86d0006View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90f59c2 - Browse repository at this point
Copy the full SHA 90f59c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3b6718 - Browse repository at this point
Copy the full SHA a3b6718View commit details
Commits on Jun 3, 2020
-
fixed multiline decision for object patterns with rest elements (esto…
…ols#408) Co-authored-by: Timofey Kachalov <[email protected]> Co-authored-by: sanex3339 <yarabotayuvyandex3339>
Configuration menu - View commit details
-
Copy full SHA for c62cbe2 - Browse repository at this point
Copy the full SHA c62cbe2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d85742 - Browse repository at this point
Copy the full SHA 1d85742View commit details
Commits on Jun 8, 2020
-
Add copyright information to LICENSE file (estools#414)
...matches the README.
Configuration menu - View commit details
-
Copy full SHA for 177ec89 - Browse repository at this point
Copy the full SHA 177ec89View commit details
Commits on Jun 22, 2020
-
fixed precedence of sequence expression in computed property name (es…
…tools#415) Co-authored-by: sanex3339 <yarabotayuvyandex3339>
Configuration menu - View commit details
-
Copy full SHA for eee573b - Browse repository at this point
Copy the full SHA eee573bView commit details -
Configuration menu - View commit details
-
Copy full SHA for dc2993c - Browse repository at this point
Copy the full SHA dc2993cView commit details
Commits on Aug 5, 2020
-
drop support for node <6 (estools#419)
Co-authored-by: sanex3339 <yarabotayuvyandex3339>
Configuration menu - View commit details
-
Copy full SHA for ff550a8 - Browse repository at this point
Copy the full SHA ff550a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8e2e81 - Browse repository at this point
Copy the full SHA e8e2e81View commit details -
add support for optional chaining (estools#412)
Co-authored-by: sanex3339 <yarabotayuvyandex3339>
Configuration menu - View commit details
-
Copy full SHA for 1d192ae - Browse repository at this point
Copy the full SHA 1d192aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab53cd5 - Browse repository at this point
Copy the full SHA ab53cd5View commit details
Commits on Aug 6, 2020
-
sanex3339 committed
Aug 6, 2020 Configuration menu - View commit details
-
Copy full SHA for 121f9a8 - Browse repository at this point
Copy the full SHA 121f9a8View commit details
Commits on Aug 24, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5646f11 - Browse repository at this point
Copy the full SHA 5646f11View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f97bfa - Browse repository at this point
Copy the full SHA 7f97bfaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c1bd94 - Browse repository at this point
Copy the full SHA 6c1bd94View commit details