yarn @babel/traverse 7.9.5

latest releases: 7.15.0, 7.14.9, 7.14.8...
4 years ago

v7.9.5 (2020-04-07)

Thanks to @JMarkoski and @Zzzen for their first PRs!

🐛 Bug Fix

  • babel-plugin-proposal-object-rest-spread, babel-plugin-transform-parameters
    • #11326 Correctly transpile when default parameter initializer references binding in rest pattern (@vedantroy)
  • babel-traverse
    • #11375 Fixed generateUid creating clashing ids after scope re-crawling (@Andarist)
    • #11323 Fixed issue with programPath.scope.references not being registered back correctly after scope re-crawling (@Andarist)
  • babel-plugin-transform-destructuring
    • #11360 fix Incorrect destructuring compilation of for (let [[x] = [1]] = []… (@Zzzen)
  • babel-preset-env
    • #11373 Fixed useBuiltIns and modules validation when using 'false' as option (@JMarkoski)
  • babel-plugin-transform-classes
  • babel-helper-function-name, babel-plugin-transform-function-name
    • #11361 fix: do not add function name when parent's operator is not = (@JLHwung)
  • babel-helper-builder-react-jsx-experimental, babel-plugin-transform-react-jsx
  • babel-types
    • #11359 fix: allow logical assignment operators in AssignmentExpression (@JLHwung)
  • babel-plugin-transform-parameters
  • babel-helper-create-class-features-plugin

💅 Polish

  • babel-plugin-transform-parameters
  • babel-traverse
  • babel-plugin-proposal-class-properties, babel-plugin-proposal-decorators, babel-plugin-transform-classes, babel-plugin-transform-parameters, babel-plugin-transform-runtime, babel-plugin-transform-typescript, babel-preset-env
  • babel-generator
    • #11328 polish: align optional chain whitespace behavior to their sibiling (@JLHwung)

🏠 Internal

Committers: 9

Don't miss a new traverse release

NewReleases is sending notifications on new releases.