2.0.3 (2018-11-09)
2.0.2 (2018-11-09)
- parser: report correct column number (98b06b5)
2.0.1 (2018-11-09)
- parser: report correct column number (98b06b5)
2.0.0 (2018-11-05)
1.0.16 (2018-07-12)
- parser: expose parseTokens method and make options public (3a30ff4)
1.0.15 (2018-07-10)
- parser: patch loc for all the tokens of acorn (1c4c24e)
1.0.14 (2018-07-10)
1.0.13 (2018-07-09)
- parser: expose generateTokens method to generate lexer tokens (9c5073f)
1.0.12 (2018-07-09)
1.0.11 (2018-07-07)
1.0.10 (2018-07-07)
- buffer: add support for wrapping statements (5242f7d)
1.0.9 (2018-07-05)
- objectexpression: turn off shorthand objects (c43444f)
- AssignmentExpression: add support (c920387)
1.0.8 (2018-07-04)
1.0.7 (2018-07-04)
- parser: patch the loc node of ast in place (4314ded)
- parser: removed patchNodeLine
1.0.5 (2018-07-02)
- buffer: add support to return unwrapped lines (da27c99)
- parser: add support for unwrapped templates (853ba21)
1.0.3 (2018-07-01)
- newline: use os.EOL convert \n to new lines (4fa76a9)
1.0.2 (2018-06-01)
- buffer: escape quotes inside raw strings (cd659d0)