Skip to content

Releases: decaffeinate/coffee-lex

v9.3.2

30 Sep 22:29
85c17e5
Compare
Choose a tag to compare

9.3.2 (2022-09-30)

Bug Fixes

  • lex non-CSX after a call properly (85e5ed1)

v9.3.1

18 Jun 15:30
77c1980
Compare
Choose a tag to compare

9.3.1 (2022-06-18)

Bug Fixes

  • tokens: ensure slice works again (9ab83f5)

v9.3.0

13 Jun 12:44
f689853
Compare
Choose a tag to compare

9.3.0 (2022-06-13)

Features

  • lex: use CoffeeLexError with source index (662bf6b)

v9.2.1

09 Jun 13:48
87ba324
Compare
Choose a tag to compare

9.2.1 (2022-06-09)

Bug Fixes

  • package: export all the things (c7c94af)

v9.2.0

08 Jun 12:45
2b9707e
Compare
Choose a tag to compare

9.2.0 (2022-06-08)

Features

  • exports: add lex as named export (3a3e337)

v9.1.5

11 Sep 17:19
16989a5
Compare
Choose a tag to compare

9.1.5 (2019-09-11)

Bug Fixes

  • SourceTokenList#[Symbol.iterator] API incorrect (#289) (16989a5)

v9.1.4

24 Jul 16:33
Compare
Choose a tag to compare

9.1.4 (2019-07-24)

Bug Fixes

  • handle indented keyword-named properties (f2e0a42), closes #245

v9.1.3

08 Dec 23:24
Compare
Choose a tag to compare

9.1.3 (2018-12-08)

Bug Fixes

  • do not combine shorthand this with keyword on next line (51e5e58), closes #175

v9.1.2

18 Mar 05:08
be7fb8d
Compare
Choose a tag to compare

9.1.2 (2018-03-18)

Bug Fixes

  • skip CSX parsing when immediately following an rbracket (#157) (be7fb8d)

v9.1.1

18 Mar 04:00
d3966cc
Compare
Choose a tag to compare

9.1.1 (2018-03-18)

Bug Fixes

  • only treat hash as a heregex comment if it follows whitespace (#156) (d3966cc)