X Tutup
Skip to content

[Babel 8] fix: Correctly handle export references#17570

Merged
JLHwung merged 1 commit intobabel:mainfrom
liuxingbaoyu:fix-traverseForScope
Oct 26, 2025
Merged

[Babel 8] fix: Correctly handle export references#17570
JLHwung merged 1 commit intobabel:mainfrom
liuxingbaoyu:fix-traverseForScope

Conversation

@liuxingbaoyu
Copy link
Member

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

Ref: #17043

@liuxingbaoyu liuxingbaoyu added pkg: traverse (scope) i: regression PR: Bug Fix (next major) 🐛 A type of pull request used for our changelog categories for next major release labels Oct 25, 2025
@babel-bot
Copy link
Collaborator

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

@pkg-pr-new
Copy link

pkg-pr-new bot commented Oct 25, 2025

Open in StackBlitz

commit: 3569ac2

@JLHwung JLHwung merged commit 4cc3d88 into babel:main Oct 26, 2025
74 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 Jan 25, 2026
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 25, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

i: regression outdated A closed issue/PR that is archived due to age. Recommended to make a new issue pkg: traverse (scope) PR: Bug Fix (next major) 🐛 A type of pull request used for our changelog categories for next major release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Different scope.binding.references in Babel v7 and Babel v8

4 participants

X Tutup