npm babel-traverse 6.9.0
v6.9.0

latest releases: 7.0.0-beta.3, 7.0.0-beta.2, 7.0.0-beta.1...
7 years ago

6.9.0 (2016-05-17)

If npm is saying there is no version, then check with npm dist-tag ls babel-traverse rather than the website since the site is cached and mgiht be out of date.

  • Update core-js from 2.1.0 to 2.4.0. Check the releases for more info.
  • Add a systemGlobal option in the systemjs transform.
["transform-es2015-modules-systemjs", {
  // outputs scoped_system.register(...)
  "systemGlobal": "scoped_system" // defaults to System.register
}]
  • Bug fixes for class-properties and react-jsx-source plugins.

New Feature

  • babel-types
    • #3470 Add validation of type fields for parameter decorators. (@shuhei)
  • babel-plugin-transform-runtime, babel-polyfill, babel-register, babel-runtime
  • babel-plugin-transform-es2015-modules-systemjs
    • #3482 Add systemGlobal option to allow changing the System in System.register to be systemGlobal. Also move use strict wrapping. (@guybedford)

Bug Fix

  • babel-plugin-transform-react-jsx-source
  • babel-plugin-transform-class-properties
    • #3486 Add path.ensureBlock for ArrowFunctionExpression in a ClassExpression when there is a ClassProperty. (@jhen0409)
  • babel-traverse
  • babel-plugin-transform-es2015-parameters

Documentation

Internal

Upgrade to lodash 4.

  • babel-traverse
    • #3501 Remove repeating dependency from babel-traverse. (@dlwalsh)
  • babel-helper-fixtures
    • #3502 Replace trim-right with _.trimEnd in babel-helper-fixtures. (@dlwalsh)
  • babel-generator
    • #3500 Remove micro dependencies in favour of lodash functions for babel-generator. (@dlwalsh)
  • babel-cli, babel-core, babel-generator, babel-helper-builder-react-jsx, babel-helper-define-map, babel-helper-fixtures, babel-helper-regex, babel-helper-transform-fixture-test-runner, babel-plugin-transform-es2015-block-scoping, babel-plugin-transform-es2015-function-name, babel-plugin-transform-proto-to-assign, babel-preset-es2015, babel-register, babel-runtime, babel-template, babel-traverse, babel-types

Thanks to amasad, dlwalsh, forivall, frantic, graingert, guybedford, jayphelps, jhen0409, loganfsmyth, shuhei, zloirock!

Don't miss a new babel-traverse release

NewReleases is sending notifications on new releases.