We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ObjectProperty
See: rolldown/rolldown#1656 (comment) Caused by #4319
const { foo } = obj;
const { foo: foo } = obj;
The text was updated successfully, but these errors were encountered:
feat(codegen): print shorthand for all { x } variants
{ x }
fbe797a
closes #4340
d88850b
4e7dadb
680aebe
7f4c883
3d88f20
Successfully merging a pull request may close this issue.
See: rolldown/rolldown#1656 (comment)
Caused by #4319
In
Out
Expected
The text was updated successfully, but these errors were encountered: