Skip to content

fix(babel-template): Properly handle empty string replacements#17284

Merged
nicolo-ribaudo merged 2 commits into
babel:mainfrom
magic-akari:fix/issue-17283
May 1, 2025
Merged

fix(babel-template): Properly handle empty string replacements#17284
nicolo-ribaudo merged 2 commits into
babel:mainfrom
magic-akari:fix/issue-17283

Conversation

@magic-akari

Copy link
Copy Markdown
Contributor
Q                       A
Fixed Issues? Fixes #17283
Major: Breaking Change?
Minor: New Feature?
Tests Added + Pass? Yes
Documentation PR Link
Any Dependency Changes?
License MIT

@babel-bot

babel-bot commented May 1, 2025

Copy link
Copy Markdown
Collaborator

Build successful! You can test your changes in the REPL here: https://babeljs.io/repl/build/59244

@nicolo-ribaudo nicolo-ribaudo left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@nicolo-ribaudo nicolo-ribaudo added the PR: Bug Fix 🐛 A type of pull request used for our changelog categories label May 1, 2025
@nicolo-ribaudo nicolo-ribaudo merged commit 59829db into babel:main May 1, 2025
57 checks passed
@github-actions github-actions Bot added the outdated A closed issue/PR that is archived due to age. Recommended to make a new issue label Aug 1, 2025
@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Aug 1, 2025
@magic-akari magic-akari deleted the fix/issue-17283 branch December 28, 2025 16:37
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

outdated A closed issue/PR that is archived due to age. Recommended to make a new issue PR: Bug Fix 🐛 A type of pull request used for our changelog categories

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Babel fails to transform ES module with empty string export name (export { a as "" })

4 participants