issues
search
google-code-export
/
esprima
Automatically exported from code.google.com/p/esprima
BSD 2-Clause "Simplified" License
1
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
It should be a parse error if a class static method contains a 'super'
#633
GoogleCodeExporter
closed
9 years ago
4
Template Literal Delimiters do not appear in the token list
#632
GoogleCodeExporter
closed
9 years ago
1
`export default function` results in additional `(` token
#631
GoogleCodeExporter
closed
9 years ago
1
Add "node.js" mode
#630
GoogleCodeExporter
closed
9 years ago
2
Simplify exception throwing
#629
GoogleCodeExporter
closed
9 years ago
1
Use test runner to execute the unit tests
#628
GoogleCodeExporter
closed
9 years ago
1
CDN Availability of Esprima.js
#627
GoogleCodeExporter
closed
9 years ago
10
Esprima.tokenize twice as slow as esprima.parse
#626
GoogleCodeExporter
closed
9 years ago
2
Range for object literal shorthand methods doesn't include params
#625
GoogleCodeExporter
closed
9 years ago
1
[ES6] Object literal property value shorthand
#624
GoogleCodeExporter
closed
9 years ago
3
Update the development tools (ESLint, JSCS, cr)
#623
GoogleCodeExporter
closed
9 years ago
3
[ES6] Binary integer literal
#622
GoogleCodeExporter
closed
9 years ago
5
[ES6] Octal integer literal
#621
GoogleCodeExporter
closed
9 years ago
4
[ES6] Method Definition
#620
GoogleCodeExporter
closed
9 years ago
3
Harmony: tolerate non-top-level import and export declarations
#619
GoogleCodeExporter
closed
9 years ago
3
Error on "function(l) l === listener"
#618
GoogleCodeExporter
closed
9 years ago
2
Yield* should be considered reserved in generators and not leak multiplicative expressions
#617
GoogleCodeExporter
closed
9 years ago
1
Fails to tokenize division-by-this
#616
GoogleCodeExporter
closed
9 years ago
2
Fix parsing of empty import/export specifier lists
#615
GoogleCodeExporter
closed
9 years ago
2
tools/generate-test-fixture.js --module option
#614
GoogleCodeExporter
closed
9 years ago
2
Broken parsing of regular expressions inside parens/braces
#613
GoogleCodeExporter
closed
9 years ago
3
Remove the upper limit of hex digits in Unicode code point escapes
#612
GoogleCodeExporter
closed
9 years ago
2
Esprima error should return the file and line rather than just the token if possible
#611
GoogleCodeExporter
closed
9 years ago
2
'import foo { bar } from "bar";' is incorrect syntax, yet is parsing as valid.
#610
GoogleCodeExporter
closed
9 years ago
1
Missing comments on ReturnStatement node
#609
GoogleCodeExporter
closed
9 years ago
2
String literal with escaped quotes cause Error
#608
GoogleCodeExporter
closed
9 years ago
2
Harmony branch attaches comments to different location
#607
GoogleCodeExporter
closed
9 years ago
9
Proposal: generate hardcoded-AST tests rather than handwriting them
#606
GoogleCodeExporter
closed
9 years ago
4
"npm test" breaks on check-version.js -- doesn't exist
#605
GoogleCodeExporter
closed
9 years ago
3
Esprima no longer errors on unicode escapes in regex flags
#604
GoogleCodeExporter
closed
9 years ago
1
Semicolon token after object-literal properties considered valid syntax in esvalidate web demo
#603
GoogleCodeExporter
closed
9 years ago
3
Autocomplete demo doesn't work against latest Esprima
#602
GoogleCodeExporter
closed
9 years ago
1
Add for-of support to 2.x
#601
GoogleCodeExporter
closed
9 years ago
2
Document version changes
#600
GoogleCodeExporter
closed
9 years ago
1
Semicolon after newline after break parsed as empty statement
#599
GoogleCodeExporter
closed
9 years ago
1
implement top-level type option to indicate what rules to apply: module vs scripts
#598
GoogleCodeExporter
closed
9 years ago
2
ES6 module syntax update
#597
GoogleCodeExporter
closed
9 years ago
1
Please .npmignore anything that's not needed for production
#596
GoogleCodeExporter
closed
9 years ago
2
var o = {08: 3} does not parse
#595
GoogleCodeExporter
closed
9 years ago
1
Remove duplicate class method check
#594
GoogleCodeExporter
closed
9 years ago
2
Esprima fails to parse a FunctionExpression without a body
#593
GoogleCodeExporter
closed
9 years ago
3
Debouncing Errors for Esprima Demos
#592
GoogleCodeExporter
closed
9 years ago
3
LineTerminator before => should be an error
#591
GoogleCodeExporter
closed
9 years ago
1
TypeError being thrown in tree view on online parser test
#590
GoogleCodeExporter
closed
9 years ago
2
harmony branch confuses the string '[' with a computed property
#589
GoogleCodeExporter
closed
9 years ago
1
"var let" should be allowed in non-strict mode
#588
GoogleCodeExporter
closed
9 years ago
1
Parser failure when first line in js is #!/usr/bin/env node
#587
GoogleCodeExporter
closed
9 years ago
1
Follow up the latest ES6 Patterns
#586
GoogleCodeExporter
closed
9 years ago
2
Introduce StringMap to clean up duplicate check code
#585
GoogleCodeExporter
closed
9 years ago
2
Don't check duplicate property keys for computed property
#584
GoogleCodeExporter
closed
9 years ago
3
Next