Skip to content

v6.3.1

Compare
Choose a tag to compare
@hzoo hzoo released this 04 Dec 19:13
· 10300 commits to main since this release
  • Bug Fix
    • babel-generator:
      • #3121 Fix spacing in binary expression when right is a binary expression and has a unary on the left in compact mode. Ex: (a+(+b*2)) should be -> a+ +b*2