Tags:
- 💥 [Breaking Change]
- 👓 [Spec Compliancy]
- 🚀 [New Feature]
- 🐛 [Bug Fix]
- 📝 [Documentation]
- 🏠 [Internal]
- 💅 [Polish]
Note: Gaps between patch versions are faulty, broken or test releases.
See CHANGELOG - v4, CHANGELOG - v5, and CHANGELOG - v6 for v4.x-v6.x changes. See CHANGELOG - 6to5 for the pre-4.0.0 version changelog. See Babylon's CHANGELOG for the Babylon pre-7.0.0-beta.29 version changelog.
Same as v7.1.1, except compiled against Node 6 instead of Node 8 by accident (e.g had async functions
).
EDIT: had a publish issue here as well where it compiled against Node 8 instead of Node 6 so 7.1.2 will fix this. Also force publish
@babel/runtime
and@babel/runtime-corejs2
. We need to fix the publishing around that since Lerna doesn't pickup the@babel/helpers
changes as there is no "dependency"
babel-generator
,babel-parser
,babel-types
babel-plugin-transform-destructuring
- #8535 Do not unpack array patterns that update a referenced binding. (@nicolo-ribaudo)
babel-plugin-proposal-decorators
- #8742 [decorators] Support async and generator methods. (@nicolo-ribaudo)
babel-helpers
,babel-plugin-proposal-decorators
- #8761 [decorators] Fields are enumerable. (@nicolo-ribaudo)
babel-generator
- #8751 Fix some missing parens cases with OptionalMemberExpression in generator. (@existentialism)
- #8727 Handle throw expressions in generator. (@existentialism)
- Other
- #8780 Run test262 tests for exportNamespaceFrom. (@existentialism)
babel-helper-transform-fixture-test-runner
- #8768 Use babel-check-duplicated-nodes. (@nicolo-ribaudo)
Check http://babeljs.io/blog/2018/09/17/7.1.0
babel-cli
,babel-core
- #8660 Better support monorepos by allowing users to opt into automatically resolving 'root' with
rootMode: "upward"
.. (@loganfsmyth)
- #8660 Better support monorepos by allowing users to opt into automatically resolving 'root' with
babel-helper-transform-fixture-test-runner
babel-helpers
,babel-plugin-proposal-decorators
,babel-plugin-syntax-decorators
- #7976 Add support for the new decorators proposal. (@nicolo-ribaudo)
babel-helpers
,babel-plugin-proposal-class-properties
babel-parser
- #8698 Fix parsing of newline between 'async' and 'function'. (@existentialism)
- #8677 Fix typescript parsing typed object shorthand methods. (@existentialism)
babel-plugin-transform-typescript
- #8682 Fix TSParameterProperty getting lost with transform-classes. (@existentialism)
- #8695 Adjust TSParameterProperty handling to work with transform-parameters. (@existentialism)
- #8666 Fix typescript import elision. (@Retsam)
babel-preset-env
- #8693 Fix es6.string.iterator mapping in babel-preset-env. (@existentialism)
babel-core
,babel-plugin-proposal-class-properties
,babel-plugin-proposal-decorators
,babel-plugin-transform-runtime
- #8659 Fix version checks in .availableHelper and transform-runtime definitions.. (@loganfsmyth)
- Other
babel-plugin-transform-parameters
- #8414 Allow patterns as argument of RestElement. (@microbouji)
babel-core
,babel-plugin-transform-runtime
- #8624 Verify 'sourceMap' option with hasOwnProperty, and verify string-typed 'version'. (@loganfsmyth)
babel-helpers
,babel-plugin-proposal-class-properties
- #8614 [static private] Unify loose handling of static and instance props. (@nicolo-ribaudo)
babel-plugin-transform-runtime
- #8581 Fix grammar in error message at @babel/plugin-transform-runtime. (@tricknotes)
babel-parser
- #8576 More helpful errorr message for missing decoratorsBeforeExport in parser. (@nicolo-ribaudo)
- #8561 Added pronounciation of babel. (@siddhant1)
babel-core
- #8714 Fix Flow error with new versionRange test.. (@loganfsmyth)
- Other
babel-plugin-transform-runtime
babel-*
- #8658 Format fixture options.json with Prettier.. (@loganfsmyth)
babel-parser
babel-*
Doing a quick patch regarding helpers versioning to prevent future issues: babel#8659
No change from rc.4. Finally released as https://babeljs.io/blog/2018/08/27/7.0.0!
Similar to removing proposals in
@babel/polyfill
, we are removing them intransform-runtime
babel-plugin-transform-runtime
- #8547 Remove nonstandard functions and fake prototype methods from babel-runtime. (@loganfsmyth)
babel-parser
- #8539 Update parser whitespace for clarity. (@jridgewell)
babel-register
babel-core
- #8546 Default highlightCode:true for the parser highlighting.. (@loganfsmyth)
- Other
babel-parser
- #8540 Cleanup getLineInfo. (@jridgewell)
- #8541 Update to ES6 String methods. (@jridgewell)
- #8537 Flatten TokenType class hierarchy. (@jridgewell)
- #8539 Update parser whitespace for clarity. (@jridgewell)
babel-preset-env
babel-plugin-transform-runtime
- #8518 Make 'useESModules' only toggle CJS vs ESM helpers when importing file is ESM.. (@loganfsmyth)
babel-plugin-transform-runtime
- #8520 Expose opt-in useESModules:"auto" from transform-runtime to toggle based on 'supportsStaticESM'. (@loganfsmyth)
babel-helpers
,babel-plugin-transform-classes
,babel-preset-env
- #8501 [_wrapNativeSuper] Don't wrap non-native constructors. (@nicolo-ribaudo)
babel-generator
,babel-traverse
,babel-types
babel-plugin-proposal-object-rest-spread
babel-traverse
- #8505 Rename exported functions where name conflicts with param.. (@loganfsmyth)
babel-plugin-transform-object-set-prototype-of-to-assign
- Other
A notable change is the addition of babel#8485 which enables babel/babel-loader#660 (automatically doing modules: false
for @babel/preset-env
when using babel-loader
.
babel-core
- #8470 Remove File#resolveModuleSource. (@nicolo-ribaudo)
- #8473 Allow babel-plugin/preset prefix to not be a prefix, when used in a scope.. (@loganfsmyth)
babel-core
,babel-parser
,babel-plugin-syntax-decorators
- #8465 Require decoratorsBeforeExport option for decorators. (@nicolo-ribaudo)
babel-preset-env
babel-cli
,babel-core
,babel-node
,babel-preset-env
,babel-register
- #8485 Allow preset-env to toggle module handling based on flags from the caller (like babel-loader). (@loganfsmyth)
babel-core
- #8474 Preserve 'false'-options for disabled plugins/presets.. (@loganfsmyth)
- #8473 Allow babel-plugin/preset prefix to not be a prefix, when used in a scope.. (@loganfsmyth)
babel-helper-transform-fixture-test-runner
,babel-plugin-transform-runtime
- #8435 Allow transform-runtime to insert runtime references with absolute paths.. (@loganfsmyth)
babel-parser
babel-core
- #8493 Take top-level config source into consideration when processing nested env/overrides.. (@loganfsmyth)
babel-helpers
,babel-plugin-proposal-decorators
babel-plugin-transform-parameters
- #8479 Fixes setter paratemer default value. (@nikolayemrikh)
babel-core
- #8494 Cache individual programmatic descriptors along with the overall list.. (@loganfsmyth)
- #8493 Take top-level config source into consideration when processing nested env/overrides.. (@loganfsmyth)
babel-core
- #8493 Take top-level config source into consideration when processing nested env/overrides.. (@loganfsmyth)
babel-plugin-transform-classes
- #8472 Remove unused file. (@nicolo-ribaudo)
Same as rc.0 but fixes the peerDep issue #8443. It's changed to just be ^7.0.0-0
This had an issue with
peerDependencies
so please userc.1
.
Alright finally at the end 🙂. Shouldn't have anymore breaking changes and going to wait some time to fix bugs/regressions
Summary:
@babel/polyfill
will not include proposal polyfills by default and fixed a regression.
Will add this to the upgrade guide/polyfill docs. I guess we could include a
babel-upgrade
for this too, not sure.
babel-cli
- #8436 Require v1.1.0 so that correct filter params are passed.. (@loganfsmyth)
- Separate
@babel/runtime
: should work for helpers alone and opt-into core-js if necessary. - More details in http://babeljs.io/docs/en/next/babel-runtime, http://babeljs.io/docs/en/next/babel-plugin-transform-runtime (via babel#8266, babel/website#1714)
babel-upgrade
issue: babel/babel-upgrade#70
babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
,babel-runtime-corejs2
,babel-runtime
- #8266 Split @babel/runtime into 2 modules via @babel/runtime-corejs2. (@loganfsmyth)
babel-core
,babel-helper-module-imports
,babel-helpers
,babel-plugin-external-helpers
,babel-plugin-transform-runtime
- #8398 Only reference helpers from external/runtime helpers if they are known to be available.. (@loganfsmyth)
babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
,babel-runtime-corejs2
,babel-runtime
- #8266 Split @babel/runtime into 2 modules via @babel/runtime-corejs2. (@loganfsmyth)
babel-parser
,babel-plugin-transform-typescript
- #8408 Allow TSInterfaceDeclaration to be default export. (@existentialism)
babel-preset-env
- #8403 Ensure esmodule targets are parsed by browserslist. (@existentialism)
- Other
- #8024 Run transform-runtime on the standalone bundle so it stays ES5-compatible.. (@loganfsmyth)
- #8412 Update Documentation[skip ci]. (@leongjiameng)
Breaking Change in beta:
Throws an error on using Stage presets: https://babeljs.io/blog/2018/07/27/removing-babels-stage-presets
babel-core
,babel-plugin-proposal-class-properties
,babel-plugin-proposal-decorators
,babel-preset-stage-0
,babel-preset-stage-1
,babel-preset-stage-2
,babel-preset-stage-3
,babel-standalone
babel-generator
,babel-parser
,babel-plugin-transform-typescript
,babel-types
babel-cli
,babel-core
,babel-generator
- #8380 Ensure that Identifier source mappings explicitly start and stop on the generated range. (@loganfsmyth)
babel-preset-env
- #8391 Ensure preset-env doesn't clobber browserslist defaults. (@existentialism)
babel-core
- #8376 Fix order of optional argument reordering. (@Qix-)
- #8381 Allow an Array for
babelrcRoots
.. (@wtgtybhertgeghgtwtg) - #8342 Do not mutate ast. (@thiagoarrais)
babel-parser
babel-parser
- #8355 remove .then from
dynamic import
parser exception message. (@dnalborczyk)
- #8355 remove .then from
babel-core
,babel-preset-stage-0
,babel-preset-stage-1
,babel-preset-stage-2
,babel-preset-stage-3
,babel-standalone
babel-helpers
,babel-plugin-proposal-class-properties
- #8318 Save full descriptor instead of only value for private fields.. (@nicolo-ribaudo)
babel-core
- #8381 Allow an Array for
babelrcRoots
.. (@wtgtybhertgeghgtwtg)
- #8381 Allow an Array for
babel-cli
,babel-core
,babel-generator
,babel-helper-define-map
,babel-helper-fixtures
,babel-helper-module-imports
,babel-helper-module-transforms
,babel-helper-regex
,babel-helper-simple-access
,babel-helper-transform-fixture-test-runner
,babel-node
,babel-plugin-transform-block-scoping
,babel-register
,babel-template
,babel-traverse
,babel-types
- #8377 Bumped lodash to 4.17.10. (@Berkmann18)
Regarding babel#8184, we aren't using
micromatch
for paths, just basic*/**
substitution now. For anything more complicated we will recommend using a regex/.js
config. Fixed a bug in the stage presets (babel#8307), so we just removed the requirements for setting options in the meantime for ease of use. We are removing the Stage presets next release. babel#8293
babel-core
,babel-register
,babel-traverse
- #8327 Treat string ignore/only/test/include/exclude values as paths with only basic pattern matching. (@loganfsmyth)
babel-core
,babel-register
,babel-traverse
- #8327 Treat string ignore/only/test/include/exclude values as paths with only basic pattern matching. (@loganfsmyth)
babel-preset-stage-0
,babel-preset-stage-1
- #8317 Fix stage-0/1 import of pipeline proposals array. (@mAAdhaTTah)
babel-helper-module-transforms
,babel-plugin-transform-modules-commonjs
- #8316 Ensure that the wildcard interop is used with re-export + default.. (@loganfsmyth)
babel-core
- #8315 Remove option-filtering options from the final options results.. (@loganfsmyth)
- Fix for regression with paths on windows due to micromatch upgrade, remove yearly presets (not published)
- (There was an issue with the Stage presets in this release, but it is also deprecated)
babel-generator
,babel-parser
,babel-plugin-transform-typescript
,babel-types
babel-parser
- #8291 Support pipeline proposal flag in
@babel/parser
. (@mAAdhaTTah)
- #8291 Support pipeline proposal flag in
babel-plugin-proposal-object-rest-spread
babel-helpers
,babel-plugin-proposal-object-rest-spread
,babel-plugin-transform-destructuring
,babel-preset-env
babel-core
babel-types
- #8165 [babel-types] Fix isNodesEquivalent() behavior for TemplateElements. (@timkendrick)
babel-plugin-syntax-pipeline-operator
,babel-preset-stage-0
,babel-preset-stage-1
- #8279 Improve error messages around pipeline option. (@mAAdhaTTah)
babel-preset-env
babel-plugin-proposal-object-rest-spread
- Other
- #8187 Invoke Jest main file directly. (@ishitatsuyuki)
Deprecating the yearly/stage presets in v7 (will remove next beta). Ran npm deprecate
on @babel/preset-es2015
, @babel/preset-es2016
, @babel/preset-es2017
, @babel/preset-stage-0
, @babel/preset-stage-1
, @babel/preset-stage-2
, @babel/preset-stage-3
only for versions >v7.0.0-beta.52
. This means this will only break your build if you are using ^
in Babel v7 beta (which we have recommended against each release). (It is unfortunate that the default behavior of npm is to use ^
when using npm install
though; haven't made an RFC for it yet).
Also various bugfixes, change to force the pipeline plugin to have an option.
The pipeline plugin must be configured with the minimal
option. This is so people explicitly know the implementation that is being used, and someone will be able to implement and test out the other proposal options. After all, this proposal is in Stage 1 still and the semantics are being figured out: this is a great opportunity to specify via the config what people are using.
{
"plugins": [["@babel/plugin-proposal-pipeline-operator", { "proposal": "minimal" }]]
}
babel-core
- #8198 Prefer explicit object maps, and properly load relative maps.. (@loganfsmyth)
babel-plugin-proposal-class-properties
,babel-plugin-proposal-decorators
,babel-plugin-proposal-pipeline-operator
,babel-plugin-syntax-pipeline-operator
,babel-preset-stage-0
,babel-preset-stage-1
- #8196 Require proposal flag for pipeline plugin. (@mAAdhaTTah)
babel-types
- #8273 Add visitor key for Flow typeArguments in call expressions. (@rubennorte)
babel-core
- #8198 Prefer explicit object maps, and properly load relative maps.. (@loganfsmyth)
- #8197 Allow @foo/babel-plugin as an unexpanded plugin name, and @foo as a shorthand for it.. (@loganfsmyth)
babel-plugin-transform-typescript
babel-cli
,babel-preset-env
- #8250 remove emojis from cli output. (@johnbuffington)
babel-core
,babel-helpers
,babel-plugin-transform-async-to-generator
,babel-plugin-transform-react-constant-elements
,babel-preset-env
- #8267 Optimize async to generator. (@jridgewell)
babel-core
,babel-parser
- #8259 upgrades eslint v5 (major), babel-eslint, eslint-plugin-flowtype, eslint-plugin-prettier. (@dnalborczyk)
babel-plugin-transform-modules-commonjs
,babel-plugin-transform-runtime
- #8265 Rename some test fixtures so they run properly.. (@loganfsmyth)
babel-helper-fixtures
,babel-plugin-proposal-class-properties
,babel-plugin-transform-classes
- #8208 Ensure that we don't get unexpected output files for tests that throw.. (@loganfsmyth)
babel-helper-transform-fixture-test-runner
- Other
- #8158 Compile against beta 51. (@existentialism)
babel-parser
- #8176 babel/parser: use charCodes throughout for improved sourcecode readability in tokenizer/parser.. (@GerHobbelt)
- #8177 babel/parser: remove dead code: constant condition. (@GerHobbelt)
Fixed a peerDep issue
Mostly bug fixes and some decorator updates
babel-plugin-proposal-unicode-property-regex
- #8127 Update plugin-proposal-unicode-property-regex for Unicode v11. (@mathiasbynens)
babel-parser
- #8125 Update identifier parsing per Unicode v11. (@mathiasbynens)
babel-core
,babel-generator
,babel-parser
,babel-plugin-proposal-decorators
,babel-types
- #8037 Remove parser support for decorators optional parentheses. (@nicolo-ribaudo)
babel-generator
,babel-parser
,babel-plugin-syntax-decorators
- #8113 Change decoratorsBeforeExport default to false. (@nicolo-ribaudo)
babel-core
,babel-generator
,babel-parser
,babel-plugin-proposal-decorators
,babel-types
- #8037 Remove parser support for decorators optional parentheses. (@nicolo-ribaudo)
babel-core
,babel-plugin-syntax-decorators
- #7938 Update syntax-decorators options. (@nicolo-ribaudo)
babel-helper-builder-react-jsx
,babel-plugin-transform-react-inline-elements
,babel-plugin-transform-react-jsx
babel-generator
- #8143 add jsesc options support. (@vincentdchan)
babel-preset-env
babel-core
,babel-plugin-syntax-decorators
- #7938 Update syntax-decorators options. (@nicolo-ribaudo)
babel-generator
,babel-plugin-proposal-decorators
- #7948 Add "decoratorsBeforeExport" option to @babel/generator. (@nicolo-ribaudo)
babel-generator
,babel-parser
,babel-types
,babylon
- #7978 Support Flow's proto modifier syntax for declared classes. (@samwgoldman)
babel-helper-hoist-variables
,babel-plugin-transform-modules-systemjs
- #8104 System module format hoisting and export refinements. (@guybedford)
babel-plugin-proposal-class-properties
,babel-traverse
- #8051 Don't split an exported class when renaming an inner binding. (@nicolo-ribaudo)
- #8122 isConstantExpression should return true for immuable bindings. (@nicolo-ribaudo)
babel-plugin-transform-typescript
- #7996 Adds JSXFragment to plugin-transform-typescript check for the presence of jsx. (@malbernaz)
babel-plugin-proposal-class-properties
,babel-plugin-transform-typescript
babel-parser
- #8030 Allow ts modifier names to be used as function argument names. (@existentialism)
babel-preset-env
- #8132 Fix Safari TP and regular versions comparison. (@yuri-karadzhov)
- #8138 Ensure regex-dot-all runs before unicode-regex in preset-env. (@existentialism)
babel-helpers
,babel-plugin-transform-classes
- #8100 Fix ReferenceError in the wrapNativeSuper helper. (@chocolateboy)
babel-types
- #8060 make isReferenced() recognise ObjectTypeProperty. (@peter-leonov)
babel-cli
- #8082 Avoid a race condition in CLI directory creation.. (@loganfsmyth)
babel-helper-builder-react-jsx
,babel-plugin-transform-react-inline-elements
,babel-plugin-transform-react-jsx
babel-plugin-proposal-class-properties
,babel-plugin-transform-classes
,babel-plugin-transform-parameters
,babel-plugin-transform-react-constant-elements
- #8123 [class-properties] Remove unnecessary return and temp variable. (@nicolo-ribaudo)
babel-parser
- #8074 nit: fix folder name. (@dnalborczyk)
- Other
- #8142 Don't regenerate babel-types docs in the readme. (@nicolo-ribaudo)
- #8139 Bump test262-stream and update test262 tests. (@existentialism)
babel-generator
,babel-node
,babel-standalone
,babel-template
- #8144 Add Labels to READMEs Generator & Update README's w. Links To Open Issues (for some pkg's). (@BeniCheni)
babel-node
- #7908 Test on node 10. (@nicolo-ribaudo)
Mostly bugfix release for a regression in decorators, and a quick fix for some new babel-node
options in the last release that just didn't work right. Also one small addition to the API for official promise-returning versions of our async transform/parsing functions.
babel-core
- #8023 Add a promise-returning *Async version of the transform and parse fns. (@loganfsmyth)
babel-node
- #8046 Handle kebab-case args in babel-node.. (@loganfsmyth)
babel-plugin-proposal-decorators
- #8047 Transform decorated classes from the export visitor. (@nicolo-ribaudo)
babel-cli
,babel-core
,babel-plugin-transform-react-jsx-source
,babel-preset-env
,babel-preset-react
- #8044 Expose all filenames as absolute paths, rather than relative.. (@loganfsmyth)
- Renamed
babylon
to@babel/parser
for clarity (I will still commonly refer to it as babylon though!) - Add Private Fields implementations (now Stage 3)
class A { #a = 1 }
- Add small Stage 3 (now Stage 4) Subsume JSON change babel/proposals#43
- Fix IE10 class regression
- Various fixes, many TS fixes
babel-parser
,babel-plugin-proposal-json-strings
,babel-plugin-syntax-json-strings
,babel-preset-stage-3
- #7985 Subsume json. (@jridgewell)
babel-core
,babel-helper-fixtures
,babel-helper-transform-fixture-test-runner
,babel-plugin-syntax-flow
,babel-plugin-syntax-jsx
,babel-plugin-syntax-typescript
,babel-plugin-transform-typescript
,babel-preset-react
,babel-preset-typescript
,babel-standalone
- #7955 Verify that files are .ts/.tsx before treating as Typescript files.. (@loganfsmyth)
babel-cli
,babel-core
,babel-plugin-transform-react-jsx-source
,babel-preset-react
- #7956 Make the filename option, as exposed to the plugins, consistently relative to the working directory. (@loganfsmyth)
babel-traverse
,babel-types
- #7900 Re-add support for local Flow bindings (TypeAlias, OpaqueTypeAlias and Interface). (@rubennorte)
babel-node
- #8010 Add more of babel-cli's options to babel-node too for consistency.. (@loganfsmyth)
babel-cli
,babel-node
babel-core
,babel-generator
,babel-parser
,babel-types
,babylon
- #7928 Create InterpreterDirective AST node type and use to replace babel/core File's 'shebang' handling. (@loganfsmyth)
babel-parser
,babel-plugin-proposal-json-strings
,babel-plugin-syntax-json-strings
,babel-preset-stage-3
- #7985 Subsume json. (@jridgewell)
babel-generator
,babel-plugin-syntax-flow
,babel-plugin-transform-flow-strip-types
,babel-types
,babylon
- #7934 Add support for explicit type arguments in new and call expressions. (@samwgoldman)
babel-generator
,babel-types
,babylon
- #7959 Allow internal slot properties to be optional. (@samwgoldman)
- #7947 Internal slot properties. (@samwgoldman)
babylon
- #7869 Add an option to Babylon to have decorators before export. (@nicolo-ribaudo)
babel-parser
- #7994 [Babylon] Take the first set of options for plugins. (@nicolo-ribaudo)
- #7968 Set exprAllowed to false when parsing TSNonNullExpression. (@existentialism)
babel-core
,babel-helpers
,babel-plugin-proposal-class-properties
,babel-plugin-proposal-decorators
,babel-plugin-transform-classes
,babel-plugin-transform-exponentiation-operator
,babel-plugin-transform-function-name
,babel-plugin-transform-object-super
,babel-plugin-transform-parameters
,babel-plugin-transform-react-jsx
,babel-plugin-transform-runtime
,babel-preset-env
- #7969 Fix class inheritance in IE10. (@jridgewell)
babel-types
- #8005 Handle Infinity, -Infinity, NaN, and -0 in t.valueToNode().. (@loganfsmyth)
- #7982 Build InterfaceTypeAnnotation generated type code. (@jridgewell)
babel-generator
,babel-plugin-syntax-bigint
,babel-types
babel-core
,babel-generator
,babel-parser
,babel-types
,babylon
- #7928 Create InterpreterDirective AST node type and use to replace babel/core File's 'shebang' handling. (@loganfsmyth)
babel-cli
,babel-core
,babel-plugin-transform-react-jsx-source
,babel-preset-react
- #7956 Make the filename option, as exposed to the plugins, consistently relative to the working directory. (@loganfsmyth)
babel-preset-typescript
- #7990 passes the jsxPragma options from preset-typescript to plugin-transform-typescript. (@malbernaz)
babel-types
,babylon
babel-helpers
,babel-plugin-transform-classes
,babel-preset-env
- #7533 Fix bugs in the _wrapNativeSuper helper. (@nicolo-ribaudo)
babel-register
- #7930 Ensure that calling register() fully resets the extension state.. (@loganfsmyth)
babel-parser
- #7986 Better error message for invalid decorators syntax. (@nicolo-ribaudo)
babel-preset-env
babel-parser
babel-parser
- #7999 [babylon] Refactor mixin plugins handling & validation. (@nicolo-ribaudo)
- #8002 Fix some flow issues in @babel/parser flow plugin. (@existentialism)
babel-plugin-proposal-decorators
- #7975 Add "legacy" prefix to legacy decorators tests. (@nicolo-ribaudo)
babel-cli
,babel-core
- #7929 Refactor babel-cli to use async functions for async handling, and centralize option loading. (@loganfsmyth)
babel-helper-transform-fixture-test-runner
- #7931 Test running bug fixing for Node 10. (@loganfsmyth)
- Compile Babel itself to target Node 6 syntax given we dropped Node 4 support to run (this is unrelated to the output code)
- Allow
babelrc
andbabelrcRoots
in config files - Various bug fixes
babel-generator
,babel-plugin-syntax-decorators
,babylon
- #7821 Rename decorators&decorators2 plugins to decorators-legacy&decorators.. (@nicolo-ribaudo)
- Other
babel-core
- #7911 Allow 'babelrc' and 'babelrcRoots' in config files (but not .babelrc/extends). (@loganfsmyth)
babel-plugin-transform-typescript
babel-core
- #7911 Allow 'babelrc' and 'babelrcRoots' in config files (but not .babelrc/extends). (@loganfsmyth)
babel-cli
- #7875 Fix watch bug with output-dir paths.. (@loganfsmyth)
babel-preset-env
- #7809 Clean up and add some additional polyfill mappings in preset-env. (@existentialism)
- #7884 Fix bug with handling minor versions when parsing compat-data. (@existentialism)
- #7810 Improve useBuiltIns: usage mappins in preset-env. (@existentialism)
babel-plugin-transform-typescript
,babylon
babel-preset-stage-3
- #7819 fix(preset-stage-3): pass along loose flag to proposal-object-rest-spread. (@yyx990803)
babel-cli
,babel-core
,babel-helper-fixtures
,babel-helper-transform-fixture-test-runner
- #7761 Reimplement input sourcemap merging using range matching instead of closest-position matching. (@loganfsmyth)
babel-plugin-transform-modules-commonjs
,babel-plugin-transform-template-literals
- #7855 Lazy load tagged template literal strings. (@dczombera)
babylon
babel-plugin-proposal-class-properties
- #7813 Class Props: Don't rename constructor collisions with static props. (@jridgewell)
babel-cli
,babel-code-frame
,babel-core
,babel-helper-member-expression-to-functions
,babel-helper-module-imports
,babel-helper-plugin-utils
,babel-preset-env
,babel-register
,babel-template
,babel-types
,babylon
- #7777 Use Object Spread Syntax. (@jridgewell)
babel-node
- #7897 Fix typo [skip-ci]. (@rockymeza)
babel-plugin-transform-destructuring
,babel-plugin-transform-exponentiation-operator
,babel-plugin-transform-property-mutators
,babel-plugin-transform-proto-to-assign
,babel-plugin-transform-reserved-words
,babel-plugin-transform-spread
babel-preset-env
babel-plugin-transform-instanceof
- Other
- #7925 Update test262 and flow tests. (@nicolo-ribaudo)
- #7916 Use the correct Babylon plugins for Test262 tests. (@nicolo-ribaudo)
- #7906 Update @babel/plugin-codemod-object-assign-to-object-spread version. (@nicolo-ribaudo)
- #7851 remove since we have other issue templates [skip ci]. (@hzoo)
- #7839 add lock bot for closed issues [skip ci]. (@hzoo)
- #7811 Upgrade to gulp@4. (@existentialism)
- #7794 add loose to object spread. (@hzoo)
- #7792 Fix indent in .travis.yml. (@shirohana)
babel-core
,babylon
- #7904 Fix typescript decorator test. (@existentialism)
babel-plugin-transform-classes
- #7893 fix typo in a comment. (@aaronabramov)
babel-core
,babel-plugin-proposal-logical-assignment-operators
,babel-plugin-proposal-nullish-coalescing-operator
,babel-plugin-syntax-logical-assignment-operators
,babel-plugin-syntax-nullish-coalescing-operator
- #7825 Unify
main
property in package.json [ci skip]. (@shirohana)
- #7825 Unify
babel-core
,babel-helper-module-imports
,babel-helper-transform-fixture-test-runner
,babel-plugin-transform-modules-commonjs
,babel-preset-es2015
- #7784 Upgrade Babel to self-host with beta.46. (@loganfsmyth)
babel-plugin-proposal-class-properties
- #7814 Don't fold class property calls. (@jridgewell)
- Fix regression by landing #7783
- Drop Node 4 Support (ends 4/30).
- Make Stage 2 decorators "default" (implementation is still WIP), and require people use the
decoratorsLegacy
option for easier migration. - Change
@babel/polyfill
to not throw an error but a warning if it is imported multiple times. Also introduce another entry point without the warning - Change how Babel handles config files regarding a lot of cases, especially for compiling
node_modules
. Introducebabel.config.js
- If you are using a monorepo an a single
.babelrc
, you will need to change tobabel.config.js
like Babel itself is doing (babel#7784)
- If you are using a monorepo an a single
- Add ES2018 to
@babel/preset-env
: like object rest/spread, etc. - Lots of spec and bug fixes! Shoutout to Justin (@jridgewell) and Josh (@CodingItWrong) for all the PR work for private properties!
babel-cli
,babel-core
,babel-preset-env
,babel-register
- #7358 Allow more flexible file-based configuration while preventing .babelrcs from breaking things. (@loganfsmyth)
babylon
- #7755 drop support for Node.js v4. (@boneskull)
babel-core
,babel-plugin-proposal-class-properties
,babel-plugin-proposal-decorators
,babel-plugin-syntax-decorators
,babel-plugin-transform-function-name
,babel-preset-stage-0
,babel-preset-stage-1
,babel-preset-stage-2
- #7734 Decorators legacy option. (@nicolo-ribaudo)
babel-polyfill
- #6371 Add noConflict entry mode to @babel/polyfill. (@evan-scott-zocdoc)
babel-cli
,babel-core
,babel-preset-env
,babel-register
- #7358 Allow more flexible file-based configuration while preventing .babelrcs from breaking things. (@loganfsmyth)
babel-generator
,babel-types
,babylon
- #7741 Add support for flow implements. (@existentialism)
babel-preset-env
- #7658 Add initial support for ES2018 in preset-env. (@existentialism)
babel-core
,babel-plugin-proposal-class-properties
,babel-plugin-proposal-decorators
,babel-plugin-proposal-function-bind
,babel-plugin-transform-classes
,babel-plugin-transform-flow-comments
,babel-plugin-transform-flow-strip-types
,babel-plugin-transform-function-name
,babel-plugin-transform-jscript
,babel-plugin-transform-parameters
,babel-plugin-transform-react-jsx
,babel-plugin-transform-runtime
,babel-standalone
- #7411 Add "use strict" directive. (@MarkusToe)
babel-helper-transform-fixture-test-runner
- #7679 Add option to overwrite failing output fixtures. (@jridgewell)
babel-generator
,babel-helper-define-map
,babel-plugin-syntax-class-properties
,babel-plugin-transform-parameters
,babel-plugin-transform-react-constant-elements
,babel-traverse
,babel-types
- #7666 Private Properties phase 1. (@jridgewell)
babel-helper-simple-access
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-modules-systemjs
- #7766 Correct update expression Number coercion. (@jridgewell)
babel-core
,babel-generator
,babel-plugin-proposal-decorators
,babel-types
,babylon
- #7719 Update decorators parsing. (@nicolo-ribaudo)
babel-plugin-transform-classes
- #7732 Fix default class super inheritance. (@jridgewell)
babel-plugin-transform-template-literals
- #7722 Remove tagged template literal global caching. (@jridgewell)
babel-helper-replace-supers
,babel-plugin-proposal-class-properties
,babel-plugin-transform-classes
,babel-plugin-transform-exponentiation-operator
,babel-plugin-transform-object-super
- #7691 Fix super nested class bugs. (@jridgewell)
babel-helper-replace-supers
,babel-helpers
,babel-plugin-proposal-class-properties
,babel-plugin-transform-classes
,babel-plugin-transform-exponentiation-operator
,babel-plugin-transform-object-super
,babel-preset-env
- #7687 Get set helpers. (@jridgewell)
babel-helper-simple-access
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-modules-systemjs
- #7766 Correct update expression Number coercion. (@jridgewell)
babel-helper-replace-supers
,babel-plugin-transform-classes
,babel-plugin-transform-object-super
- #7774 Update super property get/set/call in loose mode. (@jridgewell)
babel-helper-member-expression-to-functions
,babel-helper-replace-supers
,babel-plugin-transform-classes
- #7776 Memoize computed super properties. (@jridgewell)
babel-core
,babel-helpers
,babel-plugin-proposal-class-properties
,babel-plugin-proposal-decorators
,babel-plugin-transform-classes
,babel-plugin-transform-function-name
,babel-plugin-transform-parameters
,babel-plugin-transform-react-jsx
,babel-plugin-transform-runtime
,babel-preset-env
- #7772 Move subclass inheritance to end. (@jridgewell)
babel-generator
babylon
babel-helper-replace-supers
,babel-plugin-proposal-class-properties
,babel-plugin-transform-classes
,babel-plugin-transform-exponentiation-operator
,babel-plugin-transform-object-super
- #7691 Fix super nested class bugs. (@jridgewell)
babel-types
- #7706 Fix literal type annotation argument number. (@hendrikniemann)
babel-helper-function-name
,babel-plugin-transform-function-name
babel-plugin-proposal-class-properties
- #7659 Fix super in class fields.. (@nicolo-ribaudo)
babel-plugin-proposal-optional-chaining
,babel-types
- #7668 OptionalMemberExpression properties are not referenced. (@jridgewell)
babel-helpers
babel-helper-replace-supers
,babel-plugin-transform-classes
,babel-plugin-transform-exponentiation-operator
,babel-plugin-transform-object-super
,babel-traverse
- #7737 Classes cleanup. (@jridgewell)
babel-plugin-proposal-class-properties
,babel-plugin-transform-parameters
babylon
- #7717 Provide better error message for invalid default export declaration. (@dczombera)
babel-helper-replace-supers
,babel-plugin-transform-classes
- #7714 Use new isInStrictMode. (@jridgewell)
babel-plugin-transform-object-super
- #7681 Cleanup object super traversal. (@jridgewell)
babel-plugin-proposal-decorators
,babel-preset-stage-0
,babel-preset-stage-1
,babel-preset-stage-2
- #7762 Fix small typo with decorators legacy option [skip ci]. (@existentialism)
- Other
- #7713 Add slack links to CONTRIBUTING.md. (@nicolo-ribaudo)
- #7676 update sponsors, move up [skip ci]. (@hzoo)
babel-helper-replace-supers
,babel-plugin-proposal-class-properties
,babel-plugin-transform-classes
,babel-plugin-transform-parameters
- #7750 Move more class state out of replaceSupers. (@jridgewell)
babel-helper-member-expression-to-functions
,babel-helper-replace-supers
,babel-plugin-transform-classes
,babel-plugin-transform-exponentiation-operator
,babel-plugin-transform-object-super
- #7763 Implement MemberExpressionToFunctions helper. (@jridgewell)
babel-helper-replace-supers
,babel-plugin-transform-classes
,babel-plugin-transform-exponentiation-operator
,babel-plugin-transform-object-super
,babel-traverse
- #7737 Classes cleanup. (@jridgewell)
babel-helper-transform-fixture-test-runner
- #7729 Drop Chai from packages. (@jridgewell)
babel-helper-transform-fixture-test-runner
,babel-plugin-proposal-class-properties
,babel-plugin-proposal-optional-catch-binding
,babel-plugin-transform-block-scoping
,babel-plugin-transform-classes
,babel-plugin-transform-computed-properties
,babel-plugin-transform-jscript
,babel-plugin-transform-object-super
- #7720 Migrate more packages' tests to use jest expect assertions. (@devenbansod)
babel-cli
,babel-core
,babel-generator
,babel-plugin-proposal-decorators
,babel-plugin-proposal-logical-assignment-operators
,babel-preset-es2015
- #7549 Migrate
babel-cli
andbabel-generator
tests to use jest-expect. (@devenbansod)
- #7549 Migrate
babel-plugin-transform-classes
,babel-traverse
- #7712 Add Path#isInStrictMode. (@jridgewell)
- Other
- #7708 ESLint: Ignore lerna.json and .git. (@jridgewell)
- #7704 Use yarn provided by circle. (@existentialism)
babel-traverse
,babel-types
- #7685 Make babel-types type checking functions 36% faster. (@devongovett)
- Publish regression: was compiled against Node 8 instead of Node 4 due to an ENV mixup
Various fixes, also lazy-load @babel/core
dependencies (should make config lookup and other API methods fast for other projects to use).
babel-plugin-proposal-logical-assignment-operators
- #7604 Logical Assignment: ensure computed key isn't recomputed. (@jridgewell)
babel-node
babel-generator
,babylon
babel-template
babel-preset-env
- #7242 Add regexp support to include/exclude. (@aminmarashi)
babel-types
- #7639 Allow StringLiteral and NumericLiteral as ObjectTypeProperty.key. (@unconfident)
babylon
- #7617 Prevent duplicate regex flags. (@existentialism)
babel-preset-env
- #7586 Tweak es2015-related plugin order in preset-env. (@existentialism)
babel-*
- #7579 Migrate a few packages' tests to use Jest Expect (see below). (@devenbansod)
babel-node
,babel-register
- #7588 Have @babel/core lazy-load all dependencies and make @babel/register not explode because of that. (@loganfsmyth)
- Other
- #7609 Update to beta.42. (@existentialism)
- #7599 Centralize Babel's own compilation config to make it easier to follow.. (@loganfsmyth)
babel-plugin-transform-classes
,babel-preset-env
babel-cli
,babel-core
,babel-helpers
,babel-node
,babel-plugin-transform-for-of
,babel-preset-env
,babylon
babel-plugin-transform-classes
babel-helper-module-transforms
,babel-plugin-transform-classes
,babel-plugin-transform-modules-commonjs
- #7545 Make
import
s in.mjs
files use node-like behavior where 'exports' is '.default' only. . (@loganfsmyth)
- #7545 Make
babel-helper-module-transforms
,babel-plugin-transform-classes
,babel-plugin-transform-modules-commonjs
- #7545 Make
import
s in.mjs
files use node-like behavior where 'exports' is '.default' only. . (@loganfsmyth)
- #7545 Make
babel-plugin-proposal-object-rest-spread
,babel-plugin-transform-destructuring
babel-preset-env
- #7562 Use helper-module-import inside preset-env. (@existentialism)
babel-core
,babel-helper-plugin-utils
- #7580 Ensure that the backward-compat logic for plugin-utils copies over the version API properly.. (@loganfsmyth)
babel-plugin-proposal-async-generator-functions
- #7575 Fix "Module build failed: Error: Cannot find module '@babel/types'". (@mgroenhoff)
babel-helpers
,babel-plugin-transform-classes
,babel-preset-env
- #7570 Fix incorrect value of _cache in _wrapNativeSuper. (@simonkberg)
babel-helpers
,babel-plugin-transform-classes
,babel-preset-env
babel-plugin-proposal-object-rest-spread
,babel-plugin-transform-destructuring
babylon
- #7571 Remove outdated spec deviation note. (@benwiley4000)
babel-generator
,babel-plugin-transform-typescript
- #7578 Rename actual/expected test files to input/output. (@CodingItWrong)
- Other
babel-cli
,babel-core
,babel-generator
,babel-helper-transform-fixture-test-runner
- #7500 Remove the sourceMapTarget option from core and implement it in babel-cli.. (@loganfsmyth)
We'll need to update tooling for this ^. Also published gulp-babel@8.0.0-beta.2
babel-helpers
,babel-plugin-transform-modules-commonjs
,babel-traverse
- #7491 Explicitly throw if the array rest/spread items are not iterable.. (@loganfsmyth)
babylon
babel-helper-remap-async-to-generator
,babel-plugin-proposal-async-generator-functions
,babel-plugin-transform-async-to-generator
,babel-preset-env
babel-core
,babel-helper-module-imports
,babel-helper-transform-fixture-test-runner
,babel-plugin-transform-modules-amd
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-modules-umd
,babel-preset-env-standalone
,babel-preset-env
,babel-standalone
- #7417 Rely entirely on sourceType for module vs script differentiation.. (@loganfsmyth)
babel-core
,babel-helpers
,babel-plugin-transform-modules-commonjs
- #7436 Default to
ast:false
and do less work when loading core. (@loganfsmyth)
- #7436 Default to
babel-register
- #7416 Replace instead of merging babel-register options, and resolve cwd up front. (@loganfsmyth)
babylon
- #7503 Update test262 test script and a few keyword escape fixes. (@existentialism)
- #7498 Disallow setters to have RestElement. (@danez)
- #7392 Spec Violation: Fix var initializer in for-in loop. (@ksashikumar)
babel-core
- #7472 Expose the partial Babel config for callers to load and mutate.. (@loganfsmyth)
babel-*
- #7450 Allow plugins to assert that a specific babel version has loaded the plugin.. (@loganfsmyth)
babel-cli
,babel-preset-env
babel-generator
,babel-plugin-transform-typescript
,babel-types
,babylon
babel-generator
,babel-types
,babylon
babel-core
,babel-plugin-proposal-logical-assignment-operators
,babel-plugin-syntax-logical-assignment-operators
,babel-preset-stage-0
,babylon
- #7385 Proposal: Logical Assignment Operators. (@jridgewell)
babel-core
babel-preset-env
- #7548 preset-env - add Symbol.asyncIterator to shippedProposals builtIns. (@yaelhe)
- #7421 Add Number.parseFloat/parseInt mappins for preset-env 'usage'. (@existentialism)
- #7438 Ensure babel-preset-env targets input object is not mutated. (@guybedford)
- #7400 Add missing promise polyfill deps for preset-env's useBuiltIns: usage. (@existentialism)
babylon
- #7538 Make 'sourceType:unambiguous' use 'module' when import.meta is used.. (@loganfsmyth)
- #7392 Spec Violation: Fix var initializer in for-in loop. (@ksashikumar)
- #7473 Remove broken check in checkFunctionNameAndParams. (@ksashikumar)
babel-plugin-transform-destructuring
- #7333 Assign another temp var when parsing assignment patterns in destructuring. (@existentialism)
babel-helpers
,babel-plugin-transform-modules-commonjs
,babel-traverse
- #7491 Explicitly throw if the array rest/spread items are not iterable.. (@loganfsmyth)
babel-node
- #7511 Restore passing SIGINT signals to spawned child processes. (@existentialism)
babel-helper-remap-async-to-generator
,babel-plugin-proposal-async-generator-functions
,babel-plugin-transform-async-to-generator
,babel-preset-env
babel-cli
- #7461 Require users to pass a filename, or specify --no-babelrc when using CLI with stdin.. (@loganfsmyth)
babel-helper-module-transforms
,babel-plugin-transform-modules-commonjs
- #7418 Avoid re-traversing inserted references to the namespace binding.. (@loganfsmyth)
- #7378 Preserve import binding locations during module rewriting. (@loganfsmyth)
babel-plugin-proposal-object-rest-spread
- #7364 Don't extract rest elements from nested expressions. (@nicolo-ribaudo)
- #7388 Fix over-zealous traversal by object-rest-spread. (@jamesreggio)
babel-helpers
,babel-plugin-proposal-object-rest-spread
,babel-preset-env
babel-generator
babylon
- #7538 Make 'sourceType:unambiguous' use 'module' when import.meta is used.. (@loganfsmyth)
babel-helpers
,babel-plugin-proposal-class-properties
,babel-plugin-proposal-decorators
,babel-plugin-transform-classes
,babel-plugin-transform-parameters
- #7493 Reuse the
assertThisInitialized
helper inpossibleConstructorReturn
. (@nicolo-ribaudo)
- #7493 Reuse the
babel-core
,babel-plugin-transform-modules-commonjs
,babylon
- #7490 Give helpful errors if the wrong sourceType is detected. (@loganfsmyth)
babel-core
- #7238 Better error message for invalid plugin/preset. (@SpainTrain)
babel-plugin-transform-async-to-generator
,babel-plugin-transform-react-constant-elements
,babel-plugin-transform-react-jsx
,babel-traverse
babel-helpers
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-template-literals
- #7379 Solves Tagged template literal size optimization. (@debugpai2)
README.md
babel-plugin-transform-typescript
babel-generator
- #7380 Link generator readme to Babylon AST spec [skip ci]. (@modernserf)
- Other
- #7560 Run node 9 on circleci and remove from travis. (@danez)
- #7556 Re-add TEST_ONLY and use Jest's -t for TEST_GREP.. (@loganfsmyth)
- #7530 Run build-no-bundle in the watcher to get the right files.. (@loganfsmyth)
- #7510 Use jest workers on travis-ci and circleCI. (@danez)
- #7499 Wmertens add prettier config. (@danez)
- #7191 Add eslint plugin to disallow
t.clone
andt.cloneDeep
. (@nicolo-ribaudo) - #7454 Dependency cleanup. (@danez)
- #7451 Update to circleci v2. (@danez)
- #7453 Install peerDependencies and remove unused async dependency. (@danez)
babel-preset-env
- #7543 update preset-env after build-data. (@yaelhe)
- #7401 Bump compat-table and regen preset-env data. (@existentialism)
babel-core
,babel-helper-transform-fixture-test-runner
- #7513 Migrate babel-core tests to use jest-expect. (@devenbansod)
babel-helper-transform-fixture-test-runner
- #7520 Show a more useful diff when comparing fixture files.. (@loganfsmyth)
babel-register
babel-*
- #7484 Require tests to use input.mjs for modules, and output.js/.mjs based on active transforms. (@loganfsmyth)
babel-code-frame
- #7485 Migrate
babel-code-frame
tests to useexpect
. (@devenbansod)
- #7485 Migrate
babel-cli
,babel-code-frame
,babel-core
,babel-helper-transform-fixture-test-runner
,babel-preset-env-standalone
,babel-preset-env
,babel-register
,babel-standalone
,babel-traverse
,babel-types
babel-types
,babylon
- #7431 Upgrade flow to 0.66 and fix a few minor errors.. (@loganfsmyth)
babel-template
,babel-types
,babylon
- #7227 Fix up flow errors. (@existentialism)
babel-helper-module-transforms
,babel-helper-split-export-declaration
,babel-plugin-proposal-class-properties
,babel-plugin-transform-classes
,babel-plugin-transform-function-name
,babel-traverse
babel-preset-env
babel-highlight
*#7351 Extract@babel/highlight
package from@babel/code-frame
(@suchipi)
babel-cli
- #7366 Fix CLI compilation callback calling. (@VojtechStep)
babel-code-frame
babel-generator
,babel-plugin-proposal-optional-chaining
,babel-types
,babylon
- #7288 [BugFix] : OptionalChaining Bug fixes. (@nveenjain)
babel-core
,babel-template
,babel-traverse
- #7314 Add location information to parsing errors. (@kaicataldo)
babel-plugin-proposal-pipeline-operator
- #7319 Do not optimize away async/gen arrow functions. (@jridgewell)
babel-traverse
- #7312 Preserve identifier location information when mapping this and arguments.. (@loganfsmyth)
babylon
- #7297 [Typescript] - Fix SyntaxError in async arrow functions with rest params. (@ksashikumar)
babel-plugin-proposal-unicode-property-regex
- #7311 Remove outdated sentence from README. (@mathiasbynens)
babel-preset-env
- #7344 Fix failing test. (@nicolo-ribaudo)
- Other
babylon
- #7240 Compile Babylon with the normal workflow and use "overrides" in our c…. (@nicolo-ribaudo)
babel-plugin-proposal-optional-chaining
- #6345 Remove old optional chain features. (@jridgewell)
babel-polyfill
,babel-preset-env
,babel-register
,babel-runtime
- #6526 Add some es5 features to babel-preset-env. (@existentialism)
babel-core
- #7291 babel-core: Add parse method. (@kaicataldo)
babel-preset-env
,babel-preset-es2015
babel-register
babel-preset-env
- #7212 Add preset-env target esmodules. (@kristoferbaxter)
babel-generator
,babylon
babel-code-frame
- #7243 Add opts.message option to code frames. (@thejameskyle)
babel-register
babel-plugin-proposal-decorators
,babylon
- #7189 Bug-fix: export default decorated class parsed as class expression. (@nveenjain)
babel-plugin-transform-typescript
babel-helper-annotate-as-pure
- #7245 Tweak and add tests to babel-helper-annotate-as-pure. (@existentialism)
babel-template
- #7255 update substitution placeholder message in babel-template. (@thescientist13)
babel-preset-env
babel-*
- #7149 Disallow duplicated nodes (only in tests output). (@nicolo-ribaudo)
babel-helper-transform-fixture-test-runner
- #7149 Disallow duplicated nodes (only in tests output). (@nicolo-ribaudo)
babel-plugin-check-constants
,babel-plugin-transform-block-scoping
,babel-preset-env
,babel-preset-es2015
,babel-standalone
- #6987 Remove check-constants plugin. (@maurobringolf)
babylon
- #7246 Make comment props more consistent. (@existentialism)
babel-plugin-transform-eval
,babel-standalone
- Other
babylon
babel-traverse
babel-plugin-transform-async-to-generator
,babel-traverse
babel-code-frame
babel-generator
,babel-plugin-transform-flow-strip-types
,babylon
babel-plugin-transform-block-scoping
- #6782 Minor improvements to block-scoping/tdz. (@maurobringolf)
babel-plugin-transform-react-inline-elements
babel-helper-builder-react-jsx
,babel-plugin-transform-react-jsx
babel-helpers
,babel-plugin-transform-react-constant-elements
babylon
*
- #7181 Rename actual/expected to input/output in fixtures.. (@nicolo-ribaudo)
babel-helper-plugin-test-runner
- #7185 Doc changes for babel#7063. (@rajzshkr)
babylon
babel-types
- #7220 Remove old comment. (@nicolo-ribaudo)
- #7164 Fixes React isCompatTag validator accepting leading dash character. (@claudiopro)
babel-traverse
babel-cli
*
- #7187 Remove old expected.{js,json} files. (@nicolo-ribaudo)
babel-preset-env
- Other
- #7180 Regen lib/types. (@existentialism)
- #7104 update to v7-beta.37. (@hzoo)
babel-generator
- #7174 Remove "quotes" internal flag from babel-generator. (@nicolo-ribaudo)
Fixes + overrides config feature
babel-core
- #7091 Allow configs to have an 'overrides' array. (@loganfsmyth)
babylon
babel-generator
,babel-types
babel-standalone
- #7119 Add syntax-typescript and transform-typescript to babel-standalone. (@alangpierce)
babel-core
- #7161 Process .babelignore before .babelrc. (@loganfsmyth)
babel-standalone
- #7094 [@babel/standalone] Remove additional function context. (@stevefan1999)
babel-generator
- #7155 Preserve jsx comment . (@rajzshkr)
- #7131 Fix turning division operator into line comment in compact mode. (@karottenreibe)
babel-plugin-proposal-class-properties
babylon
babel-plugin-transform-computed-properties
,babel-traverse
- #7116 Fix a regression introduced in #7040. (@nicolo-ribaudo)
babel-helper-remap-async-to-generator
,babel-plugin-transform-async-to-generator
babel-plugin-proposal-decorators
- #7124 [decorators] Only transform declarations to expressions when needed. (@nicolo-ribaudo)
babylon
- #7152 Suggest JSX fragment syntax in adjacent tag error. (@sophiebits)
- Other
- #7141 Update license year. (@danielbayerlein)
babel-register
babylon
babel-preset-env
babel-generator
,babel-plugin-proposal-class-properties
,babel-plugin-transform-flow-strip-types
,babel-plugin-transform-react-jsx
,babel-plugin-transform-template-literals
,babel-plugin-transform-typescript
,babel-preset-env
,babel-preset-flow
- First release to allow support for
class A extends Array
- Add
babel-plugin-transform-dotall-regex
- Add
lazy
option tomodules-commonjs
- Various fixes + decorator regression fix
babel-helpers
,babel-plugin-transform-classes
,babel-preset-es2015
- #7020 Add support for extending builtins. (@nicolo-ribaudo)
babel-preset-env
,babel-standalone
- #7065 Add dot-all regex support to preset-env and standalone. (@existentialism)
babel-plugin-transform-dotall-regex
- #7059 Import babel-plugin-transform-dotall-regex. (@mathiasbynens)
babel-helper-module-transforms
,babel-plugin-transform-modules-commonjs
- #6952 Add a 'lazy' options to modules-commonjs. (@loganfsmyth)
babel-plugin-syntax-import-meta
,babel-preset-stage-3
,babel-standalone
- #7008 expose import.meta syntax parser option as plugin. (@dnalborczyk)
babel-generator
babel-generator
,babel-plugin-transform-typescript
,babylon
babel-generator
,babel-plugin-transform-flow-strip-types
,babylon
- #7061 Treat import type * as a parser error. (@existentialism)
babel-types
babel-plugin-proposal-decorators
- #7032 [decorators] Don't transform every AssignmentExpression. (@nicolo-ribaudo)
babel-plugin-transform-typescript
babel-core
babel-plugin-proposal-unicode-property-regex
- #7064 Fix installation instructions. (@mathiasbynens)
babel-preset-env
babel-core
- #7090 Refactor config processing more. (@loganfsmyth)
babel-helper-wrap-function
,babel-plugin-proposal-class-properties
,babel-plugin-transform-typescript
,babel-traverse
- #7040 Make .insert{Before,After} work by default when the parent is an eport declaration. (@nicolo-ribaudo)
babel-plugin-transform-block-scoping
- #7028 Fix O(n^2) getLetReferences – 40% faster on large flat files. (@sophiebits)
Various bug fixes, first version of Babel to use the MIT version of regenerator
babylon
- #6986 Fix destructuring assignment spec violation. (@ksashikumar)
babel-helper-replace-supers
,babel-helpers
,babel-plugin-proposal-class-properties
,babel-plugin-transform-classes
,babel-plugin-transform-parameters
- #6467
this
beforesuper()
is a runtime error, not a static one.. (@nicolo-ribaudo)
- #6467
babel-generator
,babylon
- #7005 Add method property to ObjectTypeProperty. (@existentialism)
- Other
babylon
babel-core
,babel-helper-remap-async-to-generator
,babel-helper-wrap-function
,babel-plugin-proposal-async-generator-functions
,babel-plugin-proposal-class-properties
,babel-plugin-proposal-function-sent
,babel-plugin-transform-async-to-generator
,babel-preset-env
- #6984 Wrap FunctionDeclarations with FunctionDeclarations, instead of using _blockHoist.. (@nicolo-ribaudo)
babel-types
- #6939 Fix type definitions to fully support Typescript. (@dpoindexter)
babel-helper-remap-async-to-generator
,babel-plugin-transform-async-to-generator
babel-generator
babylon
- #6986 Fix destructuring assignment spec violation. (@ksashikumar)
- #6969 For babylon typescript parser, fix false positive for
!
after a line break. (@andy-ms)
babel-helper-replace-supers
,babel-helpers
,babel-plugin-proposal-class-properties
,babel-plugin-transform-classes
,babel-plugin-transform-parameters
- #6467
this
beforesuper()
is a runtime error, not a static one.. (@nicolo-ribaudo)
- #6467
babel-helpers
,babel-plugin-proposal-decorators
- #7017 Fixes 6965. (@perinikhil)
babel-types
- #7001 Improve error message in types assert. (@existentialism)
babylon
- #6962 Better error message for
import.meta
andimport()
without plugin. (@nicolo-ribaudo)
- #6962 Better error message for
babel-core
,babel-helper-fixtures
,babel-plugin-transform-modules-amd
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-modules-umd
,babel-preset-env
,babel-template
,babel-traverse
,babel-types
,babylon
- #6991 Bump prettier. (@existentialism)
babel-plugin-transform-regenerator
,babel-polyfill
,babel-runtime
babel-plugin-transform-react-jsx-self
,babel-plugin-transform-react-jsx-source
,babel-plugin-transform-react-jsx
,babel-traverse
,babel-types
- #6967 Generate better builder names for JSX* and TS*. (@nicolo-ribaudo)
babylon
babel-preset-stage-1
,babel-preset-stage-2
- #6949 Fix stage refs to exportNamespaceFrom and exportDefaultFrom. (@existentialism)
babylon
- Other
babel-types
babel-generator
,babel-plugin-proposal-export-default-from
,babel-plugin-proposal-export-default
,babel-plugin-proposal-export-namespace-from
,babel-plugin-proposal-export-namespace
,babel-plugin-syntax-export-default-from
,babel-plugin-syntax-export-extensions
,babel-plugin-syntax-export-namespace-from
,babel-standalone
,babylon
- #6920 Split exportExtensions into exportDefault and exportNamespace plugins…. (@existentialism)
babylon
- #6725 Fix some reserved type handling and declare class with multiple extends. (@existentialism)
babel-core
- #6905 Merge all config & programmatic plugins/preset rather than duplicating. (@loganfsmyth)
babylon
- #6836 removing expression field from ArrowFunctionExpression. (@mmckeaveney)
babel-traverse
- Other
babel-plugin-transform-for-of
babel-core
- #6905 Merge all config & programmatic plugins/preset rather than duplicating. (@loganfsmyth)
babel-core
,babel-preset-es2015
- #6904 Add a 'cwd' option, and misc refactoring and tweaks before simple config merging. (@loganfsmyth)
babel-cli
,babel-core
- #6834 Expose
envName
as a top-level Babel option to avoid using environmental variables. (@loganfsmyth)
- #6834 Expose
babel-helper-module-imports
- Other
babel-core
,babel-helper-remap-async-to-generator
,babel-plugin-proposal-async-generator-functions
,babel-plugin-proposal-class-properties
,babel-plugin-proposal-function-sent
,babel-plugin-transform-async-to-generator
,babel-plugin-transform-parameters
babel-helpers
,babel-plugin-transform-modules-commonjs
babel-helper-module-transforms
,babel-plugin-transform-modules-amd
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-modules-umd
babel-generator
- #6922 UpdateExpressions as callees must be parenthesized. (@nicolo-ribaudo)
- #6897 Add handling parens for extends clause in generator. (@existentialism)
babel-plugin-transform-regenerator
babel-traverse
- #6882 Fix setting deopt properly after evaluating multiple expressions. (@existentialism)
babylon
- #6877 Allow yielding an arrow function withour parens around the param. (@nicolo-ribaudo)
- #6802 Parse async arrows with flow type parameters. (@nicolo-ribaudo)
babel-types
babel-core
- #6842 Add missing generator argument and remove nonexistent one.. (@loganfsmyth)
- Other
- #6663 Maintain plugin order with items in the
include
option. (@existentialism) - #6662 Fix bug in preset-env usage plugin with destructure in for-of. (@existentialism)
- #6663 Maintain plugin order with items in the
babel-plugin-transform-block-scoping
babylon
babel-helper-module-imports
babel-cli
,babel-core
,babylon
babel-helpers
,babel-plugin-check-constants
- #6862 Define readOnlyError helper and use in check-constants plugin. (@maurobringolf)
babel-types
babel-plugin-transform-arrow-functions
,babel-plugin-transform-parameters
- #6792 Do not access out of bounds arguments. (@apapirovski)
babel-core
,babel-traverse
- #6818 Add some nice warnings if plugins happen to return promises instead of sync values.. (@loganfsmyth)
babel-plugin-transform-for-of
,babylon
babel-plugin-proposal-class-properties
babel-register
- #6899 Fixed ignore in readme for babel-register. (@MarkShulhin)
- Other
- #6868 [skip ci] Update CONTRIBUTING.md. (@yeefom)
- #6756 Documentation PR: description about building and testing babylon in CONTRIBUTING.md. (@vincentdchan)
- #6843 README: Use HTTPS and relative links when possible. (@mc10)
- #6825 docs: [skip-ci] Remove @babel scope from babel-preset-env include/exc…. (@marcioj)
babel-*
babel-cli
babel-core
- #6909 Rewrite config chain tests to use public loadOptions API.. (@loganfsmyth)
- Other
babylon
Regression with loose modules + export babel#6805
babel-traverse
- #6528 Remove support for flow bindings (remove deprecation). (@nicolo-ribaudo)
babel-core
,babylon
- #6789 Allow sourceType:unambiguous as a way to tell Babylon to guess the type.. (@loganfsmyth)
babel-core
,babel-plugin-transform-modules-umd
,babel-plugin-transform-react-display-name
,babel-plugin-transform-react-jsx-source
- #6777 Add an official 'state.filename' and be more explicit about option passing.. (@loganfsmyth)
babel-helper-module-transforms
,babel-plugin-transform-modules-amd
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-modules-umd
- #6742 Add additional support for loose mode in helper-module-transforms. (@existentialism)
babel-helper-function-name
,babel-plugin-transform-arrow-functions
,babel-plugin-transform-function-name
,babel-traverse
babel-register
- #6651 Lazy-install sourceMapSupport. (@aminmarashi)
babel-plugin-transform-destructuring
,babel-plugin-transform-spread
- #6763 No unneeded empty arrays in transform spread. (@apapirovski)
babylon
babel-plugin-proposal-unicode-property-regex
- #6796 Link to README on GitHub rather than the npm copy. (@mathiasbynens)
babel-core
- #6794 Update README with new Sync-suffix functions.. (@loganfsmyth)
babel-generator
babel-core
,babel-register
- #6783 Apply option defaults when transforming, not up front.. (@loganfsmyth)
babel-plugin-proposal-object-rest-spread
,babel-plugin-proposal-unicode-property-regex
,babel-plugin-transform-block-scoping
,babel-plugin-transform-destructuring
- #6776 Hoist more plugin options and default useUnicodeFlag to 'true'.. (@loganfsmyth)
babel-plugin-*
- #6778 Use the peerDep to load types/template/traverse in plugins. (@loganfsmyth)
babel-polyfill
- #6755 Remove core-js/regenerator-runtime stubs. (@existentialism)
.eslintrc
,babel-helper-transform-fixture-test-runner
,babylon
- Other
Yes, this was a jump from v7.0.0-beta.5 to v7.0.0-beta.31 We moved babylon into the main repo, and it was already at beta.30.
babel-preset-react
,babel-preset-stage-0
,babel-preset-stage-1
,babel-preset-stage-2
,babel-preset-stage-3
,babylon
babel-generator
,babel-helper-builder-react-jsx
,babel-plugin-transform-react-jsx-compat
,babel-plugin-transform-react-jsx
,babel-types
babel-preset-env
babel-plugin-transform-spread
- #6657 Avoid node duplication to fix spread bug with import.. (@loganfsmyth)
babel-cli
,babel-core
,babel-helper-transform-fixture-test-runner
- #6556 Strictly validate Babel's options to centralize Flow refinement of datatype. (@loganfsmyth)
babel-*
- #6655 Use peerDeps in register and babel-node, add missing peerDependencies, and declare devDependencies. (@loganfsmyth)
- Other
Note: don't use ^ in your dependencies when using a beta. It can still break between (we should try not to do it but it can), so pin all the packages like
"@babel/cli" : "7.0.0-beta.4"
babel-plugin-transform-optional-chaining
babel-preset-env
,babel-helper-remap-async-to-generator
,babel-helpers
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-async-to-generator
,babel-plugin-transform-function-sent
babel-*
babel-plugin-transform-async-to-generator
,babel-plugin-transform-async-to-module-method
,babel-standalone
babel-*
babel-preset-env
,babel-helper-remap-async-to-generator
,babel-helpers
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-async-to-generator
,babel-plugin-transform-function-sent
babel-helper-module-transforms
,babel-helper-remap-async-to-generator
,babel-helpers
,babel-plugin-transform-class-properties
,babel-plugin-transform-es2015-classes
,babel-plugin-transform-es2015-for-of
,babel-plugin-transform-es2015-modules-amd
,babel-plugin-transform-es2015-modules-commonjs
,babel-plugin-transform-es2015-modules-systemjs
,babel-plugin-transform-es2015-parameters
,babel-template
,babel-types
- #6492 Make babel-template nicer in a bunch of ways. (@loganfsmyth)
babel-core
- #6436 Simplify dirname option in plugins/presets?. (@loganfsmyth)
babel-*
babel-helper-builder-react-jsx
,babel-plugin-transform-react-jsx
,babel-types
babel-*
babel-plugin-transform-es3-member-expression-literals
,babel-plugin-transform-es3-property-literals
,babel-plugin-transform-es3-reserved-words
,babel-types
- #6479 Rename variables es3 reserved words. (@maurobringolf)
babel-preset-env
,babel-plugin-transform-unicode-property-regex
,babel-preset-stage-3
,babel-standalone
- #6499 Import babel-plugin-transform-unicode-property-regex. (@mathiasbynens)
babel-plugin-syntax-nullish-coalescing-operator
,babel-plugin-transform-nullish-coalescing-operator
,babel-preset-stage-1
,babel-types
babel-plugin-proposal-unicode-property-regex
,babel-template
babel-plugin-proposal-class-properties
,babel-traverse
babel-*
babel-core
- #6524 fix(babel-core): add missing extension to package.json dependency. (@alexjoverm)
- #6503 babel-core: Pass the right err to callback in transformFile(). (@robertrossmann)
babel-plugin-transform-react-jsx
- #6519 Fix regression that leaks JSX pragma config between files.. (@loganfsmyth)
babel-plugin-transform-class-properties
babel-plugin-transform-pipeline-operator
- #6515 Fix destructuring in pipeline operator. (@jridgewell)
babel-plugin-transform-es2015-parameters
babel-code-frame
- Other
babel-*
babel-preset-env
- #6527 Update README:
useBuiltins: true
is changed to "entry". (@exarus) - #6508 Update reference from babel- to @babel/ in README.md. (@knittingcodemonkey)
- #6527 Update README:
babel-helper-get-function-arity
babel-helper-bindify-decorators
babel-helper-hoist-variables
babel-core
,babel-generator
,babel-template
,babel-traverse
,babel-types
babel-preset-env
- #6551 Re-add electron-to-chromium as preset-env devdep. (@existentialism)
- Other
babel-plugin-transform-unicode-property-regex
babel-preset-env
,babel-preset-es2017
- #6513 Remove syntax-trailing-function-commas from Babel presets. (@existentialism)
babel-runtime
- #6509 Updating references to @babel/ and adding dependencies to package.json. (@knittingcodemonkey)
babel-core
,babel-helpers
,babel-plugin-transform-es2015-block-scoping
,babel-runtime
- #6379 Fix helper dependencies in babel runtime. (@nicolo-ribaudo)
babel-core
- #6474 Removed index.js stub from packages/babel-core. (@zacharysang)
babel-register
Had a bug with peerDeps, moving changelog to beta.5
Update from beta.2 -> beta.3 looks like this: babel#6488
Wanted to get this release out first, but next release we should make necessary breaking changes for later: using peerDeps on babel-core so that people don't install incompatible versions of plugins/babel itself and get weird errors reported, using scoped npm packages like
@babel/core
due to issues with npm squatting, knowing what is an official package or not, etc, and renaming proposal plugins tobabel-plugin-proposal-x
instead ofbabel-plugin-transform-x
Note: don't use
^
in your dependencies when using a beta. It can still break between (we should try not to do it but it can), so pin all the packages
- Pipeline Operator: (a |> b), also in the Stage 1 Preset
- Throw Expressions: (() => throw 'hi'), also in Stage 2
- Preset/Plugin options are available top level rather than previously only in the visitor state
- Many fixes
babel-helper-remap-async-to-generator
babel-core
- #6350 Cache plugins and presets based on their identity. (@loganfsmyth)
babel-core
,babel-helper-module-imports
,babel-traverse
- #6343 Remove core .metadata properties and resolveModuleSource. (@loganfsmyth)
babel-template
babel-core
,babel-generator
,babel-plugin-syntax-pipeline-operator
,babel-plugin-transform-pipeline-operator
,babel-preset-stage-1
,babel-template
,babel-traverse
,babel-types
- #6335 Pipeline operator. (@jridgewell)
babel-cli
- #6232 Add --include-dotfiles option to babel-cli. (@existentialism)
babel-plugin-transform-es2015-modules-commonjs
,babel-plugin-transform-es2015-template-literals
babel-standalone
babel-core
,babel-generator
,babel-plugin-syntax-throw-expressions
,babel-plugin-transform-throw-expressions
,babel-preset-stage-2
,babel-template
,babel-traverse
,babel-types
- #6325 Add throw expressions. (@jridgewell)
babel-plugin-transform-function-bind
- #6481 Don't insert duplicated nodes when transforming function bind. (@nicolo-ribaudo)
babel-plugin-transform-class-properties
- #6466 Evaluate computed class props only once. (@Qantas94Heavy)
babel-plugin-transform-do-expressions
,babel-traverse
babel-core
- #6377 Fix "module" external helpers output. (@loganfsmyth)
babel-plugin-transform-es2015-destructuring
babel-plugin-transform-es2015-parameters
,babel-traverse
- #6351 Requeueing sometimes has wrong scope. (@jridgewell)
babel-traverse
- #6354 unshiftContainer seems to incorrectly handle function params #6150. (@daft300punk)
babel-plugin-check-es2015-constants
,babel-plugin-transform-class-properties
,babel-plugin-transform-es2015-block-scoping
,babel-plugin-transform-es2015-parameters
,babel-traverse
- #6337 Path#ensureBlock keeps path context. (@jridgewell)
babel-generator
- #6334 Fix generator missing parens on Flow union types. (@existentialism)
babel-traverse
- #6349 Remove debug closures. (@jridgewell)
- Other
babel-preset-typescript
babel-helper-module-imports
.eslintrc
- #6457 Use no-undefined-identifier eslint rule in packages. (@existentialism)
babel-plugin-transform-async-to-module-method
,babel-plugin-transform-class-properties
,babel-plugin-transform-es2015-arrow-functions
,babel-plugin-transform-es2015-classes
,babel-plugin-transform-es2015-computed-properties
,babel-plugin-transform-es2015-for-of
,babel-plugin-transform-es2015-modules-amd
,babel-plugin-transform-es2015-modules-commonjs
,babel-plugin-transform-es2015-modules-systemjs
,babel-plugin-transform-es2015-modules-umd
,babel-plugin-transform-es2015-parameters
,babel-plugin-transform-es2015-spread
,babel-plugin-transform-es2015-template-literals
,babel-plugin-transform-optional-chaining
,babel-plugin-transform-react-constant-elements
,babel-plugin-transform-react-jsx
,babel-plugin-transform-runtime
- #6381 centralize plugin options. (@RusinovAnton)
babel-cli
babel-core
- #6435 Always pass an options object to presets and plugins.. (@loganfsmyth)
- #6326 Preserve object identity when loading config, for improved future caching.. (@loganfsmyth)
babel-helpers
,babel-runtime
- #6366 Fix runtime helpers generator. (@nicolo-ribaudo)
babel-cli
,babel-core
,babel-helper-transform-fixture-test-runner
,babel-template
,babel-traverse
- #6359 Split up babel-core's File class and add Flowtype annotations. (@loganfsmyth)
babel-core
,babel-helpers
,babel-runtime
- #6254 Add support for helper dependencies. (@nicolo-ribaudo)
babel-core
,babel-generator
,babel-helper-replace-supers
,babel-messages
,babel-plugin-check-es2015-constants
,babel-plugin-transform-es2015-classes
,babel-plugin-transform-es2015-for-of
,babel-traverse
- #6356 Remove babel-messages and inline the usages. (@JeromeFitz)
babel-helper-module-imports
,babel-plugin-transform-decorators
,babel-plugin-transform-typescript
- #6355 Bump prettier. (@existentialism)
- Other
babel-traverse
- #6349 Remove debug closures. (@jridgewell)
babel-standalone
babel-core
,babel-plugin-transform-es2015-template-literals
- #6307 Move template object creation from core into the template transform.. (@loganfsmyth)
babel-core
,babel-generator
,babel-plugin-transform-class-properties
,babel-template
,babel-traverse
,babel-types
babel-helper-annotate-as-pure
,babel-plugin-transform-es2015-classes
,babel-traverse
,babel-types
babel-core
- #6310 addMapping method call missing name parameter. (@loganfsmyth)
babel-helper-builder-react-jsx
,babel-plugin-transform-react-inline-elements
- #6294 Use helper-builder-react-jsx inside plugin-transform-react-inline-elements. (@nicolo-ribaudo)
babel-plugin-transform-es2015-parameters
babel-core
,babel-helpers
,babel-plugin-transform-async-to-generator
,babel-plugin-transform-react-constant-elements
- #6279 Updates for handling codemods folder. (@existentialism)
Mostly bug fixes
babel-helper-modules
,babel-plugin-transform-es2015-modules-commonjs
,babel-plugin-transform-strict-mode
- #6244 Remove strict toggling wildcard interop. (@loganfsmyth)
babel-core
,babel-helpers
babel-register
- #6268 Make babel-register 7.x backward-compatible with 6.x.. (@loganfsmyth)
babel-plugin-transform-es2015-unicode-regex
- #6263 Update regexpu-core to v4.1.3. (@mathiasbynens)
babel-generator
- #6259 Fix newlines before the update suffix operator in babel-generator. (@zestime)
- #5651 Make terminator paren comment check more strict. (@existentialism)
babel-plugin-transform-react-jsx-source
babel-helpers
,babel-plugin-transform-async-to-generator
,babel-plugin-transform-class-properties
,babel-plugin-transform-es2015-parameters
,babel-plugin-transform-es2015-spread
,babel-plugin-transform-react-constant-elements
,babel-runtime
babel-core
,babel-plugin-syntax-async-functions
,babel-plugin-syntax-exponentiation-operator
,babel-plugin-syntax-trailing-function-commas
,babel-plugin-transform-es2015-classes
,babel-plugin-transform-es2015-parameters
,babel-plugin-transform-flow-strip-types
,babel-preset-es2015
babel-polyfill
- #6256 Add core-js stubs for parseFloat and parseInt to babel-polyfill. (@existentialism)
- #6255 Bump regenerator-runtime version in babel-polyfill. (@existentialism)
- Handle
Symbol
intransform-es2015-computed-properties
- Disallow
...[
&...{
inside object destructuring
// Invalid
( {...{}} = {} ); ( {...[]} = {} );
let {...{}} = {}; let {...[]} = {};
- Split
transform-export-extensions
intotransform-export-namespace
andtransform-export-default
plugins - Move
transform-numeric-separator
to Stage 2 - Move
transform-class-properties
to Stage 3- Change the default transform to use
Object.defineProperty
andloose
option to use assignment (this.a = 1
) - Use
configurable: true
- Change the default transform to use
- Change
es2015-template-literals
to use.concat
by default and concatenation inloose
mode. - Remove deprecated jsx pragma check in
transform-react-jsx
- Remove
preset-flow
from thepreset-react
(there was confusion on why type syntax was allowed, and it also made it incompatible withpreset-typescript
- Add
--config-file
CLI flag to explicitly pass a config location - Move
babel-standalone
into the repo (another form of this used to bebabel-browser
)
babel-plugin-transform-async-to-generator
,babel-*
babel-helpers
,babel-plugin-transform-es2015-computed-properties
- #6159 Allow native Symbols as computed property names. (@jridgewell)
babel-plugin-check-es2015-constants
,babel-traverse
,babel-types
- #6100 Consistent const violations. (@maurobringolf)
babel-generator
,babel-plugin-transform-es2015-destructuring
,babel-plugin-transform-object-rest-spread
babel-plugin-transform-export-default
,babel-plugin-transform-export-extensions
,babel-plugin-transform-export-namespace
,babel-preset-stage-1
,babel-preset-stage-2
babel-plugin-transform-class-properties
babel-plugin-transform-class-properties
,babel-plugin-transform-decorators
,babel-plugin-transform-es2015-parameters
,babel-plugin-transform-flow-comments
,babel-plugin-transform-new-target
,babel-plugin-transform-react-constant-elements
,babel-preset-stage-2
,babel-preset-stage-3
- #6076 Update Class Fields to Stage 3 and change default behavior. (@kedromelon)
babel-preset-stage-1
,babel-preset-stage-2
babel-plugin-transform-es2015-template-literals
- #6098 default to spec mode for template literal transform. (@kedromelon)
babel-generator
,babel-plugin-transform-es2015-destructuring
,babel-plugin-transform-object-rest-spread
babel-plugin-transform-flow-strip-types
,babel-preset-flow
,babel-preset-react
- #6118 Remove Flow support in React preset. (@ramasilveyra)
babel-helper-fixtures
,babel-*
- #6157 Don't merge test options.. (@jridgewell)
babel-core
- #5586 Handle cycles of plugins compiling themselves and .babelrc.js files loading themselves. (@loganfsmyth)
babel-plugin-transform-es2015-destructuring
,babel-traverse
- #5743 Fix issue replacement nodes not requeued for transforming after destructuring. (@buunguyen)
babel-plugin-check-es2015-constants
,babel-plugin-transform-es2015-block-scoping
,babel-traverse
- #6156 Fix overshadowing local binding. (@jridgewell)
babel-helper-replace-supers
,babel-plugin-transform-class-properties
,babel-traverse
- #6158 Class instance properties define their own context. (@jridgewell)
babel-plugin-transform-export-default
,babel-plugin-transform-export-namespace
,babel-types
- #6139 Complete export transform split. (@jridgewell)
babel-plugin-transform-es2015-parameters
,babel-traverse
- #5741 Fix relative execution location introspection. (@jridgewell)
babel-helper-replace-supers
,babel-plugin-transform-es2015-classes
- #6103 Don't use _possibleConstructorReturn inside arrow functions. (@nicolo-ribaudo)
babel-plugin-transform-class-properties
babel-preset-stage-2
babel-plugin-transform-es2015-block-scoping
,babel-types
babel-plugin-transform-es2015-classes
,babel-plugin-transform-flow-comments
,babel-plugin-transform-flow-strip-types
- #5560 Closes #4840: Alias class prototype for methods in loose mode. (@oliverdon)
babel-plugin-transform-class-properties
- Other
- #6121 Update babel/website link. (@maurobringolf)
babel-plugin-transform-react-inline-elements
babel-standalone
babel-plugin-transform-es2015-template-literals
- #6169 re-add template literals tests, add ones that were missing. (@kedromelon)
babel-core
,babel-generator
,babel-template
,babel-traverse
,babel-types
babel-*
- #6096 linting: disallow t.identifier("undefined") in plugins. (@kedromelon)
- Other
babel-core
,babel-plugin-transform-es2015-classes
,babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
,babel-runtime
babel-plugin-transform-es2015-parameters
- #6116 Fix rest-member-expression-optimisation fixture. (@existentialism)
babel-plugin-transform-class-properties
- #6090 Fix class prop test fixture. (@existentialism)
babel-register
- #6085 Replace decache with direct removal in babel-register tests. (@existentialism)
babel-generator
babel-plugin-syntax-typescript
,babel-preset-typescript
Can help us documented any undocumented changes or issues at babel/notes#30 or make an issue
babel-plugin-transform-flow-strip-types
,babel-preset-react
- #5468 Add requireDirective to strip-flow-types for use in React preset. (@existentialism)
babel-preset-react
now will only handle flow if the file has a // @flow
babel-plugin-syntax-typescript
,babel-plugin-transform-typescript
,babel-preset-typescript
Initial release of typescript equivalent of how Babel handles flow with a new babel-preset-typescript
{
"presets": ["typescript"]
}
babel-plugin-transform-es2015-modules-commonjs
- #6054 Don't insert the same node into the AST multiple times (fixes babel/minify#556). (@not-an-aardvark)
babel-plugin-transform-es2015-modules-commonjs
,babel-plugin-transform-es2015-spread
babel-plugin-syntax-typescript
,babel-plugin-transform-typescript
,babel-preset-typescript
babel-core
,babel-helper-wrap-function
,babel-plugin-transform-es2015-arrow-functions
babel-plugin-transform-es2015-destructuring
,babel-plugin-transform-es2015-parameters
,babel-plugin-transform-object-rest-spread
,babel-plugin-transform-react-constant-elements
,babel-traverse
- #6051 Rewrite parameter transform and drop _blockHoist reliance. (@existentialism)
babel-core
,babel-generator
,babel-traverse
,babel-types
- Other
babel-generator
,babel-plugin-transform-flow-comments
,babel-plugin-transform-flow-strip-types
,babel-types
- #5990 Flow opaque type aliases. (@jbrown215)
babel-preset-stage-3
- #6032 Add optional catch binding to stage 3 preset. (@existentialism)
babel-plugin-transform-es2015-block-scoping
,babel-traverse
,babel-types
- #5923 Prevent getFunctionParent from returning Program. (@sarupbanskota)
babel-node
- #6023 Make babel-node a standalone package. (@existentialism)
babel-generator
babel-plugin-transform-es2015-block-scoping
,babel-preset-es2015
- #6046 Fix invalid block-scoped loop. (@jridgewell)
babel-types
- #6031 Fix generate interfaces script. (@existentialism)
babel-core
- #6022 allow PluginPass.file.addImport to create empty import statements. (@chocolateboy)
babel-plugin-transform-optional-chaining
- #6035 Fix refs in transform-optional-chaining docs [skip ci]. (@existentialism)
- Other
- #6024 add proposals repo [skip ci]. (@hzoo)
- #6013 add TEST_GREP example clarification. (@kedromelon)
babel-*
babel-generator
babel-plugin-transform-function-sent
,babel-preset-stage-2
babel-types
- Lots of bug fixes
function.sent
(temporary atbabel-plugin-transform-function-sent2
until we get access to the npm package) EDIT: republishedbabel-plugin-transform-function-sent
- Optional catch binding
try {} catch {}
:babel-plugin-transform-optional-catch-binding
- es2015-parameters
loose
mode that doesn't usearguments
babel-plugin-check-es2015-constants
- #5930 Spec compliancy of check-es2015-constants plugin. (@maurobringolf)
Instead of throwing a compile time error when const is violated, Babel should insert a throw statement before the violation.
babel-plugin-transform-flow-comments
- #5970 Remove noop. (@jridgewell)
Removes the "Noop" AST node, which was only used in the flow-comments plugin and probably unlikely in the ecosystem.
babel-plugin-transform-react-constant-elements
If you know a certain property will be ok to hoist
{
"plugins": [
["transform-react-constant-elements", {"allowMutablePropsOnTags": ["FormattedMessage"]}],
]
}
babel-generator
,babel-types
babel-generator
,babel-plugin-transform-flow-strip-types
,babel-types
- #5984 Add support for flow predicates in babel-generator. (@existentialism)
declare function foo(x: mixed): boolean %checks(x !== null);
babel-generator
,babel-plugin-transform-flow-strip-types
- #5985 Add support for export type star in babel-generator. (@existentialism)
declare module "foo" { declare export type * from "bar"; }
babel-helper-remap-async-to-generator
,babel-helper-wrap-function
,babel-helpers
,babel-plugin-transform-function-sent
,babel-preset-stage-2
- #5920 Function sent. (@nicolo-ribaudo)
function* gen() {
let a = function.sent;
}
let gen = _skipFirstGeneratorNext(function* gen() {
const _functionSent = yield;
let a = _functionSentt;
})
babel-core
,babel-generator
,babel-plugin-syntax-optional-catch-binding
,babel-plugin-transform-optional-catch-binding
,babel-template
,babel-traverse
,babel-types
try {} catch {}
babel-plugin-transform-es2015-parameters
- #5943 2nd try: Add loose option for es2015-parameters transformation. (@maurobringolf)
Non-spec compliant transform (disregards arity) but doesn't use
arguments
var t = function (f = "foo") {
return f + " bar";
};
var t = function (f) {
if (f === void 0) {
f = "foo";
}
return f + " bar";
};
babel-core
,babel-helpers
,babel-plugin-transform-object-rest-spread
,babel-plugin-transform-react-constant-elements
babel-traverse
babel-helper-builder-binary-assignment-operator-visitor
,babel-helper-explode-assignable-expression
,babel-plugin-transform-exponentiation-operator
- #5969 Fixup builder-binary-assignment-operator-visitor. (@jridgewell)
babel-plugin-transform-es2015-for-of
,babel-traverse
- #5835 Fix a few type inferences. (@jridgewell)
babel-plugin-transform-numeric-separator
,babel-types
- #5968 Fix numeric-separator transform. (@jridgewell)
babel-plugin-transform-es2015-modules-amd
,babel-plugin-transform-es2015-modules-commonjs
,babel-plugin-transform-es2015-modules-umd
- #5953 Support exporting deep destructuring. (@jridgewell)
babel-plugin-transform-es2015-for-of
- #5964 Fix for-of loose optimization. (@jridgewell)
babel-core
,babel-plugin-transform-object-rest-spread
,babel-traverse
- #5945 Remove maybePopFromStatements. (@jridgewell)
babel-generator
- #5950 [generator] remove parens from break & continue. (@sarupbanskota)
babel-helpers
,babel-plugin-transform-es2015-classes
,babel-plugin-transform-es2015-typeof-symbol
- #5955 Optimize and remove state from typeof-symbol transform. (@jridgewell)
babel-plugin-transform-react-inline-elements
- #5958 Fix react-inline-elements bug. (@jridgewell)
babel-helper-transform-fixture-test-runner
babel-code-frame
babel-register
babel-types
babel-cli
babel-generator
babel-traverse
- Other
- #5991 Fix clean to remove package-lock files. (@danez)
- #5959 Bump istanbul and nyc. (@existentialism)
babel-core
,babel-generator
,babel-helper-builder-react-jsx
,babel-helper-function-name
,babel-helper-replace-supers
,babel-plugin-transform-es2015-block-scoping
,babel-plugin-transform-es2015-classes
,babel-plugin-transform-jscript
,babel-plugin-transform-react-constant-elements
,babel-plugin-transform-react-jsx
,babel-template
,babel-traverse
,babel-types
- #5963 Stop mutating nodes. (@jridgewell)
babel-plugin-transform-es2015-modules-systemjs
- #5954 Add several test cases for systemjs exports. (@jridgewell)
Publish issue
This is a Stage 0 TC39 Proposal (subject to change/removal and your feedback!)
const obj = {
foo: {
bar: {
baz: 42,
},
},
};
const baz = obj?.foo?.bar?.baz; // 42
const safe = obj?.qux?.baz; // undefined
// Optional chaining and normal chaining can be intermixed
obj?.foo.bar?.baz; // Only access `foo` if `obj` exists, and `baz` if
// `bar` exists
function Foo() {
console.log(new.target);
}
Foo(); // => undefined
new Foo(); // => Foo
- better
for of
optimization (if inferred array)
// these kinds of scenarios will compile to a regular for loop
const x = [];
for (const y of x) {}
const arr = Object.entries(x);
for (const y of arr) {}
- loose mode for classes is a lot looser
Input
class A {}
Output (loose)
let A = function A() {}; // loose
Output (normal)
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
var A = function A() {
_classCallCheck(this, A);
};
This is just the babel-generator output, not a big deal.
babel-traverse
- #5914 babel-traverse: Mark appropriate template literals as pure. (@ashsearle)
- #5681 Add support for evaluating
String.raw
expressions. (@josephfrazier)
babel-plugin-transform-new-target
- #5906 Add new.target transform. (@jridgewell)
babel-core
,babel-generator
,babel-plugin-syntax-optional-chaining
,babel-plugin-transform-optional-chaining
,babel-preset-stage-1
,babel-template
,babel-traverse
,babel-types
- #5813 Optional Chaining Operator (Stage 1). (@jridgewell)
babel-core
,babel-plugin-transform-es2015-for-of
babel-helpers
,babel-plugin-transform-es2015-classes
,babel-plugin-transform-flow-comments
,babel-plugin-transform-flow-strip-types
babel-generator
,babel-plugin-transform-flow-strip-types
,babel-types
babel-helpers
,babel-plugin-transform-class-properties
,babel-plugin-transform-es2015-classes
- #5885 Fix returning an object in a derived class constructor without super. (@jridgewell)
babel-helper-remap-async-to-generator
,babel-plugin-transform-async-to-generator
- #5932 Fix async-to-generator ForAwait transform. (@jridgewell)
babel-plugin-transform-es2015-modules-commonjs
babel-plugin-transform-es2015-classes
- #5801 Fix bug
super
ref check doesn’t honor spec evaluation order. (@buunguyen) - #5802 Remove check for super calls in arrow function. (@existentialism)
- #5801 Fix bug
babel-cli
- #5861 Pass SIGINT signals to the spawned child process. (@bill-improbableio)
- #5867 fix issue as a result of refactor. (@hzoo)
babel-types
babel-generator
- #5830 Fix parens issues with exponentiation in generator. (@existentialism)
- #5820 Wrap an arrow function in parentheses if it the test of a conditional expression. (@nicolo-ribaudo)
babel-plugin-transform-numeric-separator
- #5825 Fix numeric separator Number transform. (@jridgewell)
babel-plugin-transform-es2015-template-literals
,babel-preset-es2015
babel-plugin-transform-es2015-parameters
- #5810 Fix bug incorrect dereferencing rest argument. (@buunguyen)
babel-plugin-syntax-optional-chaining
babel-plugin-transform-es2015-parameters
- #5721 Fix optimisation of shadowed rest parameters. (@Qantas94Heavy)
babel-helper-builder-react-jsx
,babel-plugin-transform-es2015-spread
,babel-traverse
- #5837 Hoist several closures. (@jridgewell)
babel-traverse
,babel-types
- #5826 Matches pattern cleanup. (@jridgewell)
babel-types
- #5821 babel-types: avoid recreating validator closures. (@jridgewell)
babel-types
- #5941 Update babel-types docs [skip ci]. (@existentialism)
- #5940 Removed update operators from number unary operators. (@maurobringolf)
- #5855 Minor enhancements around spacing. (@sarupbanskota)
babel-polyfill
- #5939 Change trailing comma option for polyfill scripts. (@existentialism)
- Other
- #5937 Remove codecov node package and use bash uploader. (@danez)
- #5918 Gitignore package-lock. (@sarupbanskota)
babel-core
,babel-generator
- #5892 Fix some unneeded semis in test fixtures. (@existentialism)
babel-*
babel-core
,babel-generator
,babel-traverse
,babel-types
babel-*
- #5412 Use prettier. (@existentialism)
babel-generator
,babel-traverse
babel-generator
babel-cli
- #5807 Include node 8.0 to travis config & update tests. (@sarupbanskota)
babel-core
,babel-helper-transform-fixture-test-runner
,babel-traverse
babel-core
,babel-traverse
- Skipped
- Skipped
babel-core
,babel-generator
,babel-plugin-syntax-numeric-separator
,babel-plugin-transform-numeric-separator
,babel-preset-stage-1
,babel-template
,babel-traverse
,babel-types
babel-code-frame
babel-core
,babel-generator
,babel-plugin-syntax-numeric-separator
,babel-plugin-transform-numeric-separator
,babel-preset-stage-1
,babel-template
,babel-traverse
,babel-types
babel-cli
- #5785 Allow --inspect-brk option to be used with babel-node. (@noinkling)
babel-plugin-transform-async-to-generator
,babel-plugin-transform-es2015-destructuring
,babel-plugin-transform-es2015-modules-commonjs
,babel-plugin-transform-react-constant-elements
- #5763 Fix incorrect destructuring in for loop
let
initialization. (@buunguyen)
- #5763 Fix incorrect destructuring in for loop
babel-core
,babel-plugin-transform-es2015-block-scoping
babel-plugin-transform-flow-strip-types
- #5782 Remove import declaration when stripping flowtypes if flow specifiers. (@existentialism)
babel-plugin-check-es2015-constants
,babel-plugin-syntax-async-functions
,babel-plugin-syntax-async-generators
,babel-plugin-syntax-class-properties
,babel-plugin-syntax-decorators
,babel-plugin-syntax-do-expressions
,babel-plugin-syntax-dynamic-import
,babel-plugin-syntax-exponentiation-operator
,babel-plugin-syntax-export-extensions
,babel-plugin-syntax-function-bind
,babel-plugin-syntax-function-sent
,babel-plugin-syntax-jsx
,babel-plugin-syntax-object-rest-spread
,babel-plugin-syntax-trailing-function-commas
,babel-plugin-transform-async-functions
- Other
babel-traverse
- #5746 Remove duplicated getStatementParent and refactor requires to imports in tests. (@maurobringolf)
- #5779 Added individual test cases for possible errors with path.replaceWith. (@maurobringolf)
- Publish issues
- Publish issues, use alpha.12
Update Babylon: https://github.com/babel/babylon/releases/tag/v7.0.0-beta.9, https://github.com/babel/babylon/releases/tag/v7.0.0-beta.10
babel-generator
,babel-plugin-transform-flow-strip-types
,babel-types
- #5525 Add support for object type spread. (@conartist6)
babel-*
- #5677 Kill the "shadow-functions.js" internal plugin in favor of an explicit helper. (@loganfsmyth)
babel-*
babel-plugin-transform-es2015-arrow-functions
,babel-plugin-transform-es2015-function-name
babel-plugin-transform-react-display-name
babel-register
- #5669 Find cache dir. (@pwmckenna)
babel-types
- #5762 Fix ObjectProperty patterns. (@citycide)
- #5753 Hoist toSequenceExpression's convert helper (#5693). (@jridgewell)
- #5693 Hoist toSequenceExpression's convert helper. (@jridgewell)
- #5722 Correct the validator for ArrayPattern. (@Kovensky)
babel-plugin-transform-flow-comments
- #5675 Flow comments import export. (@lightsofapollo)
babel-plugin-transform-do-expressions
- #5694 Transform do-expressions on exit. (@jridgewell)
babel-plugin-transform-es2015-classes
,babel-plugin-transform-es2015-destructuring
,babel-traverse
- #5749 Fix issue semi-colon gets inserted unnecessarily. (@buunguyen)
babel-core
,babel-helpers
,babel-plugin-transform-async-to-generator
,babel-plugin-transform-react-constant-elements
babel-plugin-transform-object-rest-spread
- #5685 Fix incorrect property ordering with obj rest spread on nested. (@existentialism)
- #5650 Fix object destructuring in param arrays. (@CKarper)
babel-plugin-transform-es2015-template-literals
- #5748 Cleanup template-literals transform. (@jridgewell)
babel-plugin-transform-runtime
- #5767 [Documentation change] regeneratorRuntime -> _regenerator2.default. (@adityavohra7)
babel-plugin-transform-es2015-arrow-functions
- #5698 Add spec option example for transform-es2015-arrow-functions [skip ci]. (@existentialism)
- Other
babel-core
- #5659 [Doc PR] naming fix in example. (@aretecode)
babel-helper-fixtures
- #5765 Support specifying minimum Node version a test requires. (@buunguyen)
babel-helper-transform-fixture-test-runner
- #5410 Add process to test sandbox. (@existentialism)
babel-preset-es2015
- #5720 Add test cases for bad options in babel-preset-es2015. (@maurobringolf)
babel-register
babel-core
- #5649 Remove merge helper and add more type declarations.. (@loganfsmyth)
babel-core
,babel-plugin-transform-react-jsx
- #5642 Typecheck much more of the config loading process. (@loganfsmyth)
- Other
babel-core
- #5641 Fix a regression from adding negation support in #5625.. (@loganfsmyth)
babel-core
- #5547 [7.0] Require babel-(preset|plugin) or module: on plugins/presets. (@loganfsmyth)
babel-core
- #5608 Cache configs based on mtime and allow .babelrc.js functions. (@loganfsmyth)
- #5625 Allow negation of ignore and only patterns.. (@loganfsmyth)
babel-plugin-transform-class-properties
,babel-plugin-transform-es2015-classes
,babel-plugin-transform-es2015-function-name
- #5488 Ensure default exported classes keep entry in export table. (@existentialism)
babel-generator
babel-plugin-transform-async-to-generator
babel-plugin-transform-es2015-arrow-functions
babel-core
,babel-messages
- #5602 Refactor OptionManager to be a short class with a bunch of pure helper functions.. (@loganfsmyth)
babel-plugin-transform-regenerator
- Other
- #5619 Set an 80% coverage goal instead of 'auto'?. (@loganfsmyth)
- Updated babylon, fixed babel-register issue, and make babel-polyfill publish the core-js polyfills individually for babel-preset-env
babel-register
- #5583 Change babel-register default ignore to cwd content. (@loganfsmyth)
babel-generator
,babel-helper-builder-react-jsx
,babel-plugin-transform-react-jsx
- #5256 Use raw value of JSXText and JSXAttribute. (@rattrayalex)
babel-core
,babel-generator
,babel-template
,babel-traverse
,babel-types
babel-plugin-transform-es2015-modules-commonjs
babel-plugin-transform-es2015-spread
- #5580 Remove incorrect docs.. (@loganfsmyth)
babel-core
- #5563 Separate config-file/plugin loading from config processing.. (@loganfsmyth)
- #5571 Add tests to test the plugin/preset ordering.. (@loganfsmyth)
- Other
- #5561 Ensure that incremental builds work with 'gulp build'.. (@loganfsmyth)
- #5555 Use a standard .babelignore and babel-register in tests.. (@loganfsmyth)
- #5551 use latest babel-core. (@hzoo)
Fix issue with babel-core
not picking up the .babelrc correctly
Also started Babel to compile itself with Babel 7! (We'll be working on making it compile the last good version from master soon so we don't need to wait until after publishing to find a regression)
babel-core
- #5550 Fix: config lookup logic in babel-core. (@kaicataldo)
babel-runtime
helpers weren't built correctly, and I found extra dep on babel-runtime
in 2 packages.
At the point of this publish, all other packages are at
v7.0.0-alpha.3
babel-register
is atv7.0.0-alpha.4
babel-plugin-transform-decorators
,babel-plugin-transform-react-inline-elements
,babel-runtime
At the point of this publish, all other packages are at
v7.0.0-alpha.3
babel-register
- #5534 Ensure the ignore regex is consistent and initialized fully.. (@loganfsmyth)
babel-traverse
babel-runtime
- #5516 removed unused alias in babel-runtime. (@JulianJason)
babel-core
,babel-generator
,babel-plugin-transform-es2015-template-literals
,babel-template
,babel-traverse
,babel-types
babel-core
,babel-preset-react
,babel-runtime
- #5489 Misc fixes + Move babel-core config processing from transformation/file/options into top-level folder. (@loganfsmyth)
babel-cli
,babel-core
,babel-register
,babel-types
- #5487 Make only/ignore relative to cwd/config file and move only/ignore checking all to core.. (@loganfsmyth)
babel-core
,babel-plugin-transform-es2015-modules-umd
,babel-plugin-transform-react-display-name
,babel-plugin-transform-react-jsx-source
- #5467 Misc reorganizing and prep for ignore/only refactoring. (@loganfsmyth)
babel-core
- #5466 Resolve programmatic/CLI arguments from cwd, not file being compiled.. (@loganfsmyth)
babel-cli
,babel-core
- #5463 More strictly parse configs and explicitly handle arguments in babel-cli. (@loganfsmyth)
babel-plugin-transform-runtime
,babel-runtime
babel-core
,babel-register
babel-plugin-transform-react-inline-elements
,babel-traverse
babel-core
,babel-runtime
babel-plugin-transform-react-constant-elements
,babel-traverse
babel-plugin-transform-es2015-modules-amd
,babel-plugin-transform-es2015-modules-commonjs
babel-plugin-transform-do-expressions
,babel-types
babel-plugin-transform-es2015-function-name
,babel-types
babel-register
- #5411 Seperate version env cache files. (@pwmckenna)
babel-plugin-transform-runtime
- #5481 Add useBuiltins and useESModules options to transform-runtime README. (@existentialism)
- #5401 Improve options documentation for
babel-plugin-transform-runtime
. (@aaronang)
babel-register
- #5475 Update coffescript/register reference link address. (@sergeybekrin)
babel-generator
babel-plugin-transform-es2015-*
babel-cli
- #5205 Ensure babel-cli tests compare generated output with out-files. (@existentialism)
- Other
babel-plugin-transform-regenerator
babel-core
,babel-plugin-transform-es2015-classes
,babel-template
,babel-traverse
babel-plugin-transform-es2015-classes
babel-helper-builder-react-jsx
- #5484 Removes unused lodash dep from babel-helper-builder-react-jsx. (@segphault)
babel-core
,babel-generator
,babel-plugin-transform-object-rest-spread
- #4892 Add support for .babelrc.js files. (@kaicataldo)
babel-plugin-transform-es2015-modules-amd
,babel-plugin-transform-es2015-modules-commonjs
babel-plugin-transform-object-rest-spread
- #5409 Fix transform-object-rest-spread README. (@existentialism)
- #5409 Fix transform-object-rest-spread README. (@existentialism)
babel-core
,babel-helper-transform-fixture-test-runner
- #5416 Use 'resolve' from npm instead of private 'module' methods.. (@loganfsmyth)
babel-*
- #5413 Run new lint rules. (@existentialism)
babel-core
,babel-generator
,babel-helper-remap-async-to-generator
,babel-plugin-transform-async-to-generator
,babel-template
,babel-traverse
,babel-types
babel-core
,babel-generator
,babel-plugin-transform-es2015-destructuring
,babel-plugin-transform-es2015-duplicate-keys
,babel-plugin-transform-object-rest-spread
,babel-template
,babel-traverse
,babel-types
babel-core
- #5376 [7.0] Remove the unneeded Pipeline class.. (@loganfsmyth)
- #5132 [7.0] Deprecate babel-core/register.js. (@chicoxyzzy)
babel-core
,babel-preset-es2015
,babel-preset-es2016
,babel-preset-es2017
,babel-preset-flow
,babel-preset-latest
,babel-preset-react
,babel-preset-stage-0
,babel-preset-stage-1
,babel-preset-stage-2
,babel-preset-stage-3
babel-core
,babel-generator
,babel-helper-remap-async-to-generator
,babel-plugin-transform-object-rest-spread
,babel-template
,babel-traverse
,babel-types
babel-generator
,babel-helper-remap-async-to-generator
,babel-plugin-transform-object-rest-spread
,babel-types
babel-generator
babel-plugin-transform-decorators
babel-generator
,babel-types
babel-*
- #5218 Remove babel-runtime from packages' dependencies. (@kaicataldo)
babel-preset-stage-1
,babel-preset-stage-2
babel-register
- #5189 Bump
home-or-tmp
forbabel-register
.. (@wtgtybhertgeghgtwtg)
- #5189 Bump
babel-runtime
babel-generator
,babel-plugin-syntax-class-constructor-call
,babel-plugin-transform-class-constructor-call
,babel-preset-stage-1
- #5119 Remove "class-constructor-call" syntax and transform plugins. (@ColinRTaylor)
babel-preset-stage-3
- #5126 [7.0] Remove stage 4 plugins from stage 3 preset. (@varemenos)
- Other
- #5131 [7.0] Remove add module exports internally. (@chicoxyzzy)
- #5025 Drop support for Node 0.12 💀. (@siddharthkp)
- #5041 Remove node 0.10 support (CI). (@xtuc)
babel-cli
,babel-core
,babel-plugin-transform-react-constant-elements
,babel-traverse
babel-plugin-transform-es2015-unicode-regex
babel-polyfill
- #5122 Remove old code used for backwards compatibility. (@Anderson-Vasques)
babel-generator
,babel-plugin-transform-flow-comments
- #5123 [7.0] Drop flowUsesCommas option from babel-generator. (@ChauTNguyen)
babel-plugin-transform-runtime
- #5142 removed old cold from transform-runtime. (@shubheksha)
babel-core
- #5385 [7.0] Allow presets to be objects. (@danez)
- #4834 Pass
dirname
as extra metadata to preset constructor.. (@izaakschroeder)
babel-preset-stage-2
- #3683 babel-preset-stage-2: Add transform-unicode-property-regex. (@mathiasbynens)
babel-generator
babel-generator
,babel-plugin-transform-object-rest-spread
babel-core
- #5164 [7.0] Update babel-core browserify fixture. (@chicoxyzzy)
babel-plugin-transform-runtime
babel-plugin-transform-async-to-module-method
,babel-plugin-transform-es2015-computed-properties
,babel-plugin-transform-es2015-for-of
,babel-plugin-transform-es2015-modules-systemjs
,babel-plugin-transform-es2015-spread
,babel-plugin-transform-es2015-template-literals
,babel-plugin-transform-object-rest-spread
,babel-plugin-transform-react-jsx
,babel-plugin-transform-runtime
,babel-plugin-transform-strict-mode
,babel-preset-latest
,babel-register
,babel-template
babel-plugin-transform-es2015-shorthand-properties
- Other
babel-plugin-undeclared-variables-check
babel-plugin-transform-class-constructor-call
babel-generator
- #5338 Improve babel-generator's code coverage. (@alxpy)
- #5231 [7.0] List babylon plugins instead of * in babel-generator tests. (@existentialism)
- Other
babel-cli
- #5342 Add test for passing arguments to babel-node (#5163). (@outsideris)
babel-core
,babel-template
,babel-traverse
babel-cli
,babel-core
,babel-generator
,babel-plugin-transform-async-functions
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-async-to-generator
,babel-plugin-transform-async-to-module-method
,babel-plugin-transform-class-properties
,babel-plugin-transform-decorators
,babel-plugin-transform-do-expressions
,babel-plugin-transform-es2015-modules-amd
,babel-plugin-transform-es2015-modules-commonjs
,babel-plugin-transform-es2015-modules-umd
,babel-plugin-transform-exponentiation-operator
,babel-plugin-transform-export-extensions
,babel-plugin-transform-flow-comments
,babel-plugin-transform-flow-strip-types
,babel-plugin-transform-function-bind
,babel-plugin-transform-object-rest-spread
,babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
,babel-traverse
- #5351 Avoid usage of exports/module.exports/require().. (@loganfsmyth)
babel-preset-stage-1
- #5319 Switch decorators-legacy to decorators in the Stage 1 Preset (#5318). (@sashashakun)
babel-traverse
- #5296 Add test for reference paths. (@jasonLaster)
babel
babel-helper-transform-fixture-test-runner
- #5263 [7.0] Run Babel's unittests in a custom sandbox (take 2).. (@loganfsmyth)
babel-register
- #5189 Bump
home-or-tmp
forbabel-register
.. (@wtgtybhertgeghgtwtg)
- #5189 Bump
babel-cli
,babel-core
babel-polyfill
- #5122 Remove old code used for backwards compatibility. (@Anderson-Vasques)