-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
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
refactor(es/ast): Improve type definitions of patterns #8532
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
swc-bump:
- swc_common
- swc_ecma_ast --breaking
### Description Update swc crates to apply swc-project/swc#8532 and other bugfixes ### Testing Instructions next.js counterpart: vercel/next.js#61662 Closes PACK-2390
# Turbopack changes * vercel/turborepo#7342 <!-- OJ Kwon - docs(turbopack): build, deploy rustdocs --> * vercel/turborepo#7356 <!-- OJ Kwon - ci(workflow): remove doc deploy --> * vercel/turborepo#7272 <!-- Donny/강동윤 - build: Update `swc_core` to `v0.90.7` --> ### What? Update swc crates ### Why? - To apply swc-project/swc#8532 and other bugfixes ### How? - Closes PACK-2389 - Closes PACK-2446 - Closes #61788
Description:
AssignmentTarget
fromoxc
.BindingIdentifier
in more places.Related issue:
AssignmentTarget
#8026