Skip to content

v4.1.0

Compare
Choose a tag to compare
@3cp 3cp released this 20 Feb 01:10
· 100 commits to master since this release

Bug Fixes

  • jsx: decode html entities for JSXText value (f8121f0), closes #133
  • parser: fix wrong loc for BinaryExpression (ab1ab37), closes #169
  • parser: fix wrong loc for TemplateLiteral (a893c16), closes #167

Features

  • add support of logical assignment ||=, &&=, and ??= (2a5f12e), closes #168