issues
search
guybedford
/
es-module-lexer
Low-overhead lexer dedicated to ES module parsing for fast analysis
MIT License
933
stars
48
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Update README.md for types info link
#182
yaodingyd
closed
1 month ago
0
fix: parse import path incorrect
#181
yxw007
closed
1 month ago
0
docs: typo
#180
godky
closed
2 months ago
0
fix: add exports type for lexer.asm.js
#179
ahaoboy
closed
4 months ago
0
fix: of keyword context in for statement only
#178
guybedford
closed
5 months ago
0
Another `of` parse error since 1.5.1
#177
simonbuchan
closed
5 months ago
4
Support multiple exports per declaration
#176
timfish
opened
6 months ago
0
Support renamed destructured exports
#175
timfish
opened
6 months ago
1
fix: handling of of keyword
#174
guybedford
closed
6 months ago
0
Fails to parse usage of variable `of`
#173
privatenumber
closed
6 months ago
3
fix: import type definitions
#172
guybedford
closed
7 months ago
0
Fix "of" regex case
#171
guybedford
closed
7 months ago
0
Incorrect Documentation for `ImportType`
#170
joshunrau
closed
7 months ago
1
.
#169
danielvaijk
closed
7 months ago
0
Source phase imports
#168
guybedford
closed
8 months ago
0
fix: handle regexp as default export
#167
fpipita
closed
8 months ago
4
Support source phase imports
#166
guybedford
closed
8 months ago
1
Import attributes
#165
matthewp
closed
10 months ago
2
fix: ignore dynamic import for `hasModulesyntax`
#164
sapphi-red
closed
1 year ago
1
Parse imported variables
#163
privatenumber
opened
1 year ago
1
feat: skip trailing white space in dynamic import
#162
sapphi-red
closed
1 year ago
3
types: add ParseError type
#161
sapphi-red
closed
1 year ago
0
feat: ESM detection support
#160
sapphi-red
closed
1 year ago
1
Feature request: Include an information whether the code includes `export {}`
#159
sapphi-red
closed
1 year ago
1
Possibly memory issue in templateString()
#158
connor4312
closed
1 year ago
1
fix: dynamic import paren ranges
#157
guybedford
closed
1 year ago
0
Dynamic import with extra parenthesis not captured
#156
privatenumber
closed
1 year ago
5
`parse` returns a promise although the type does not indicate so
#155
altinokdarici
opened
1 year ago
1
feat: simple destructuring support
#154
guybedford
closed
1 year ago
0
Parsing `vscode-uri` ESM file returns nothing
#153
alex-kinokon
closed
1 year ago
2
Finds "import.meta.vitest" but defines import as undefined
#152
MathiasWP
opened
1 year ago
1
undocumented `.d` -2
#151
loynoir
closed
1 year ago
1
feat: import attributes support
#150
guybedford
closed
1 year ago
0
fix: default export cases
#149
guybedford
closed
1 year ago
0
v1.1.1 fails with export specifier in string
#148
bluwy
closed
1 year ago
1
Raw C usage (or in Go via Cgo)
#147
b3nten
opened
1 year ago
6
fix: import.meta detection in spread
#146
guybedford
closed
1 year ago
0
Doesn't detect `import.meta` when `...import.meta`
#145
sapphi-red
closed
1 year ago
0
Inconsitency in i.s and i.e when parsing imports
#144
A-Shleifman
closed
1 year ago
1
WIP migration of es-module-lexer to Wasm components
#143
guybedford
opened
2 years ago
0
Parse error for import.meta.env
#142
IanVS
closed
2 years ago
3
fix: default export detections
#141
guybedford
closed
2 years ago
0
Fails to parse `export default{}` (no space after `default`)
#140
sapphi-red
closed
2 years ago
2
fix: export default export name bug
#139
guybedford
closed
2 years ago
0
Syntax error reported w/ default export
#138
robrez
closed
2 years ago
1
Glob imports don't parse
#137
dzearing
opened
2 years ago
1
Exports update
#136
guybedford
closed
1 year ago
0
feat: support local names for export default
#135
await-ovo
closed
2 years ago
0
Adding `types` entry to exports map.
#134
dzearing
closed
2 years ago
1
Parse error @:1:34
#133
renhiyama
closed
2 years ago
1
Next