GitHub
10/19/2023, 5:18 PMv7.23.2 (2023-10-11)
NOTE: This release also re-publishes, even if it does not appear in the linked release commit.@babel/core
Thanks `@jimmydief` for your first PR!
🐛 Bug Fix
•babel-traverse
• #16033 Only evaluate own String/Number/Math methods (`@nicolo-ribaudo`)
•babel-preset-typescript
• #16022 Rewriteextension when using.tsx(`@jimmydief`)rewriteImportExtensions
•babel-helpers
• #16017 Fix: fallback to typeof when toString is applied to incompatible object (`@JLHwung`)
•,babel-helpers,babel-plugin-transform-modules-commonjs,babel-runtime-corejs2,babel-runtime-corejs3babel-runtime
• #16025 Avoid override mistake in namespace imports (`@nicolo-ribaudo`)
Committers: 5
• Babel Bot (`@babel-bot`)
• Huáng Jùnliàng (`@JLHwung`)
• James Diefenderfer (`@jimmydief`)
• Nicolò Ribaudo (`@nicolo-ribaudo`)
• `@liuxingbaoyu`
v7.23.1 (2023-09-25)
Re-publishingdue to a publishing error in 7.23.0.@babel/helpers
v7.23.0 (2023-09-25)
Thanks `@lorenzoferre` and `@RajShukla1` for your first PRs!
🚀 New Feature
•,babel-plugin-proposal-import-wasm-source,babel-plugin-syntax-import-sourcebabel-plugin-transform-dynamic-import
• #15870 Support transformingfor wasm (`@nicolo-ribaudo`)import source
•,babel-helper-module-transforms,babel-helpers,babel-plugin-proposal-import-defer,babel-plugin-syntax-import-defer,babel-plugin-transform-modules-commonjs,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtimebabel-standalone
• #15878 Implementproposal transform support (`@nicolo-ribaudo`)import defer
•,babel-generator,babel-parserbabel-types
• #15845 Implementparsing support (`@nicolo-ribaudo`)import defer
• #15829 Add parsing support for the "source phase imports" proposal (`@nicolo-ribaudo`)
•,babel-generator,babel-helper-module-transforms,babel-parser,babel-plugin-transform-dynamic-import,babel-plugin-transform-modules-amd,babel-plugin-transform-modules-commonjs,babel-plugin-transform-modules-systemjs,babel-traversebabel-types
• #15682 Addparser option (`@JLHwung`)createImportExpressions
•babel-standalone
• #15671 Pass through nonce to the transformed script element (`@JLHwung`)
•,babel-helper-function-name,babel-helper-member-expression-to-functions,babel-helpers,babel-parser,babel-plugin-proposal-destructuring-private,babel-plugin-proposal-optional-chaining-assign,babel-plugin-syntax-optional-chaining-assign,babel-plugin-transform-destructuring,babel-plugin-transform-optional-chaining,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime,babel-standalonebabel-types
• #15751 Add support for optional chain in assignments (`@nicolo-ribaudo`)
•,babel-helpersbabel-plugin-proposal-decorators
• #15895 Implement the "decorator metadata" proposal (`@nicolo-ribaudo`)
•,babel-traversebabel-types
• #15893 Add(`@liuxingbaoyu`)t.buildUndefinedNode
•... (truncated) Changelog Sourced from `@babel/traverse`'s changelog.babel-preset-typescript
v7.23.2 (2023-10-11)
🐛 Bug Fix
•babel-traverse
• #16033 Only evaluate own String/Number/Math methods (`@nicolo-ribaudo`)
•babel-preset-typescript
• #16022 Rewriteextension when using.tsx(`@jimmydief`)rewriteImportExtensions
•babel-helpers
• #16017 Fix: fallback to typeof when toString is applied to incompatible object (`@JLHwung`)
•,babel-helpers,babel-plugin-transform-modules-commonjs,babel-runtime-corejs2,babel-runtime-corejs3babel-runtime
• #16025 Avoid override mistake in namespace imports (`@nicolo-ribaudo`)
v7.23.0 (2023-09-25)
🚀 New Feature
•,babel-plugin-proposal-import-wasm-source,babel-plugin-syntax-import-sourcebabel-plugin-transform-dynamic-import
• #15870 Support transformingfor wasm (`@nicolo-ribaudo`)import source
•,babel-helper-module-transforms,babel-helpers,babel-plugin-proposal-import-defer,babel-plugin-syntax-import-defer,babel-plugin-transform-modules-commonjs,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtimebabel-standalone
• #15878 Implementproposal transform support (`@nicolo-ribaudo`)import defer
•,babel-generator,babel-parserbabel-types
• #15845 Implementparsing support (`@nicolo-ribaudo`)import defer
• #15829 Add parsing support for the "source phase imports" proposal (`@nicolo-ribaudo`)
•,babel-generator,babel-helper-module-transforms,babel-parser,babel-plugin-transform-dynamic-import,babel-plugin-transform-modules-amd,babel-plugin-transform-modules-commonjs,babel-plugin-transform-modules-systemjs,babel-traversebabel-types
• #15682 Addparser option (`@JLHwung`)createImportExpressions
•babel-standalone
• #15671 Pass through nonce to the transformed script element (`@JLHwung`)
•osquery/osquery-site ✅ All checks have passed 1/1 successful checks, `babel-helper-member-expression-to-functions…babel-helper-function-name
GitHub
10/24/2023, 3:15 AM