yarn @babel/parser 7.4.3

latest releases: 7.17.8, 7.17.7, 7.17.3...
5 years ago

v7.4.3 (2019-04-02)

👓 Spec Compliance

  • babel-parser
    • #9769 Don't accept '\08' or '\09' in strict mode. (@danez)
    • #9768 Correctly check for-in and for-of loop for invalid left-hand side. (@danez)
    • #9767 Parse right-hand-side of for/of as an assignment expression. (@danez)
    • #9748 [typescript] parsing template literal as type . (@tanhauhau)

🚀 New Feature

  • babel-plugin-transform-runtime

🐛 Bug Fix

  • babel-polyfill
  • babel-cli
  • babel-helper-module-transforms, babel-plugin-transform-modules-commonjs
    • #9802 Fix lazy option of babel-plugin-transform-modules-commonjs. (@AndreasCag)
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-private-methods
    • #9801 Fix super method call in private instance method calling overridden method. (@MattiasBuelens)
  • babel-plugin-proposal-object-rest-spread, babel-plugin-transform-destructuring
    • #9416 Destructuring: Fix handling of impure computed keys with object rest. (@motiz88)
  • babel-plugin-transform-destructuring
    • #9412 Destructuring: Fix array unpacking assignments with holes on RHS. (@motiz88)
  • babel-traverse
    • #9415 @babel/traverse: Fix NodePath.getData. (@71)
  • babel-parser
    • #9760 Allow HTML comments on first line. (@danez)
    • #9700 Fix compatibility between estree and TS plugin. (@danez)
  • babel-helpers
  • babel-preset-env

💅 Polish

  • babel-parser
    • #9762 Optimize parseBindingAtom code to get better error messages. (@danez)
  • babel-core, babel-plugin-transform-for-of
    • #9698 Move array reference into for head initializer. (@danez)

🏠 Internal

  • Other
  • babel-parser, babel-preset-typescript

Committers: 12

Don't miss a new parser release

NewReleases is sending notifications on new releases.