Transform class static blocks
Last release 3 years ago
no release in 18 months
Ships fairly regularly
a new release about every 2 months
Unknown
no stable releases
21 versions withdrawn
withdrawn after publishing
6 years old
21 releases · first in 2020
Release timeline
21 releases since 2020Releases
- 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-class-static-block 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-class-static-block 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-class-static-block 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-class-static-block 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-class-static-block instead.
Nothing published for this version
- 7.21.020 Feb 2023withdrawn: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-static-block instead.
Release notes
Open source →v7.21.0 (2023-02-20)
Thanks @azizghuloum, @ehoogeveen-medweb, @fwienber, and @Lioness100 for your first PRs!
:rocket: New Feature
babel-core,babel-helper-create-class-features-plugin,babel-plugin-proposal-class-properties,babel-plugin-proposal-private-methods,babel-plugin-proposal-private-property-in-objectbabel-helper-create-regexp-features-plugin,babel-plugin-proposal-regexp-modifiers,babel-standalone- #15226 feat: Support regexp modifiers proposal (@liuxingbaoyu)
babel-cli,babel-core,babel-generator,babel-plugin-transform-destructuring,babel-plugin-transform-modules-commonjs,babel-plugin-transform-react-jsx,babel-traverse- #15022 feat: Generate sourcemaps of friendly call frames (@liuxingbaoyu)
babel-parser,babel-types- #15384 [ts] Support
constmodifier in type parameters (@nicolo-ribaudo)
- #15384 [ts] Support
babel-generator,babel-helpers,babel-parser,babel-plugin-proposal-decorators,babel-plugin-syntax-decorators,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime- #15405 Implement decorators as presented at
2023-01TC39 meeting (@nicolo-ribaudo)
- #15405 Implement decorators as presented at
babel-parser- #15114 Parser option to allow
new.targetoutside functions (@overlookmotel) - #15320 Add
annexb: falseparser option to disable Annex B (@nicolo-ribaudo)
- #15114 Parser option to allow
babel-core- #15283 feat: Support
.ctsas configuration file (@liuxingbaoyu)
- #15283 feat: Support
babel-generator,babel-parser,babel-plugin-transform-typescript- #15381 [ts] Support
export type * from(@nicolo-ribaudo)
- #15381 [ts] Support
:bug: Bug Fix
babel-plugin-transform-typescript- #15379 [ts5.0] Better inlining of constants in enums (@liuxingbaoyu)
babel-core- #15366 handling circular/shared structures in deep-clone (@azizghuloum)
babel-helper-create-class-features-plugin,babel-plugin-proposal-class-properties,babel-plugin-proposal-class-static-block,babel-plugin-proposal-private-methods,babel-plugin-transform-classes,babel-plugin-transform-new-targetbabel-parser,babel-plugin-transform-flow-comments,babel-plugin-transform-flow-strip-types,babel-types- #15414 [ts] Fix restrictions for optional parameters (@nicolo-ribaudo)
:nail_care: Polish
:house: Internal
babel-core- #15137 Improve CJS compat with ESM-based
@babel/core(@nicolo-ribaudo)
- #15137 Improve CJS compat with ESM-based
:microscope: Output optimization
babel-plugin-transform-typescript- #15418 [ts] Handle exponentiation operator in constant folding (@ehoogeveen-medweb)
Committers: 11
- Abdulaziz Ghuloum (@azizghuloum)
- Babel Bot (@babel-bot)
- Emanuel Hoogeveen (@ehoogeveen-medweb)
- Frank Wienberg (@fwienber)
- Huáng Jùnliàng (@JLHwung)
- Mateusz Burzyński (@Andarist)
- Nicolò Ribaudo (@nicolo-ribaudo)
- @Lioness100
- @liuxingbaoyu
- @overlookmotel
- fisker Cheung (@fisker)
- 7.20.722 Dec 2022withdrawn: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-static-block instead.
Release notes
Open source →v7.20.7 (2022-12-22)
Thanks @wsypower for your first PR!
:eyeglasses: Spec Compliance
babel-helper-member-expression-to-functions,babel-helper-replace-supers,babel-plugin-proposal-class-properties,babel-plugin-transform-classes- #15223 fix: Deleting super property should throw (@SuperSodaSea)
babel-helpers,babel-plugin-proposal-class-properties,babel-plugin-transform-classes,babel-plugin-transform-object-super- #15241 fix: Throw correct error types from sed ant class TDZ helpers (@SuperSodaSea)
:bug: Bug Fix
babel-parser,babel-plugin-transform-typescript- #15209 fix: Support auto accessors with TypeScript annotations (@liuxingbaoyu)
babel-traverse- #15287 Fix
.parentPathafter rename inSwitchCase(@nicolo-ribaudo)
- #15287 Fix
babel-plugin-transform-typescript,babel-traverse- #15284 fix: Ts import type and func with duplicate name (@liuxingbaoyu)
babel-plugin-transform-block-scoping- #15278 Fix tdz analysis for reassigned captured for bindings (@nicolo-ribaudo)
babel-plugin-proposal-async-generator-functions,babel-preset-env- #15235 fix: Transform
for awaitwith shadowed variables (@liuxingbaoyu)
- #15235 fix: Transform
babel-generator,babel-plugin-proposal-optional-chaining- #15258 fix: Correctly generate
(a ?? b) as T(@liuxingbaoyu)
- #15258 fix: Correctly generate
babel-plugin-transform-react-jsx,babel-types- #15233 fix: Emit correct sourcemap ranges for
JSXText(@liuxingbaoyu)
- #15233 fix: Emit correct sourcemap ranges for
babel-core,babel-helpers,babel-plugin-transform-computed-properties,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime- #15232 fix: Computed properties should keep original definition order (@SuperSodaSea)
babel-helper-member-expression-to-functions,babel-helper-replace-supers,babel-plugin-proposal-class-properties,babel-plugin-transform-classes- #15223 fix: Deleting super property should throw (@SuperSodaSea)
babel-generator- #15216 fix: Print newlines for leading Comments of
TSEnumMember(@liuxingbaoyu)
- #15216 fix: Print newlines for leading Comments of
:nail_care: Polish
babel-plugin-transform-block-scoping,babel-traverse- #15275 Improve relative execution tracking in fn exprs (@nicolo-ribaudo)
:house: Internal
babel-helper-define-map,babel-plugin-transform-property-mutators- #15274 Inline & simplify
@babel/helper-define-map(@nicolo-ribaudo)
- #15274 Inline & simplify
babel-core,babel-plugin-proposal-class-properties,babel-plugin-transform-block-scoping,babel-plugin-transform-classes,babel-plugin-transform-destructuring,babel-plugin-transform-parameters,babel-plugin-transform-regenerator,babel-plugin-transform-runtime,babel-preset-env,babel-traverse- #15200 Rewrite
transform-block-scopingplugin (@nicolo-ribaudo)
- #15200 Rewrite
:running_woman: Performance
babel-helper-compilation-targets- #15228 perf: Speed up
getTargets(@liuxingbaoyu)
- #15228 perf: Speed up
Committers: 6
- Babel Bot (@babel-bot)
- Huáng Jùnliàng (@JLHwung)
- Nicolò Ribaudo (@nicolo-ribaudo)
- Tianlan Zhou (@SuperSodaSea)
- @liuxingbaoyu
- 魏 (@wsypower)
- 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-class-static-block 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.18.019 May 2022withdrawn: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-static-block instead.
Release notes
Open source →v7.18.0 (2022-05-19)
Thanks @NickHeiner for your first PR!
:rocket: New Feature
babel-preset-envbabel-helper-create-class-features-plugin,babel-helper-define-map,babel-plugin-proposal-class-static-block,babel-plugin-proposal-destructuring-private,babel-plugin-proposal-object-rest-spread,babel-plugin-syntax-destructuring-private,babel-plugin-transform-destructuring,babel-plugin-transform-proto-to-assign,babel-plugin-transform-typescript,babel-standalone,babel-traverse,babel-typesbabel-generator,babel-parser,babel-types- #14359 [ts 4.7] Support optional variance annotations (@magic-akari)
babel-generator,babel-parser- #14476 [ts 4.7] Support
extendsconstraints forinfer(@sosukesuzuki)
- #14476 [ts 4.7] Support
babel-generator,babel-parser,babel-plugin-transform-typescript,babel-traverse,babel-types- #14457 [ts] Add support for instantiation expressions (@nicolo-ribaudo)
babel-helper-module-transforms,babel-plugin-transform-modules-amd,babel-plugin-transform-modules-commonjs,babel-plugin-transform-modules-umd- #14456 Pass filename to
importInteropmethod (@NickHeiner)
- #14456 Pass filename to
:bug: Bug Fix
babel-types- #14551 Do not create multiple copies of comments when cloning nodes (@liuxingbaoyu)
babel-parserbabel-plugin-transform-react-pure-annotations
:nail_care: Polish
babel-core,babel-helper-transform-fixture-test-runner,babel-helpers,babel-plugin-proposal-async-generator-functions,babel-plugin-transform-async-to-generator,babel-plugin-transform-block-scoping,babel-plugin-transform-classes,babel-plugin-transform-regenerator,babel-plugin-transform-runtime,babel-preset-env,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime,babel-standalone- #14538 Inline
regeneratorRuntimeas a normal helper (@nicolo-ribaudo)
- #14538 Inline
:house: Internal
babel-core,babel-helper-create-class-features-plugin,babel-plugin-proposal-decorators,babel-plugin-transform-modules-systemjs
Committers: 6
- Huáng Jùnliàng (@JLHwung)
- Nick Heiner (@NickHeiner)
- Nicolò Ribaudo (@nicolo-ribaudo)
- Sosuke Suzuki (@sosukesuzuki)
- @liuxingbaoyu
- magic-akari (@magic-akari)
- 7.17.1216 May 2022withdrawn: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-static-block instead.
Release notes
Open source →v7.17.12 (2022-05-16)
Thanks @varunsh-coder and @xiawenqi for your first pull requests!
:bug: Bug Fix
babel-plugin-transform-react-constant-elements- #14536 Never hoist JSX elts referencing vars from the current scope (@nicolo-ribaudo)
babel-generatorbabel-plugin-transform-destructuringbabel-parserbabel-parser,babel-plugin-transform-destructuring,babel-types- #14500 Fix parsing ts type casts and nested patterns in destructuring (@nicolo-ribaudo)
:house: Internal
babel-plugin-proposal-decorators,babel-typesbabel-corebabel-core,babel-generator,babel-helper-create-class-features-plugin,babel-helper-create-regexp-features-plugin,babel-helper-module-transforms,babel-helper-plugin-utils,babel-parser,babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression,babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining,babel-plugin-external-helpers,babel-plugin-proposal-async-do-expressions,babel-plugin-proposal-async-generator-functions,babel-plugin-proposal-class-properties,babel-plugin-proposal-class-static-block,babel-plugin-proposal-decorators,babel-plugin-proposal-export-default-from,babel-plugin-proposal-export-namespace-from,babel-plugin-proposal-function-sent,babel-plugin-proposal-json-strings,babel-plugin-proposal-logical-assignment-operators,babel-plugin-proposal-nullish-coalescing-operator,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-methods,babel-plugin-proposal-private-property-in-object,babel-plugin-proposal-record-and-tuple,babel-plugin-proposal-unicode-property-regex,babel-plugin-syntax-decorators,babel-plugin-syntax-destructuring-private,babel-plugin-syntax-flow,babel-plugin-syntax-import-assertions,babel-plugin-syntax-pipeline-operator,babel-plugin-syntax-record-and-tuple,babel-plugin-syntax-typescript,babel-plugin-transform-arrow-functions,babel-plugin-transform-async-to-generator,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-flow-comments,babel-plugin-transform-flow-strip-types,babel-plugin-transform-for-of,babel-plugin-transform-instanceof,babel-plugin-transform-jscript,babel-plugin-transform-literals,babel-plugin-transform-modules-amd,babel-plugin-transform-modules-commonjs,babel-plugin-transform-modules-systemjs,babel-plugin-transform-modules-umd,babel-plugin-transform-named-capturing-groups-regex,babel-plugin-transform-new-target,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-jsx,babel-plugin-transform-reserved-words,babel-plugin-transform-runtime,babel-plugin-transform-spread,babel-plugin-transform-template-literals,babel-plugin-transform-typeof-symbol,babel-plugin-transform-typescript,babel-preset-env,babel-preset-flow,babel-preset-react,babel-preset-typescript,babel-traverse,babel-types
Committers: 9
- Babel Bot (@babel-bot)
- Conrad Buck (@conartist6)
- Huáng Jùnliàng (@JLHwung)
- Justin Ridgewell (@jridgewell)
- Nicolò Ribaudo (@nicolo-ribaudo)
- Peeyush Kushwaha (@peey)
- Simon Lydell (@lydell)
- Varun Sharma (@varunsh-coder)
- Xia Wenqi (@xiawenqi)
- 7.17.621 Feb 2022withdrawn: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-static-block instead.
Release notes
Open source →v7.17.6 (2022-02-21)
Thanks @devsnek for your first PR!
:eyeglasses: Spec Compliance
babel-helper-module-transforms
:bug: Bug Fix
:microscope: Output optimization
babel-plugin-transform-react-constant-elements- #12975
allowMutablePropsOnTags: cache JSX constant elements with function props (@nicolo-ribaudo)
- #12975
babel-plugin-proposal-pipeline-operator,babel-standalone- #14278 [hack pipes] Inline topic token when possible (@nicolo-ribaudo)
babel-helper-create-class-features-plugin,babel-plugin-proposal-class-static-block,babel-plugin-proposal-decorators,babel-preset-env- #14275 Avoid IIFE for single-expression class static blocks (@nicolo-ribaudo)
Committers: 4
- Babel Bot (@babel-bot)
- Huáng Jùnliàng (@JLHwung)
- Nicolò Ribaudo (@nicolo-ribaudo)
- devsnek (@devsnek)
- 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-class-static-block 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-class-static-block 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-class-static-block 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.15.42 Sept 2021withdrawn: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-static-block instead.
Release notes
Open source →v7.15.4 (2021-09-02)
Thanks @flyinox, @komyg, and @meskill for your first PRs!
:eyeglasses: Spec Compliance
babel-helper-create-class-features-plugin,babel-helpers,babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining,babel-plugin-proposal-async-generator-functions,babel-plugin-proposal-class-properties,babel-plugin-proposal-private-methods,babel-plugin-proposal-private-property-in-object,babel-preset-env,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime
:bug: Bug Fix
- #13638 [eslint] Allow
"latest"asecmaVersion(@fisker) babel-traverse,babel-typesbabel-typesbabel-helper-compilation-targetsbabel-helper-create-class-features-plugin,babel-plugin-proposal-class-properties,babel-plugin-proposal-private-property-in-objectbabel-plugin-transform-typescript- #13664 [ts] Fix transform for nested namespaces shorthand syntax (@nicolo-ribaudo)
babel-parser- #13680 fix(babel-parser): delete
staticproperty from class static block for TS (@sosukesuzuki) - #13695 fix: assure left bracket is not consumed after dot (@JLHwung)
- #13680 fix(babel-parser): delete
babel-core
:memo: Documentation
:house: Internal
babel-helper-create-class-features-plugin,babel-plugin-proposal-class-static-block,babel-plugin-proposal-private-property-in-object,babel-plugin-syntax-class-static-block,babel-plugin-syntax-private-property-in-object,babel-plugin-syntax-top-level-await,babel-plugin-transform-modules-commonjs,babel-plugin-transform-modules-systemjs,babel-preset-env,babel-standalone
:running_woman: Performance
babel-core,babel-generator,babel-helper-annotate-as-pure,babel-helper-builder-binary-assignment-operator-visitor,babel-helper-builder-react-jsx,babel-helper-define-map,babel-helper-explode-assignable-expression,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-skip-transparent-expression-wrappers,babel-helper-split-export-declaration,babel-helper-wrap-function,babel-helpers,babel-preset-env,babel-template,babel-traversebabel-cli,babel-helper-define-map,babel-helpers,babel-node,babel-parser,babel-plugin-proposal-async-generator-functions,babel-plugin-proposal-decorators,babel-plugin-transform-classes,babel-plugin-transform-for-of,babel-plugin-transform-modules-systemjs,babel-plugin-transform-parameters,babel-traverse,babel-types
Committers: 11
- Babel Bot (@babel-bot)
- Dijun Liu (@flyinox)
- Federico Ciardi (@fedeci)
- Felipe Armoni (@komyg)
- Huáng Jùnliàng (@JLHwung)
- Mickey Rose (@lightmare)
- Nicolò Ribaudo (@nicolo-ribaudo)
- Sosuke Suzuki (@sosukesuzuki)
- @meskill
- fisker Cheung (@fisker)
- 王清雨 (@colinaaa)
- 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-class-static-block 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.317 May 2021withdrawn: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-static-block instead.
Release notes
Open source →v7.14.3 (2021-05-17)
:bug: Bug Fix
babel-core- #13321 Pass assumptions set in presets to plugins (@nicolo-ribaudo)
babel-parser- #13326 fix: preserve tokensLength in tryParse (@JLHwung)
- #13325 Parse
letdeclarations whose id starts with\(@nicolo-ribaudo)
babel-helper-create-class-features-plugin,babel-helper-replace-supers,babel-plugin-proposal-class-properties,babel-plugin-proposal-class-static-block- #13303 Don't duplicate the base class when using
constantSuper(@nicolo-ribaudo)
- #13303 Don't duplicate the base class when using
:house: Internal
- Other
babel-plugin-transform-block-scoping- #13304 Add test for fixed block scoping issue (@nicolo-ribaudo)
:microscope: Output optimization
babel-helper-create-class-features-plugin,babel-helper-replace-supers,babel-plugin-proposal-class-static-block,babel-preset-env- #13297 Compile static blocks without the intermediate priv field step (@nicolo-ribaudo)
Committers: 4
- Babel Bot (@babel-bot)
- Bogdan Savluk (@zxbodya)
- Huáng Jùnliàng (@JLHwung)
- Nicolò Ribaudo (@nicolo-ribaudo)
- 7.13.1115 Mar 2021withdrawn: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-static-block instead.
Release notes
Open source →v7.13.11 (2021-03-15)
:eyeglasses: Spec Compliance
babel-parser,babel-plugin-proposal-class-static-block
:bug: Bug Fix
babel-compat-data- #13000 Point to CJS files in
@babel/compat-data'sexports(@nicolo-ribaudo)
- #13000 Point to CJS files in
babel-parserbabel-compat-data,babel-helper-compilation-targets
:microscope: Output optimization
babel-helper-create-class-features-plugin,babel-plugin-proposal-async-generator-functions,babel-plugin-proposal-class-properties,babel-plugin-proposal-private-methods,babel-plugin-proposal-private-property-in-object,babel-plugin-transform-typescript,babel-preset-env- #12990 Use
functionrather thanvarto compile private methods (@nicolo-ribaudo)
- #12990 Use
Committers: 3
- Babel Bot (@babel-bot)
- Huáng Jùnliàng (@JLHwung)
- Nicolò Ribaudo (@nicolo-ribaudo)
- 7.12.133 Feb 2021withdrawn: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-static-block instead.
Release notes
Open source →v7.12.13 (2021-02-03)
Thanks @bradzacher, @bz2, @ChALkeR, @FauxFaux, @fedeci, @karansapolia, @panzarino, @shrinktofit, and @Zalathar for your first PRs!
:eyeglasses: Spec Compliance
babel-parserbabel-helper-create-class-features-plugin,babel-helpers,babel-plugin-proposal-private-methods,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtimebabel-plugin-transform-computed-properties,babel-plugin-transform-shorthand-properties
:bug: Bug Fix
babel-plugin-proposal-class-properties,babel-traverse- #12729 Fix class fields when
super()is in a default param (@nicolo-ribaudo)
- #12729 Fix class fields when
babel-plugin-proposal-class-properties,babel-plugin-transform-classes- #12723 Define class elements in the correct order (@nicolo-ribaudo)
babel-parser,babel-templatebabel-core,babel-helper-transform-fixture-test-runner,babel-register- #12728 Don't use
require()in ESM files (@nicolo-ribaudo)
- #12728 Don't use
babel-parser- #12686 (ts) Raise syntax error for an abstract method in non-abstract class (@sosukesuzuki)
- #12684 fix(parser): throw error with wrong typescript 'export declare' (@fedeci)
- #12520 Raise recoverable error for await expressions in sync functions (@sosukesuzuki)
- #12678 fix: start TypePredicate node after returnToken (@JLHwung)
- #12599 @babel/preset-typescript: fix tsx assigment issue (@Zzzen)
- #12562 [ts]Add optional property to OptionalCallExpression node that has type arguments (@sosukesuzuki)
babel-helpers,babel-plugin-transform-classesbabel-generatorbabel-register- #12665 fix: babel-register transform internal dependencies (@overlookmotel)
babel-nodebabel-typesbabel-plugin-transform-modules-systemjs- #12612 [systemjs] Fix: export star alongside with named export (@shrinktofit)
babel-plugin-transform-for-of- #12611 Transform labeled
for-ofinside bracelessifstatement (@nicolo-ribaudo)
- #12611 Transform labeled
babel-helper-create-class-features-plugin,babel-helper-replace-supers,babel-plugin-transform-classesbabel-helper-module-imports,babel-plugin-transform-react-jsx-development,babel-plugin-transform-react-jsx- #12546 Load
jsx-runtimeafter existing imports (@nicolo-ribaudo)
- #12546 Load
:nail_care: Polish
babel-helper-transform-fixture-test-runner,babel-parser,babel-preset-envbabel-cli,babel-core,babel-parser- #12437 Recover from "missing semicolon" errors (@nicolo-ribaudo)
babel-helper-create-class-features-plugin,babel-plugin-proposal-private-methods- #12713 Add
#to the private name in "write-only" errors (@nicolo-ribaudo)
- #12713 Add
babel-helper-compilation-targets,babel-preset-envbabel-code-frame
:memo: Documentation
- Other
- #12698 Add " 📢 Deprecation" to the changelog labels (@nicolo-ribaudo)
- Every package
- #12531 docs: add package-specific documentation links (@DanArthurGallagher)
:house: Internal
babel-traverse,babel-types- #12296 Use native ESM for dev scripts (@karansapolia)
babel-register- #12674 babel-register run default register with global module cache (@overlookmotel)
- Other
- #12659 Add
yarn-plugin-conditionsto update Babel 8 dependencies (@nicolo-ribaudo) - #12640 test: reuse lodash library within eslint tests (@armano2)
- #12592 Remove remaining references to lerna (@nicolo-ribaudo)
- #12659 Add
babel-generator,babel-preset-envbabel-core,babel-helper-compilation-targets,babel-plugin-transform-classes,babel-plugin-transform-function-name,babel-plugin-transform-parameters,babel-plugin-transform-regenerator,babel-preset-env
:microscope: Output optimization
babel-plugin-transform-modules-commonjs,babel-plugin-transform-template-literals,babel-plugin-transform-unicode-escapes,babel-preset-env- #12588 Declare template objects inline (@nicolo-ribaudo)
babel-plugin-transform-react-jsx
Committers: 22
- Armano (@armano2)
- Babel Bot (@babel-bot)
- Bogdan Savluk (@zxbodya)
- Brian Ng (@existentialism)
- Chris West (@FauxFaux)
- Daniel Arthur Gallagher (@DanArthurGallagher)
- ExE Boss (@ExE-Boss)
- Federico Ciardi (@fedeci)
- Henry Zhu (@hzoo)
- Huáng Jùnliàng (@JLHwung)
- Karan Sapolia (@karansapolia)
- Leslie Leigh (李的序) (@shrinktofit)
- Martin Packman (@bz2)
- Nicolò Ribaudo (@nicolo-ribaudo)
- Niklas Mischkulnig (@mischnic)
- Simen Bekkhus (@SimenB)
- Sosuke Suzuki (@sosukesuzuki)
- Stuart Cook (@Zalathar)
- Zach Panzarino (@panzarino)
- Zen (@Zzzen)
- @overlookmotel
- Сковорода Никита Андреевич (@ChALkeR)
- 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-class-static-block 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.12.014 Oct 2020withdrawn: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-static-block instead.
Release notes
Open source →v7.12.0 (2020-10-14)
Thanks @akphi, @Amareis, @barronwei, @iamfotx, @mischnic, @overlookmotel, @ryanrhee, @snitin315, @sosukesuzuki, @timgates42, @zweimach for their first PRs.
:eyeglasses: Spec Compliance
babel-core,babel-helper-module-transforms,babel-parser,babel-plugin-proposal-export-namespace-from,babel-plugin-syntax-module-string-names,babel-plugin-transform-modules-amd,babel-plugin-transform-modules-commonjs,babel-plugin-transform-modules-systemjs,babel-plugin-transform-modules-umd,babel-typesbabel-parser- #12111 [ts] Throw a syntax error for index signature with
declare(@sosukesuzuki)
- #12111 [ts] Throw a syntax error for index signature with
:rocket: New Feature
babel-core,babel-generator,babel-parser,babel-plugin-syntax-import-assertions,babel-plugin-syntax-module-attributes,babel-standalone,babel-typesbabel-core,babel-helper-create-class-features-plugin,babel-helper-module-transforms,babel-helper-replace-supers,babel-plugin-proposal-class-static-block,babel-plugin-transform-modules-commonjs,babel-standalone,babel-traverse,babel-typesbabel-generator,babel-parser,babel-plugin-syntax-class-static-block,babel-typesbabel-generator,babel-parser,babel-types- #12129 Support TypeScript mapped type 'as' clauses (@existentialism)
- #12147 [ts] Add support for the "intrinsic" keyword (@nicolo-ribaudo)
babel-parser,babel-types- #12131 [ts] Add support for template interpolations in types (@nicolo-ribaudo)
babel-plugin-transform-modules-systemjs- #12163 SystemJS top-level await support (@guybedford)
babel-plugin-transform-typescript,babel-preset-typescriptbabel-core,babel-helper-module-transforms,babel-parser,babel-plugin-proposal-export-namespace-from,babel-plugin-syntax-module-string-names,babel-plugin-transform-modules-amd,babel-plugin-transform-modules-commonjs,babel-plugin-transform-modules-systemjs,babel-plugin-transform-modules-umd,babel-typesbabel-core- #11907 Return a list of files that were read from loadPartialConfig (@devongovett)
:bug: Bug Fix
babel-parser- #12167 [ts] Add
asserts: falsetoTSTypePredicatenode (@sosukesuzuki) - #12161 Move check for TSTypeCastExpression to catch another case (@existentialism)
- #12120 Throw a recoverable error for missing initializer in const declaration (@sosukesuzuki)
- #12108 Improve syntax error for class fields in ambient context (@sosukesuzuki)
- #12088 Throw a syntax error for empty type parameter/argument (@sosukesuzuki)
- #12093 Throw an error for a declare class field that have an initializer (@sosukesuzuki)
- #12085 Do not throw an error for optional binding pattern params in function declaration (@sosukesuzuki)
- #12076 Fix invalid
setterparse (@fisker) - #12054 Throw a syntax error for a declare function with a body (@sosukesuzuki)
- #12065 Throw a syntax error for a constructor with type parameters (@sosukesuzuki)
- #12167 [ts] Add
babel-plugin-transform-typescriptbabel-helper-member-expression-to-functions,babel-plugin-proposal-class-properties,babel-plugin-proposal-nullish-coalescing-operator,babel-plugin-proposal-optional-chainingbabel-helper-builder-react-jsx-experimental,babel-plugin-transform-react-jsx-development,babel-plugin-transform-react-jsx,babel-preset-reactbabel-traverse,babel-typesbabel-generator- #12114 Fix printing TSTypeOperator (@existentialism)
- #12082 Ensure expressions wrapped in parens (@overlookmotel)
- #12081 Fix
@babel/generatordoes not print decorators of private properties (@zweimach) - #12086 Add sourcemap markings for each line of a string (@jridgewell)
babel-plugin-transform-modules-systemjsbabel-helper-module-transforms,babel-plugin-transform-modules-amd,babel-plugin-transform-modules-commonjs,babel-plugin-transform-modules-umd,babel-plugin-transform-runtimebabel-helper-create-regexp-features-plugin,babel-plugin-transform-unicode-regex- #12077 Bump regexpu-core (@existentialism)
babel-plugin-proposal-do-expressions,babel-traverse- #11728 fix(do-expr): SwitchStatement with IfStatement cases (@barronwei)
:nail_care: Polish
babel-parser- #12072 [parser] Better error message for missing number exponent (@iamfotx)
- #12061 Throw a syntax error for a parameter properties in not constructor (@sosukesuzuki)
babel-helper-compilation-targets,babel-helper-validator-option,babel-preset-env
:house: Internal
babel-cli,babel-helper-transform-fixture-test-runner,babel-traverse- #11797 Replace lodash 'defaults' usage with ES6 Spread initializer (@jayaddison)
babel-plugin-transform-runtime,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtimebabel-core- #11689 Instantiate presets before plugins (@nicolo-ribaudo)
babel-plugin-proposal-logical-assignment-operators,babel-plugin-proposal-numeric-separator,babel-plugin-syntax-import-meta,babel-plugin-syntax-logical-assignment-operators,babel-plugin-syntax-numeric-separator,babel-plugin-transform-modules-systemjs,babel-preset-env,babel-standalone- Other
- #12154 chore: bump gulp-cli to 2.3.0 (@JLHwung)
- #12134 Yarn 2.3 (@nicolo-ribaudo)
- #12099 fix: apply terser plugin only on *.min.js (@JLHwung)
- #12098 docs: update build required node version (@JLHwung)
- #12078 Bump Babel deps (@existentialism)
- #12070 chore: pin browserslist version to 4.12.0 (@JLHwung)
- #12063 chore: add git-blame-ignore-revs (@JLHwung)
- #12049 chore: use latest node on ci workflow when possible (@JLHwung)
babel-compat-data,babel-preset-envbabel-parser- #12103 Add missing tests for TypeScript syntax errors (@sosukesuzuki)
babel-core,babel-plugin-transform-runtime- #12102 docs: Fix simple typo, preprelease -> pre-release (@timgates42)
babel-compat-data
Committers: 21
- An Phi (@akphi)
- Ananda Umamil (@zweimach)
- Barron Wei (@barronwei)
- Brian Ng (@existentialism)
- Devon Govett (@devongovett)
- Guy Bedford (@guybedford)
- Huáng Jùnliàng (@JLHwung)
- James Addison (@jayaddison)
- Justin Ridgewell (@jridgewell)
- Luna Ruan (@lunaruan)
- Nicolò Ribaudo (@nicolo-ribaudo)
- Niklas Mischkulnig (@mischnic)
- Nitin Kumar (@snitin315)
- Ryan Rhee (@ryanrhee)
- Sosuke Suzuki (@sosukesuzuki)
- Sven Sauleau (@xtuc)
- Tim Gates (@timgates42)
- @overlookmotel
- fisker Cheung (@fisker)
- iamfotx (@iamfotx)
- Иван Плесских (@Amareis)