Skip to content

v2.9.0

Compare
Choose a tag to compare
@j4k0xb j4k0xb released this 19 Aug 04:37
· 179 commits to master since this release

Features

  • Inline simple string arrays: const arr = ['log', 'Hello, World!']; console[arr[0]](arr[1]); -> console.log('Hello, World!')
  • Unescape merged unicode strings: "\uD83D" + "\uDC40" -> "👀"
  • Merge object assignments:
    image

Bug Fixes

  • Control flow flattening detection in more cases
  • Stricter string array function wrapper detection (#16)