Transform import() expressions
Last release 3 years ago
no release in 18 months
Release timing varies
gaps range from 2 weeks to 9 months
Unknown
no stable releases
22 versions withdrawn
withdrawn after publishing
7 years old
22 releases · first in 2019
Release timeline
22 releases since 2019Releases
- 7.21.4-esm.44 Apr 2023pre-releasewithdrawn: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-dynamic-import instead.
Nothing published for this version
- 7.21.4-esm.34 Apr 2023pre-releasewithdrawn: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-dynamic-import instead.
Nothing published for this version
- 7.21.4-esm.24 Apr 2023pre-releasewithdrawn: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-dynamic-import instead.
Nothing published for this version
- 7.21.4-esm.14 Apr 2023pre-releasewithdrawn: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-dynamic-import instead.
Nothing published for this version
- 7.21.4-esm4 Apr 2023pre-releasewithdrawn: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-dynamic-import instead.
Nothing published for this version
- 7.18.627 Jun 2022withdrawn: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-dynamic-import instead.
Release notes
Open source →v7.18.6 (2022-06-27)
:eyeglasses: Spec Compliance
babel-parser- #14650 [ts] Disallow property access after instantiation expression (@nicolo-ribaudo)
- #14636 [ts] Allow
...<...>followed by newline or binary operator (@nicolo-ribaudo)
babel-generator,babel-parser,babel-preset-env,babel-template
:bug: Bug Fix
babel-helper-remap-async-to-generator,babel-plugin-proposal-async-generator-functions- #14391 Transform
awaitin computed class keys (@Yokubjon-J)
- #14391 Transform
babel-plugin-transform-parameters- #14694 fix: preserve function params type if possible (@magic-akari)
babel-core- #14583 fix: Memory leak when deep cloning in
babel-core(@liuxingbaoyu)
- #14583 fix: Memory leak when deep cloning in
babel-core,babel-helper-check-duplicate-nodes,babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression,babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining,babel-plugin-proposal-destructuring-private,babel-plugin-proposal-optional-chaining,babel-plugin-transform-runtime- #14663 Fix
import { types } from "@babel/core"with native ESM (@nicolo-ribaudo)
- #14663 Fix
:house: Internal
babel-standalone- #14697 Add
proposal-unicode-sets-regexto@babel/standalone(@nicolo-ribaudo)
- #14697 Add
- Other
- #14687 chore: Update bench baselines (@liuxingbaoyu)
babel-generator,babel-typesbabel-code-frame,babel-core,babel-generator,babel-helper-annotate-as-pure,babel-helper-builder-binary-assignment-operator-visitor,babel-helper-builder-react-jsx,babel-helper-check-duplicate-nodes,babel-helper-compilation-targets,babel-helper-create-class-features-plugin,babel-helper-create-regexp-features-plugin,babel-helper-define-map,babel-helper-explode-assignable-expression,babel-helper-fixtures,babel-helper-function-name,babel-helper-hoist-variables,babel-helper-member-expression-to-functions,babel-helper-module-imports,babel-helper-module-transforms,babel-helper-optimise-call-expression,babel-helper-plugin-test-runner,babel-helper-plugin-utils,babel-helper-remap-async-to-generator,babel-helper-replace-supers,babel-helper-simple-access,babel-helper-split-export-declaration,babel-helper-transform-fixture-test-runner,babel-helper-validator-option,babel-helper-wrap-function,babel-helpers,babel-highlight,babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining,babel-plugin-external-helpers,babel-plugin-proposal-async-generator-functions,babel-plugin-proposal-class-static-block,babel-plugin-proposal-decorators,babel-plugin-proposal-destructuring-private,babel-plugin-proposal-function-bind,babel-plugin-proposal-function-sent,babel-plugin-proposal-json-strings,babel-plugin-proposal-object-rest-spread,babel-plugin-proposal-optional-chaining,babel-plugin-proposal-partial-application,babel-plugin-proposal-pipeline-operator,babel-plugin-proposal-private-property-in-object,babel-plugin-proposal-record-and-tuple,babel-plugin-syntax-typescript,babel-plugin-transform-block-scoped-functions,babel-plugin-transform-block-scoping,babel-plugin-transform-classes,babel-plugin-transform-computed-properties,babel-plugin-transform-destructuring,babel-plugin-transform-duplicate-keys,babel-plugin-transform-exponentiation-operator,babel-plugin-transform-flow-comments,babel-plugin-transform-flow-strip-types,babel-plugin-transform-for-of,babel-plugin-transform-function-name,babel-plugin-transform-modules-amd,babel-plugin-transform-modules-commonjs,babel-plugin-transform-modules-systemjs,babel-plugin-transform-modules-umd,babel-plugin-transform-object-super,babel-plugin-transform-parameters,babel-plugin-transform-property-mutators,babel-plugin-transform-proto-to-assign,babel-plugin-transform-react-constant-elements,babel-plugin-transform-react-display-name,babel-plugin-transform-react-inline-elements,babel-plugin-transform-react-jsx-compat,babel-plugin-transform-react-jsx-source,babel-plugin-transform-react-jsx,babel-plugin-transform-runtime,babel-plugin-transform-typescript,babel-plugin-transform-unicode-escapes,babel-preset-env,babel-preset-typescript,babel-standalone,babel-template,babel-traverse,babel-typesbabel-core,babel-helper-transform-fixture-test-runner,babel-plugin-transform-destructuring- #14659 Run Babel asynchronously in fixtures (@nicolo-ribaudo)
Committers: 6
- Babel Bot (@babel-bot)
- Huáng Jùnliàng (@JLHwung)
- Nicolò Ribaudo (@nicolo-ribaudo)
- @Yokubjon-J
- @liuxingbaoyu
- magic-akari (@magic-akari)
- 7.16.731 Dec 2021withdrawn: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-dynamic-import instead.
Release notes
Open source →v7.16.7 (2021-12-31)
Thanks @exb for your first PR!
:eyeglasses: Spec Compliance
:bug: Bug Fix
babel-plugin-transform-runtime,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtimebabel-helpers- #14072 Fix derived classes in Chrome <= 36 (@nicolo-ribaudo)
babel-helper-function-name,babel-plugin-transform-function-name- #14047 Fix unicode handling in generated function names (@The-x-Theorist)
:nail_care: Polish
babel-core- #14067 Allow
$schemaproperty in json config files (@The-x-Theorist)
- #14067 Allow
Committers: 4
- Endrit Bajo (@exb)
- Huáng Jùnliàng (@JLHwung)
- Nicolò Ribaudo (@nicolo-ribaudo)
- Sneh Khatri (@The-x-Theorist)
- 7.16.513 Dec 2021withdrawn: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-dynamic-import instead.
Release notes
Open source →v7.16.5 (2021-12-13)
Thanks @chimurai and @krosenberg for your first PRs!
:eyeglasses: Spec Compliance
babel-cli,babel-core,babel-helpers,babel-plugin-proposal-class-properties,babel-plugin-proposal-decorators,babel-plugin-transform-classes,babel-plugin-transform-jscript,babel-plugin-transform-parameters,babel-plugin-transform-runtime,babel-plugin-transform-spread,babel-plugin-transform-typescript,babel-preset-env
:bug: Bug Fix
babel-plugin-transform-parameters- #14032 Fix: default rest argument array elements as undefined (@The-x-Theorist)
babel-plugin-transform-arrow-functions,babel-traverse- #14036 Don't resolve shadowed
argumentsvariables from functions (@The-x-Theorist)
- #14036 Don't resolve shadowed
babel-parserbabel-traverse- #14016 Fix duplicate declaration error on ambient class declarations (@The-x-Theorist)
babel-generator- #14014 Support flow function type annotation with no parent (@krosenberg)
babel-plugin-transform-react-jsx- #14012 Fix JSX pragma anywhere in comment (@The-x-Theorist)
babel-helper-create-class-features-plugin,babel-helper-environment-visitor,babel-helper-member-expression-to-functions,babel-helper-module-transforms,babel-helper-replace-supers,babel-plugin-transform-classes,babel-traverse- #14005 Fix handling of
this&co in computed keys in arrows transform (@nicolo-ribaudo)
- #14005 Fix handling of
:nail_care: Polish
babel-parser
:memo: Documentation
- Many packages
- #14006 Regenerate monorepo READMEs (@nicolo-ribaudo)
:house: Internal
- Every package
- #13966 Run tests in a native Node.js ESM environment (@nicolo-ribaudo)
babel-parserbabel-helpers- #13996 Don't use ESM for
required files in@babel/helperstests (@nicolo-ribaudo)
- #13996 Don't use ESM for
babel-plugin-proposal-object-rest-spread,babel-traversebabel-parser,babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression,babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining,babel-plugin-proposal-optional-chaining,babel-preset-react,babel-preset-typescript- #13978 Only bundle the release build, and don't import
srcin tests (@nicolo-ribaudo)
- #13978 Only bundle the release build, and don't import
- Other
- #13976 Fail CI when
@babel/runtimeESM tests fail (@nicolo-ribaudo)
- #13976 Fail CI when
:running_woman: Performance
:microscope: Output optimization
babel-helpers,babel-plugin-proposal-async-generator-functions,babel-plugin-transform-runtime,babel-preset-env,babel-runtime-corejs2,babel-runtime- #13837 minify
helpers-generated.ts(@lightmare)
- #13837 minify
Committers: 10
- Babel Bot (@babel-bot)
- Bogdan Savluk (@zxbodya)
- Huáng Jùnliàng (@JLHwung)
- J. S. Choi (@js-choi)
- Kyle Rosenberg (@krosenberg)
- Mickey Rose (@lightmare)
- Nicolò Ribaudo (@nicolo-ribaudo)
- Sneh Khatri (@The-x-Theorist)
- @chimurai
- wentout (@wentout)
- 7.16.029 Oct 2021withdrawn: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-dynamic-import instead.
Release notes
Open source →v7.16.0 (2021-10-30)
:eyeglasses: Spec Compliance
babel-helpers,babel-plugin-proposal-async-generator-functions,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime- #13824 Await promises from sync iterators with
for-await(@nicolo-ribaudo)
- #13824 Await promises from sync iterators with
:rocket: New Feature
babel-generator,babel-parser,babel-plugin-transform-typescript,babel-types- #13802 Support TypeScript 4.5 type-only import/export specifiers (@sosukesuzuki)
babel-parserbabel-helper-fixtures,babel-helper-transform-fixture-test-runner,babel-parser,babel-plugin-syntax-typescript,babel-preset-typescript- #13838 Handle
.mtsand.ctsfiles in@babel/preset-typescript(@nicolo-ribaudo)
- #13838 Handle
- Other
- #13782 Add ESLint 8 support to
@babel/eslint-parser(@nicolo-ribaudo)
- #13782 Add ESLint 8 support to
babel-generator,babel-parser,babel-plugin-proposal-pipeline-operator,babel-plugin-syntax-pipeline-operatorbabel-compat-data,babel-generator,babel-parser,babel-preset-env,babel-types- #13713 Enable class static blocks by default (@sosukesuzuki)
babel-helper-skip-transparent-expression-wrappers,babel-plugin-proposal-optional-chaining- #13687 add
skipTransparentExprWrapperNodeshelper (@lightmare)
- #13687 add
babel-traverse,babel-types- #13666 Add aliases for Standardized, TypeScript, and Flow (@jridgewell)
:bug: Bug Fix
babel-parser,babel-plugin-transform-typescript- #13876 [ts] Support private methods overloads (@nicolo-ribaudo)
babel-plugin-transform-typescript- #13865 fix: allow enum member without initializer after non-literal member (@lightmare)
babel-core,babel-helper-create-class-features-plugin,babel-plugin-transform-typescriptbabel-compat-data,babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression,babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining,babel-plugin-transform-react-constant-elements,babel-preset-env,babel-traversebabel-plugin-proposal-async-generator-functions,babel-traversebabel-traverse,babel-typesbabel-generator- #13825 Fix missing inner comments in function expressions (@overlookmotel)
:house: Internal
- Every package
- #13772 Use
workspace:^to specify@babel/dependencies (@nicolo-ribaudo)
- #13772 Use
- Other
- #13856 Update to Yarn 3.1 (@nicolo-ribaudo)
- #13867 Test on Node.js 17 (@nicolo-ribaudo)
babel-helper-fixtures,babel-plugin-proposal-class-properties,babel-plugin-transform-runtime,babel-preset-react- #13858 Force loading plugins/presets from the monorepo in tests (@nicolo-ribaudo)
babel-types- #13844 [ts] precise return type on
createTypeAnnotationBasedOnTypeof(babel-types) (@lightmare)
- #13844 [ts] precise return type on
babel-helpers- #13841 minor: remove ineffectual helper names filter (@lightmare)
babel-core,babel-plugin-transform-react-jsx-development,babel-plugin-transform-react-jsx,babel-types
:running_woman: Performance
babel-types- #13843 Simplify (transpiled) babel-types builder wrappers (@lightmare)
Committers: 9
- Babel Bot (@babel-bot)
- Emily Marigold Klassen (@forivall)
- Huáng Jùnliàng (@JLHwung)
- J. S. Choi (@js-choi)
- Justin Ridgewell (@jridgewell)
- Mickey Rose (@lightmare)
- Nicolò Ribaudo (@nicolo-ribaudo)
- Sosuke Suzuki (@sosukesuzuki)
- @overlookmotel
- 7.14.59 Jun 2021withdrawn: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-dynamic-import instead.
Release notes
Open source →v7.14.5 (2021-06-09)
Thanks @Eyoatam, @lightmare, @ota-meshi, and @tony-go for your first PRs!
:eyeglasses: Spec Compliance
babel-plugin-proposal-do-expressions,babel-traversebabel-parser
:bug: Bug Fix
babel-parserbabel-helpers- #13404 fix generate-helpers failing in URL-encoded path (@lightmare)
:house: Internal
babel-helper-hoist-variables- #13442 Disallow dependency cycles (@nicolo-ribaudo)
babel-parser- Other
- Every package
:running_woman: Performance
babel-parser
Committers: 9
- Daniel Tschinder (@danez)
- Eyoatam Tamirat (@Eyoatam)
- Federico Ciardi (@fedeci)
- Huáng Jùnliàng (@JLHwung)
- Kristoffer K. (@merceyz)
- Nicolò Ribaudo (@nicolo-ribaudo)
- Tony Gorez (@tony-go)
- Yosuke Ota (@ota-meshi)
- @lightmare
- 7.14.212 May 2021withdrawn: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-dynamic-import instead.
Release notes
Open source →v7.14.2 (2021-05-12)
Thanks @liuyenwei, @quickgiant, @serut, and @trinangkur for your first PRs!
:bug: Bug Fix
babel-node- #13295 Fix: Only create
@babel/nodeIPC channel when needed (@quickgiant)
- #13295 Fix: Only create
babel-parser- #13284 Parse attributes of import expression with estree plugin (@sosukesuzuki)
- #13261 Fix invalid identifier name on unfinished escape (@JLHwung)
babel-types- #13275 Support objects from other contexts in
t.valueToNode(@nicolo-ribaudo)
- #13275 Support objects from other contexts in
- Other
- #13274 [eslint] Don't crash on multiple
@babel/parsercopies (@nicolo-ribaudo)
- #13274 [eslint] Don't crash on multiple
babel-generator
:nail_care: Polish
babel-helper-module-transforms,babel-plugin-transform-modules-commonjs
:memo: Documentation
:house: Internal
- Other
- #13289 Update lodash version for fixing security vulnerability (@trinangkur)
babel-types- #13264 [babel-types] Update
matchesPatternto account forthis(@liuyenwei)
- #13264 [babel-types] Update
:running_woman: Performance
babel-parser
Committers: 9
- Babel Bot (@babel-bot)
- Clark Jacobsohn (@quickgiant)
- Huáng Jùnliàng (@JLHwung)
- Nicolò Ribaudo (@nicolo-ribaudo)
- Sosuke Suzuki (@sosukesuzuki)
- Stuart Cook (@Zalathar)
- Trinangkur Chatterjee (@trinangkur)
- Yen-Wei Liu (@liuyenwei)
- @serut
- 7.13.826 Feb 2021withdrawn: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-dynamic-import instead.
Release notes
Open source →v7.13.8 (2021-02-26)
Thanks @luxp and @pigcan for your first PRs!
:bug: Bug Fix
- Other
babel-compat-data,babel-preset-env- #12901 Fix Module not found: Error: Can't resolve 'core-js/modules/es6.array.concat.js' with [email protected] (@luxp)
babel-plugin-transform-runtime,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime- #12893 Allow
require()of runtime helpers in Node.js 13.2-13.6 (@nicolo-ribaudo)
- #12893 Allow
:nail_care: Polish
babel-helper-create-class-features-plugin- #12898 Do not warn for
looseof class features inpreset-env(@nicolo-ribaudo)
- #12898 Do not warn for
:house: Internal
babel-core,babel-helper-transform-fixture-test-runner,babel-register- #12820 [internal] Keep the
.cjsextension when compiling source files (@nicolo-ribaudo)
- #12820 [internal] Keep the
babel-plugin-transform-runtime,babel-runtime-corejs2,babel-runtime- #12883 Improve
@babel/runtimeesm stability (@nicolo-ribaudo)
- #12883 Improve
:microscope: Output optimization
babel-plugin-proposal-object-rest-spread- #12899 Skip
_extendshelper for{…x}with modern targets (@nicolo-ribaudo)
- #12899 Skip
Committers: 6
- Alan Lu - 川古 (@luxp)
- Babel Bot (@babel-bot)
- Bogdan Savluk (@zxbodya)
- Huáng Jùnliàng (@JLHwung)
- Nicolò Ribaudo (@nicolo-ribaudo)
- pigcan (@pigcan)
- 7.12.1718 Feb 2021withdrawn: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-dynamic-import instead.
Release notes
Open source →v7.12.17 (2021-02-18)
We re-published all the packages updated in v7.12.15 and v7.12.16, because we accidentally didn't include
LICENSEfiles.Thanks @eltociear for your first PR!
:bug: Bug Fix
babel-core- #12211 Do not cache non-existent JS config files forever (@devongovett)
babel-helper-module-transforms,babel-plugin-transform-typescriptbabel-parser- #12776 fix(ts): parse multiline declarations correctly (@fedeci)
- #12785 Raise recoverable error for type members with invalid modifiers (@sosukesuzuki)
babel-traversebabel-types- #12794 Fix import assertions type definitions (@nicolo-ribaudo)
:nail_care: Polish
babel-helper-create-class-features-plugin,babel-helpers,babel-plugin-proposal-private-methods- #12792 Reuse the
readOnlyErrorhelper for private methods (@nicolo-ribaudo)
- #12792 Reuse the
:house: Internal
- Other
- #12810 Store LICENSE files when publishing from GH actions (@nicolo-ribaudo)
babel-helper-transform-fixture-test-runnerbabel-parser- #12808 refactor: fix typo in error.js (@eltociear)
Committers: 7
- Devon Govett (@devongovett)
- Federico Ciardi (@fedeci)
- Huáng Jùnliàng (@JLHwung)
- Ikko Ashimine (@eltociear)
- Nicolò Ribaudo (@nicolo-ribaudo)
- Sosuke Suzuki (@sosukesuzuki)
- Tim Seckinger (@jeysal)
- 7.12.1611 Feb 2021withdrawn: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-dynamic-import instead.
Release notes
Open source →v7.12.16 (2021-02-11)
:bug: Bug Fix
babel-corebabel-parser- #12735 [parser] Fix scope handling of Flow declared functions (@nicolo-ribaudo)
- #12775 babel-parser(ts): Throw recoverable for duplicates access modifier (@sosukesuzuki)
- #12771 babel-parser(ts): Raise recoverable error for abstract interface (@sosukesuzuki)
- #12763 fix(ts): include
assertsinTSTypePredicatelocation (@fedeci) - #12758 [TS] Create
TSUnionTypeorTSIntersectionTypewhen typealias has a leading operator (@fedeci)
babel-plugin-transform-typescript
:nail_care: Polish
:house: Internal
- Other
- #12781 pnp does not work with ESM dev scripts (@JLHwung)
- #12766 docs: Update build requirements in CONTRIBUTING.md (@sosukesuzuki)
babel-cli,babel-core,babel-helper-compilation-targets,babel-helper-create-class-features-plugin,babel-helper-create-regexp-features-plugin,babel-helper-member-expression-to-functions,babel-helper-validator-option,babel-node,babel-parser,babel-plugin-proposal-class-static-block,babel-plugin-proposal-dynamic-import,babel-plugin-proposal-optional-chaining,babel-plugin-transform-react-jsx-development,babel-plugin-transform-react-jsx,babel-preset-env,babel-preset-typescript- #12759 Avoid importing
.jsonfiles (@nicolo-ribaudo)
- #12759 Avoid importing
Committers: 5
- Babel Bot (@babel-bot)
- Federico Ciardi (@fedeci)
- Huáng Jùnliàng (@JLHwung)
- Nicolò Ribaudo (@nicolo-ribaudo)
- Sosuke Suzuki (@sosukesuzuki)
- 7.12.115 Oct 2020withdrawn: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-dynamic-import instead.
Release notes
Open source →v7.12.1 (2020-10-16)
:bug: Bug Fix
babel-cli- #12182 Don't force chokidar@2 to be downloaded from registry.npmjs.org (@nicolo-ribaudo)
babel-plugin-transform-runtime,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime- #12184 Allow importing
@babel/runtime/package(@nicolo-ribaudo)
- #12184 Allow importing
babel-parser- #12183 Reland "Fix: check if param is assignable when parsing arrow return type annotation" (@nicolo-ribaudo)
:house: Internal
- Other
- Every package
babel-compat-data,babel-helper-compilation-targets,babel-helper-create-class-features-plugin,babel-helper-remap-async-to-generator,babel-helper-simple-access,babel-helper-transform-fixture-test-runner,babel-plugin-transform-named-capturing-groups-regex,babel-plugin-transform-object-assign,babel-plugin-transform-parameters,babel-plugin-transform-react-jsx-self,babel-plugin-transform-react-jsx-source,babel-plugin-transform-template-literals,babel-preset-env,babel-preset-react,babel-runtime-corejs2,babel-runtime,babel-standalone- #12175 Remove unused
dependenciesanddevDependencies(@nicolo-ribaudo)
- #12175 Remove unused
Committers: 2
- Huáng Jùnliàng (@JLHwung)
- Nicolò Ribaudo (@nicolo-ribaudo)
- 7.10.430 Jun 2020withdrawn: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-dynamic-import instead.
Release notes
Open source →v7.10.4 (2020-06-30)
Thanks @penguingovernor, @sajadtorkamani and @wojtekmaj for their first PRs!
:eyeglasses: Spec Compliance
babel-helper-member-expression-to-functions,babel-plugin-proposal-class-propertiesbabel-parser,babel-types
:bug: Bug Fix
babel-types- #11752 [regression] Don't validate file.comments in
@babel/types(@nicolo-ribaudo)
- #11752 [regression] Don't validate file.comments in
babel-plugin-proposal-do-expressions,babel-types
:nail_care: Polish
babel-parser- #11722 Add better parser error when using jsx (@penguingovernor)
babel-core
:house: Internal
babel-core,babel-helper-fixtures,babel-standalone,babel-traverse- #11758 Replace non-inclusive "whitelist" and "blacklist" terms with "allowlist" etc. (@wojtekmaj)
babel-parser- #11376 Add @babel/eslint-plugin-development-internal (@kaicataldo)
babel-core
Committers: 7
- Huáng Jùnliàng (@JLHwung)
- Jorge Henriquez (@penguingovernor)
- Kai Cataldo (@kaicataldo)
- Nicolò Ribaudo (@nicolo-ribaudo)
- Simon Kotwicz (@simonkotwicz)
- William Law (@wlawt)
- Wojciech Maj (@wojtekmaj)
- 7.10.127 May 2020withdrawn: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-dynamic-import instead.
Release notes
Open source →v7.10.1 (2020-05-27)
This releases includes fixes for two bugs introduced in 7.10.0. There are still a few known bugs, and we'll fix them soon.
Thanks @saulosantiago for your first PR!
:bug: Bug Fix
babel-preset-env- #11633 [hotfix] Use same targets for fields as for private methods (@nicolo-ribaudo)
babel-standalone- #11624 Fix standalone tag when data-type is not set. (@dfabulich)
:house: Internal
- Every package
- #11625 Use
repository.directoryfield inpackage.jsonfiles (@saulosantiago)
- #11625 Use
Committers: 3
- Dan Fabulich (@dfabulich)
- Nicolò Ribaudo (@nicolo-ribaudo)
- Saulo Santiago (@saulosantiago)
- 7.8.313 Jan 2020withdrawn: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-dynamic-import instead.
Release notes
Open source →v7.8.3 (2020-01-13)
:bug: Bug Fix
:house: Internal
babel-preset-env-standalone,babel-standalone- #10994 Ignore .map files in standalone packages (@nicolo-ribaudo)
babel-plugin-proposal-decorators,babel-plugin-proposal-dynamic-import,babel-plugin-proposal-logical-assignment-operators,babel-plugin-proposal-object-rest-spread,babel-plugin-syntax-async-generators,babel-plugin-syntax-bigint,babel-plugin-syntax-dynamic-import,babel-plugin-syntax-json-strings,babel-plugin-syntax-nullish-coalescing-operator,babel-plugin-syntax-object-rest-spread,babel-plugin-syntax-optional-catch-binding,babel-plugin-syntax-optional-chaining,babel-plugin-transform-flow-strip-types,babel-plugin-transform-modules-commonjs,babel-plugin-transform-modules-systemjs,babel-plugin-transform-react-constant-elements,babel-preset-env-standalone,babel-preset-env,babel-standalone- #10820 Archive syntax plugins enabled by default (@nicolo-ribaudo)
:leftwards_arrow_with_hook: Revert
- Every package
- #11003 Revert "chore: specify package type (#10849)" (@nicolo-ribaudo)
Committers: 2
- Huáng Jùnliàng (@JLHwung)
- Nicolò Ribaudo (@nicolo-ribaudo)
- 7.8.012 Jan 2020withdrawn: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-dynamic-import instead.
Release notes
Open source →v7.8.0 (2020-01-12)
Blog post on the website
:eyeglasses: Spec Compliance
babel-parser- #10980 Disallow private name in object elements and TS type elements (@JLHwung)
- #10955 LiteralPropertyName should allow BigIntLiteral (@JLHwung)
- #10953 fix: check await when parsing AsyncArrowBindingIdentifier (@JLHwung)
- #10947 Fix: TopLevelAwait should respect await identifiers defined in sub scope. (@JLHwung)
- #10946 fix: Class Field Initializer should not allow await expression as immediate child (@JLHwung)
babel-plugin-proposal-numeric-separatorbabel-generator,babel-parser,babel-plugin-proposal-private-methods- #10456 [parser] Disallow duplicate and undeclared private names (@nicolo-ribaudo)
:boom: Breaking Change
babel-types- #10917 (opt-in) Improve @babel/types with env.BABEL_TYPES_8_BREAKING (@nicolo-ribaudo)
:rocket: New Feature
babel-standalonebabel-core- #10783 Add babelrc.json support (@yordis)
- #10903 Add support for babel.config.mjs and .babelrc.mjs (@nicolo-ribaudo)
babel-compat-data,babel-preset-env-standalone,babel-preset-envbabel-helper-module-transforms,babel-plugin-transform-modules-systemjsbabel-parser- #10817 enable optional chaining by default in @babel/parser (@jackisherwood)
babel-cli- #10887 --copy-ignored flag added to CLI (@rajasekarm)
- #9144 Add --out-file-extension option to babel-cli (@eps1lon)
babel-core,babel-generator,babel-parser- #10819 Enable nullish coalescing by default in @babel/parser (@layershifter)
babel-core,babel-parser- #10843 [parser] enable dynamic import by default (@AbdulAli19)
:bug: Bug Fix
babel-nodebabel-plugin-proposal-numeric-separatorbabel-preset-envbabel-parser- Other
babel-traverse- #10949 Override toString in case this function is printed (@jayenashar)
babel-helper-module-transforms,babel-plugin-transform-modules-commonjsbabel-traverse,babel-typesbabel-core- #10914
@babel/core: parse should parse only (@kaicataldo)
- #10914
babel-helpers
:nail_care: Polish
babel-nodebabel-parser
:memo: Documentation
babel-preset-env- Other
- #10973 Added instructions to fork the repo in order to setup. (@sidntrivedi012)
:house: Internal
babel-preset-envbabel-core- #10507 Prepare @babel/core for asynchronicity (@nicolo-ribaudo)
- Other
- #10979 Reduce false negative cases of typescript parser tests (@JLHwung)
- #10976 Update Test262, Flow and TS parser tests (@nicolo-ribaudo)
- #10964 Bump coverage target from 80% to 90% (@nicolo-ribaudo)
- #10958 Fix recent e2e-vuejs-cli error (@JLHwung)
- #10919 Add integration test: e2e-vue-cli (@JLHwung)
- #10943 chore: update test262 (@JLHwung)
- #10918 chore: refine e2e test scripts (@JLHwung)
- #10905 chore: separate build-standalone with coverage (@JLHwung)
- #10898 Move coverage to GitHub actions (@JLHwung)
babel-compat-data,babel-helper-compilation-targets,babel-preset-env- #10899 Extract targets parser and compat data from preset-env (@nicolo-ribaudo)
babel-parser- #10950 test: add invalid-lone-import test (@JLHwung)
- #10936 refactor: remove unecessary checkYieldAwaitInDefaultParams (@JLHwung)
- #10935 refactor: remove unused invalidTemplateEscapePosition tokenizer state (@JLHwung)
- #10939 TSTypeCastExpression should not be inside call parameters (@JLHwung)
- #10942 Remove unused parser methods (@JLHwung)
- Every package
:leftwards_arrow_with_hook: Revert
Committers: 17
- Abdul Ali (@AbdulAli19)
- Anders Kaseorg (@andersk)
- Barthélémy Ledoux (@elevatebart)
- Huáng Jùnliàng (@JLHwung)
- Jack Isherwood (@jackisherwood)
- James Beavers (@Druotic)
- Jayen Ashar (@jayenashar)
- Kai Cataldo (@kaicataldo)
- Klaus Meinhardt (@ajafff)
- Nicolò Ribaudo (@nicolo-ribaudo)
- Oleksandr Fediashov (@layershifter)
- Raja Sekar (@rajasekarm)
- Sebastian Silbermann (@eps1lon)
- Siddhant N Trivedi (@sidntrivedi012)
- Tsubasa Nakayama (@bassaer)
- Yordis Prieto (@yordis)
- ZYSzys (@ZYSzys)
- 7.7.422 Nov 2019withdrawn: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-dynamic-import instead.
Release notes
Open source →v7.7.4 (2019-11-23)
Thanks @chrishinrichs, @khoumani, @m-ahmadi, @BBlackwo, @SakibulMowla, @4geru, @Shriram-Balaji, @ZYSzys and @arku for their first PRs!
:bug: Bug Fix
babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime- #10748 Add support for native esm to @babel/runtime. (@nicolo-ribaudo)
babel-preset-env- #10742 Update preset-env mappings. (@existentialism)
babel-parser- #10737 Flow enums: fix enum body location. (@gkz)
- #10657 Fix some incorrect typeof parsing in flow. (@existentialism)
- #10582 [parser] Allow optional async methods. (@gonzarodriguezt)
- #10710 register import equals specifier. (@JLHwung)
- #10592 Allow TypeScript type assertions in array destructuring. (@SakibulMowla)
babel-preset-env-standalonebabel-plugin-transform-function-name,babel-plugin-transform-modules-umd,babel-preset-envbabel-clibabel-plugin-proposal-optional-chaining- #10694 Fix optional method chaining in derived classes. (@Shriram-Balaji)
babel-parser,babel-typesbabel-traversebabel-helpers,babel-plugin-proposal-object-rest-spread,babel-preset-env- #10683 Fix: Don't call Object.keys on non-objects (babel#10482). (@chrishinrichs)
:nail_care: Polish
babel-plugin-proposal-nullish-coalescing-operator
:house: Internal
- Other
- #10731 Removed duplicate key in package.json. (@rajasekarm)
- #10718 chore: use loose mode of transform. (@JLHwung)
- #10579 Implement PR workflow for running test262 on babel PRs. (@jbhoosreddy)
- #10648 bump @babel/* dev dependencies. (@JLHwung)
- #10569 E2E test Babel with itself before publishing. (@nicolo-ribaudo)
babel-corebabel-plugin-transform-literals,babel-preset-env-standalonebabel-cli
Committers: 15
- 4geru koichi uchinishi (4geru)
- Brian Ng (existentialism)
- George Zahariev (gkz)
- Huáng Jùnliàng (JLHwung)
- Jaideep Bhoosreddy (jbhoosreddy)
- Kai Cataldo (kaicataldo)
- Kenza Houmani (khoumani)
- Mohammad Ahmadi (m-ahmadi)
- Nicolò Ribaudo (nicolo-ribaudo)
- Raja Sekar (rajasekarm)
- Sakibul Mowla (SakibulMowla)
- Shriram Balaji (Shriram-Balaji)
- ZYSzys (ZYSzys)
- chrishinrichs
- gr (gonzarodriguezt)
- 7.7.05 Nov 2019withdrawn: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-dynamic-import instead.
Release notes
Open source →v7.7.0 (2019-11-05)
:eyeglasses: Spec Compliance
babel-typesbabel-parser
:rocket: New Feature
babel-generator,babel-helper-create-class-features-plugin,babel-parser,babel-plugin-transform-typescript,babel-preset-typescript,babel-types- #10545 Add support for TS declare modifier on fields. (@nicolo-ribaudo)
babel-core,babel-parser,babel-preset-typescript- #10363 @babel/parser error recovery. (@nicolo-ribaudo)
babel-core- #10599 Add support for .cjs config files. (@nicolo-ribaudo)
- #10501 Add support for babel.config.json. (@devongovett)
- #10361 feat: if code frame error is on a single line, highlight the whole path. (@SimenB)
babel-plugin-syntax-top-level-await,babel-preset-env- #10573 Create @babel/plugin-syntax-top-level-await. (@nicolo-ribaudo)
babel-helper-builder-react-jsx,babel-plugin-transform-react-jsx,babel-preset-reactbabel-generator,babel-parser,babel-plugin-proposal-decorators,babel-plugin-syntax-flow,babel-typesbabel-plugin-transform-function-name,babel-plugin-transform-modules-umd,babel-preset-env- #10477 Changes UMD callsite to be more likely to pass in the intended object.. (@MicahZoltu)
babel-parser- #10449 Create parser plugin "topLevelAwait". (@nicolo-ribaudo)
- #10521 [parser] Enable "exportNamespaceFrom" by default. (@nicolo-ribaudo)
- #10483 [parser] Add support for private fields in TypeScript. (@nicolo-ribaudo)
babel-generator,babel-parser,babel-types- #10543 add assertions signature for TypeScript. (@tanhauhau)
babel-cli,babel-registerbabel-cli- #10399 Closes #8326, add back --quiet option.. (@chris-peng-1244)
:bug: Bug Fix
babel-helpers,babel-plugin-proposal-async-generator-functions,babel-plugin-proposal-function-sent,babel-preset-env- #10422 Correctly delegate .return() in async generator. (@nicolo-ribaudo)
babel-helper-module-transforms,babel-plugin-transform-modules-commonjs- #10628 Don't throw when destructuring into a var named as an import. (@nicolo-ribaudo)
babel-plugin-transform-modules-systemjsbabel-parser- #10631 [TS] Parse calls with type args in optional chains. (@nicolo-ribaudo)
- #10607 fixed missing errors on assignment pattern in object expression. (@vivek12345)
- #10594 [parser] Parse only modifiers of actual methods. (@gonzarodriguezt)
babel-plugin-transform-typescript- #10555 [TS] Correctly transform computed strings and templates in enums. (@nicolo-ribaudo)
babel-corebabel-plugin-proposal-decorators- #10578 [decorators] fix: support string literal properties. (@mwhitworth)
babel-helpers,babel-plugin-proposal-dynamic-import,babel-plugin-transform-modules-commonjs,babel-preset-envbabel-traverse- #9777 [traverse] Allow skipping nodes inserted with .replaceWith(). (@nicolo-ribaudo)
babel-preset-env- #10146 Inject core-js@3 imports in Program:exit instead of on post(). (@nicolo-ribaudo)
babel-generator- #10519 Fix generator missing parens around an arrow returning function type. (@existentialism)
babel-plugin-transform-async-to-generator,babel-preset-env,babel-traverse- #9939 Don't use args rest/spread to hoist super method calls. (@nicolo-ribaudo)
:nail_care: Polish
babel-plugin-transform-classes,babel-plugin-transform-regenerator,babel-preset-env- #9481 [preset-env] Don't use async-to-generator when already using regenerator. (@nicolo-ribaudo)
babel-helpers,babel-plugin-transform-modules-commonjs,babel-preset-envbabel-register
:house: Internal
babel-cli,babel-nodebabel-registerbabel-helper-create-regexp-features-plugin,babel-plugin-proposal-unicode-property-regex,babel-plugin-transform-dotall-regex,babel-plugin-transform-named-capturing-groups-regex,babel-plugin-transform-unicode-regex,babel-preset-envbabel-preset-envbabel-helper-module-imports- Other
- #10600 Test node@13 on circle. (@existentialism)
- #10593 chore: replace outdated travis-ci.org badges [ci skip]. (@JLHwung)
- #10591 chore: test against Node.js 13. (@JLHwung)
- #10556 Add master branch workflow for test262 tests. (@jbhoosreddy)
babel-runtime- #10418 docs: add homepage link. (@DanArthurGallagher)
babel-helper-annotate-as-pure,babel-helper-bindify-decorators,babel-helper-builder-binary-assignment-operator-visitor,babel-helper-builder-react-jsx,babel-helper-call-delegate,babel-helper-define-map,babel-helper-explode-assignable-expression,babel-helper-explode-class,babel-helper-function-name,babel-helper-get-function-arity,babel-helper-hoist-variables,babel-helper-member-expression-to-functions,babel-helper-module-imports,babel-helper-module-transforms,babel-helper-optimise-call-expression,babel-helper-remap-async-to-generator,babel-helper-replace-supers,babel-helper-simple-access,babel-helper-split-export-declaration,babel-helper-wrap-function,babel-helpers,babel-template
:running_woman: Performance
Committers: 28
- Alejandro Sánchez (alejo90)
- Bogdan Chadkin (TrySound)
- Brian Ng (existentialism)
- Chris Garrett (pzuraq)
- Daniel Arthur Gallagher (DanArthurGallagher)
- Devon Govett (devongovett)
- Eugene Myunster (t0lkman)
- ExE Boss (ExE-Boss)
- George Zahariev (gkz)
- Georgii Dolzhykov (thorn0)
- Gerald (gera2ld)
- Huáng Jùnliàng (JLHwung)
- Ivan Medina (ivandevp)
- Jaideep Bhoosreddy (jbhoosreddy)
- Linus Unnebäck (LinusU)
- Martin Forsgren (dentrado)
- Mateusz Burzyński (Andarist)
- Matthew Whitworth (mwhitworth)
- Micah Zoltu (MicahZoltu)
- Mohammad Ahmadi (m-ahmadi)
- Nicolò Ribaudo (nicolo-ribaudo)
- Simen Bekkhus (SimenB)
- Tan Li Hau (tanhauhau)
- Vivek Nayyar (vivek12345)
- gr (gonzarodriguezt)
- piotr (pnowak)
- samuel kwok (samMeow)
- 彭驰 (chris-peng-1244)
- 7.5.04 Jul 2019withdrawn: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-dynamic-import instead.
Release notes
Open source →v7.5.0 (2019-07-04)
:eyeglasses: Spec Compliance
:rocket: New Feature
babel-parser- #10091 BigInt type for Flow (@tanhauhau)
- #9450 Implement f# pipeline in parser (@mAAdhaTTah)
- #9912 [legacy decorators] Allow decorating generator methods (@nicolo-ribaudo)
- #9864 [@babel/parser] Add "allowUndeclaredExports" option (@nicolo-ribaudo)
babel-plugin-proposal-dynamic-import,babel-preset-env-standalone,babel-preset-env- #10109 Add @babel/plugin-proposal-dynamic-import to @babel/preset-env (@nicolo-ribaudo)
babel-plugin-proposal-dynamic-import,babel-plugin-transform-modules-amd,babel-plugin-transform-modules-commonjs,babel-plugin-transform-modules-systemjs- #9552 Create @babel/plugin-proposal-dynamic-import (@nicolo-ribaudo)
babel-plugin-proposal-pipeline-operator,babel-plugin-syntax-pipeline-operator- #9984 Transform for F# Pipeline (@thiagoarrais)
babel-plugin-transform-typescript,babel-types- #9785 Implement TypeScript namespace support (@Wolvereness)
:bug: Bug Fix
babel-plugin-proposal-do-expressions,babel-traverse- #10072 fix await and yield for do expression (@tanhauhau)
babel-helpers,babel-plugin-transform-react-constant-elementsbabel-preset-env- #10127 Bump compat-table and updating preset-env mappings (@existentialism)
- #8897 Allow
defaultsquery in preset-env (@existentialism)
babel-parser- #10132 fix import typeof in declare module (@tanhauhau)
- #10084 flow - allow type parameter defaults in function declarations (@tanhauhau)
babel-typesbabel-nodebabel-generatorbabel-plugin-transform-typescript- #10034 Use scope for typescript export removals (@Wolvereness)
- #10019 fix(typescript): erase default export if exporting a TS type (@airato)
babel-helper-create-class-features-plugin,babel-plugin-proposal-class-properties,babel-traverse- #10029 Fixed computed keys for class expression (@tanhauhau)
babel-helpers,babel-plugin-proposal-object-rest-spread,babel-preset-env- #9384 Retry to fix object spread helper compatibility (@saschanaz)
babel-plugin-transform-destructuring- #10013 fix destructuring rest with template literal (@tanhauhau)
babel-helper-create-class-features-plugin,babel-plugin-transform-typescript- #9610 Use
injectInitializationto generate ts parameter properties (@nicolo-ribaudo)
- #9610 Use
:nail_care: Polish
babel-core- #10157 Fix incorrect usage of $o instead of %o in debug (@ChlorideCull)
babel-helpersbabel-plugin-transform-typescript
:memo: Documentation
babel-plugin-proposal-partial-application,babel-plugin-syntax-partial-application
Committers: 24
- Airat Aminev (@airato)
- Artem Butusov (@sormy)
- Blaine Bublitz (@phated)
- Bogdan Savluk (@zxbodya)
- Brian Ng (@existentialism)
- Daniel Tschinder (@danez)
- Erik Arvidsson (@arv)
- Henry Zhu (@hzoo)
- James DiGioia (@mAAdhaTTah)
- Jamie Kyle (@jamiebuilds)
- Kagami Sascha Rosylight (@saschanaz)
- Letladi Sebesho (@Letladi)
- Martin Zlámal (@mrtnzlml)
- Mateusz Burzyński (@Andarist)
- Maël Nison (@arcanis)
- Min ho Kim (@minho42)
- Nicolò Ribaudo (@nicolo-ribaudo)
- Paul Comanici (@darkyndy)
- Pig Fang (@g-plane)
- Sebastian Johansson (@ChlorideCull)
- Sven Sauleau (@xtuc)
- Tan Li Hau (@tanhauhau)
- Thiago Arrais (@thiagoarrais)
- Wesley Wolfe (@Wolvereness)