-
This is an important issue, but I am new to all this -- please tell me if not the place to write this: I cannot find a recommended way to use jsdoc to document the creation of a stampit factory in ad…
-
```
According to the ECMAScript 5.1 specification, sections 12.7, 12.8 and 12.12,
the parser should return a syntax error for duplicate labels, illegal 'break'
or 'continue' statements (not nested i…
-
```
This is about http://www.esprima.org/demo/parse.html.
While displaying the syntax tree using object literal (JSON) is functional,
it's not really pretty. An alternative, more visual way is to us…
-
```
My primary language these days is Go. In if/for/switch statements parentheses
are not used, for example:
if v > 0 {
}
In for/switch you can also omit the parameters:
for {} -> for ;; {}
switc…
-
```
Needed in the following functions:
isUnicodeLetter
isUnicodeDigit
isWhiteSpace
The challenge is how to keep the performance in the most common cases (among
others, Latin-1 character set as in e…
-
```
I'm interested in using Esprima to parse ES6 code, but it wasn't clear to me
what features were supported, or how to access them. It would be nice if the
documentation included some more details…
-
```
See http://wiki.ecmascript.org/doku.php?id=harmony:modules.
```
Original issue reported on code.google.com by `ariya.hi...@gmail.com` on 2 Jun 2012 at 2:36
- Blocking: #127
- Blocked on: #275
-
How about mentioning that in the readme? I’m developing a cli for your library at https://github.com/studio-b12/get-comments-cli. It cost me some debugging :)
-
today we published a blog post on our first steps towards a new unpublish policy.
this issue is a place for readers to comment an ask questions **about the unpublish policy**.
comments and questions …
-
Hi there
There is a long running issue with node-falafel that uses esprima as a bundledDependencies https://github.com/substack/node-falafel/blob/master/package.json#L25 and therefore causing "ERR! e…