issues
search
erikd
/
language-javascript
Parser for JavaScript, in Haskell
BSD 3-Clause "New" or "Revised" License
160
stars
47
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Remove dependency on utf8-light.
#135
pranaysashank
closed
1 year ago
1
Autosemi after comments
#134
flbulgarelli
opened
2 years ago
0
Comments can mess with the resulting ast's semantics
#133
julian-berbel
opened
2 years ago
0
0.7.1.0 Fails to build on macOS M1 using GHC 9.2.1
#132
arafangion
opened
2 years ago
3
`async` should be usable as an object key
#131
cdepillabout
opened
3 years ago
1
`language-javascript-0.7.1.0` should have been `0.8.0.0`
#130
cdepillabout
opened
3 years ago
0
Add support for MetaProperty (`import.meta` and `new.target`)
#129
JordanMartinez
closed
2 years ago
0
Support dynamic imports
#128
JordanMartinez
closed
3 years ago
2
Add parsing support for `import.meta.url`
#127
JordanMartinez
opened
3 years ago
0
Add a simplified AST
#126
poscat0x04
opened
3 years ago
0
Support export *
#125
DanBurton
opened
4 years ago
0
Export star from lib fails to parse
#124
DanBurton
opened
4 years ago
0
Trailing commas in function application fail to parse
#123
DanBurton
opened
4 years ago
0
derive Generic and NFData
#122
DanBurton
opened
4 years ago
0
Strange error when parsing assignment expressions
#121
jeapostrophe
opened
4 years ago
0
Derive instances for Generic and NFData
#120
DanBurton
opened
4 years ago
0
import() function is not allowed (The module could not be parsed: ImportToken)
#119
srghma
opened
4 years ago
2
Add support for spread expressions in object literals
#118
DanBurton
opened
4 years ago
0
Fix arrow function body parsing
#117
gabejohnson
opened
4 years ago
1
Exception when parsing object literals containing arrow functions
#116
gabejohnson
opened
4 years ago
2
async keyword parsing
#115
linearray
opened
4 years ago
3
Remove syntax (WIP)
#114
danieljharvey
closed
4 years ago
1
Add support for async function specifier and await keyword
#113
erikd
closed
4 years ago
0
async event, failure to parse
#136
setop
opened
4 years ago
1
Warn about UTF-8 requirement in README.md
#112
ygale
closed
4 years ago
0
'invalid byte sequence' error when installing the package
#111
mrakgr
closed
4 years ago
3
Readme may be out of date
#110
seagreen
closed
5 years ago
1
Version 0.6.0.14
#109
erikd
closed
5 years ago
4
Add support for classes, `super` keyword
#108
rhendric
closed
5 years ago
2
Add support for method definitions
#107
rhendric
closed
5 years ago
0
Fix lexer bug involving template literals
#106
rhendric
closed
5 years ago
0
Add support for generators and `yield`
#105
rhendric
closed
5 years ago
0
strings with backticks are misrecognized as template literals
#104
jpathy
closed
5 years ago
3
Parenthesized identifiers in expressions not being parsed
#103
jpathy
closed
5 years ago
4
Add source filename to TokenPosn
#102
jeapostrophe
closed
5 years ago
3
Add support for bare import declarations
#101
jeapostrophe
closed
5 years ago
5
Add support for exotic parameter syntaxes
#100
rhendric
closed
5 years ago
1
Add support for computed property names
#99
rhendric
closed
5 years ago
1
Add support for spreads in object literals
#98
rhendric
closed
5 years ago
2
travis: Add ghc 8.8.1
#97
erikd
closed
5 years ago
0
Add support for destructuring in var declarations
#96
rhendric
closed
5 years ago
0
Add support for template literals
#95
rhendric
closed
5 years ago
3
Add support for ES6 property shorthand syntax
#94
rhendric
closed
5 years ago
0
Add support for `const` in for statements
#93
rhendric
closed
5 years ago
0
Version 0.6.0.13
#92
erikd
closed
5 years ago
0
Add support for export from declarations
#91
kl0tl
closed
5 years ago
0
Add support for unparenthesized arrow functions of one parameter
#90
kl0tl
closed
5 years ago
3
Add back support for identifiers named `as`
#89
kl0tl
closed
5 years ago
0
Add support for function declarations export statements
#88
kl0tl
closed
5 years ago
0
travis: Use cabal version 3.0
#87
erikd
closed
5 years ago
0
Next