Skip to content

chore: Some minor cleaning#17914

Merged
JLHwung merged 1 commit intobabel:mainfrom
liuxingbaoyu:misc-clean
Apr 16, 2026
Merged

chore: Some minor cleaning#17914
JLHwung merged 1 commit intobabel:mainfrom
liuxingbaoyu:misc-clean

Conversation

@liuxingbaoyu
Copy link
Copy Markdown
Member

Q                       A
Fixed Issues? Fixes #1, Fixes #2
Patch: Bug Fix?
Major: Breaking Change?
Minor: New Feature?
Tests Added + Pass? Yes
Documentation PR Link
Any Dependency Changes?
License MIT

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

These were removed in Babel 8, they no longer exist in the release because we remove them during make prepublish-build.

@babel-bot
Copy link
Copy Markdown
Collaborator

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

Comment thread package.json
"@babel/cli": "next",
"@babel/core": "next",
"@babel/cli": "8.0.0-rc.3",
"@babel/core": "8.0.0-rc.3",
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

This change is to make it easier for us to avoid using different versions of the package when bumping the baseline package in benchmark.

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented Mar 29, 2026

Open in StackBlitz

commit: 9cfffc7

2
)
);
} catch {}
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Q: Why do we need the new cleanup here now?

Copy link
Copy Markdown
Member Author

@liuxingbaoyu liuxingbaoyu Apr 8, 2026

Choose a reason for hiding this comment

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

When we remove helpers, the automatically generated files in @babel/runtime are not removed synchronously until we run make prepublish-build.

@JLHwung JLHwung merged commit 594a064 into babel:main Apr 16, 2026
56 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants