1.6 KiB
1.6 KiB
1.12.12
- Make scope tracker more reliable to handle all edgecases.
1.12.11
- Block scope classes.
- Fix generation of integer
Literals inMemberExpression.
1.12.10
- Fix let scoping var hoisting.
1.12.9
- Escape unicode characters when generating string
Literals. - Fix semicolons being output for statements in
ExportDeclaration. - Fix
WithStatementmissing parenthesis.
1.12.8
- Temporarily forbid
AssignmentExpressiondestructuring outside ofExpressionStatement.
1.12.7
- Update to latest
acorn-6to5.
1.12.6
- Update to latest
acorn-6to5.
1.12.5
- Fix excessive whitespace trimming resulting in innaccurate sourcemap line.
1.12.4
- Add
docfolder for documentation.
1.12.3
- Support generator comprehensions.
- Use
Array.frominstead ofArray.prototype.slicein spread transformer. - Support spread in
NewExpressions.
1.12.2
- Upgrade
matchato0.6.0andbrowserifyto6.3.2. - Add own
trimRighthelper instead of relying on the string instance method. - Support JSX spreads that aren't the first.
1.12.1
- Fix
thisandargumentsmapping in the_aliasFunctionstransformer.
1.12.0
- Combine
jsxandreacttransformers toreact. - Update
reactsyntax output to React v0.12.
1.11.15
- Fix JSX literal whitespace generation.
1.11.14
- Avoid using a switch for let-scoping continue and break statements and use an if statement instead.
- Remove excess whitespace and newlines from JSX literals.
1.11.13
- Update regenerator-6to5
- Add support for most escodegen formatting options