estree
Here are 40 public repositories matching this topic...
get rewritten into
[
1,
2
]which is not what one would expect rewriting the code. That's a small, innocent literal array. And yet I see no way to make escodegen output such lists as [1, 2]. Could you add it as a default behaviour and an option, please?
README.md typo
Second Example in the README.md: Shouldn't it be "return this.break();" instead of only "this.break();" in order for the traversal to end at the first node?
-
Updated
Jun 10, 2020 - JavaScript
In a few places in the code, assert is require'd and used to throw a simple error.
You should remove this and simply 'throw new Error(...)'. The benefit of doing so is that it shrinks the browserify'd library considerably.
-
Updated
Jun 11, 2020 - TypeScript
-
Updated
May 26, 2020 - TypeScript
-
Updated
Mar 2, 2016 - JavaScript
-
Updated
Jun 5, 2020 - CoffeeScript
-
Updated
Dec 3, 2016 - JavaScript
-
Updated
Mar 18, 2020 - TypeScript
-
Updated
Jul 3, 2014 - CoffeeScript
-
Updated
Apr 23, 2020 - JavaScript
-
Updated
Jan 29, 2019 - JavaScript
-
Updated
Aug 24, 2015 - JavaScript
-
Updated
Nov 15, 2018 - JavaScript
-
Updated
Sep 9, 2014 - CoffeeScript
-
Updated
Apr 14, 2017 - JavaScript
-
Updated
Mar 19, 2017 - JavaScript
-
Updated
Apr 27, 2020 - JavaScript
-
Updated
Jun 7, 2020 - TypeScript
Improve this page
Add a description, image, and links to the estree topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the estree topic, visit your repo's landing page and select "manage topics."
The spec in https://github.com/estree/estree/blob/master/es2020.md states
Should this represent the source text or a normalized notation?
In other words; is the AST for
1048575nequivalent to that of0xfffffnor not due to the.bigintfield?