Releases: decaffeinate/coffee-lex
Releases · decaffeinate/coffee-lex
v9.3.2
9.3.2 (2022-09-30)
Bug Fixes
- lex non-CSX after a call properly (85e5ed1)
v9.3.1
9.3.1 (2022-06-18)
Bug Fixes
- tokens: ensure
slice
works again (9ab83f5)
v9.3.0
9.3.0 (2022-06-13)
Features
- lex: use
CoffeeLexError
with source index (662bf6b)
v9.2.1
9.2.1 (2022-06-09)
Bug Fixes
- package: export all the things (c7c94af)
v9.2.0
9.2.0 (2022-06-08)
Features
- exports: add
lex
as named export (3a3e337)
v9.1.5
9.1.5 (2019-09-11)
Bug Fixes
SourceTokenList#[Symbol.iterator]
API incorrect (#289) (16989a5)
v9.1.4
9.1.4 (2019-07-24)
Bug Fixes
- handle indented keyword-named properties (f2e0a42), closes #245
v9.1.3
9.1.3 (2018-12-08)
Bug Fixes
- do not combine shorthand this with keyword on next line (51e5e58), closes #175
v9.1.2
9.1.2 (2018-03-18)
Bug Fixes
- skip CSX parsing when immediately following an rbracket (#157) (be7fb8d)
v9.1.1
9.1.1 (2018-03-18)
Bug Fixes
- only treat hash as a heregex comment if it follows whitespace (#156) (d3966cc)