You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is because the symbol b has two owner scopes, which makes rolldown consider it conflicted. So the symbol b was wrongly appiled the renaming logic and became b$1.
This is because the symbol
b
has two owner scopes, which makes rolldown consider it conflicted. So the symbolb
was wrongly appiled the renaming logic and becameb$1
.For input
The correct output should be
instead of https://github.com/rolldown-rs/rolldown/blob/b3c5e0178aec3381b54ed9bde3ee94bfa0fc0cc2/crates/rolldown/tests/esbuild/default/nested_scope_bug/artifacts.snap.
Related issues:
The text was updated successfully, but these errors were encountered: