Skip to content

docs: LVal coverage update #3103

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

Merged
merged 1 commit into from
Jun 18, 2025
Merged

Conversation

JLHwung
Copy link
Contributor

@JLHwung JLHwung commented Jun 17, 2025

Docs PR for babel/babel#17387

Documentation updates for Babel 8 AST changes:

  • Removed AssignmentPattern and RestElement from LVal alias: The LVal node no longer includes AssignmentPattern and RestElement, as these cannot be the left-hand side (LHS) of an assignment expression. Consequently, t.isLVal and t.assertsLVal will return false for these nodes. The migration guide suggests broadening the t.LVal type to include t.PatternLike where necessary.

Copy link

netlify bot commented Jun 17, 2025

Deploy Preview for babel-next ready!

Name Link
🔨 Latest commit 3f14154
🔍 Latest deploy log https://app.netlify.com/projects/babel-next/deploys/6851b3343f252e000866bbd9
😎 Deploy Preview https://deploy-preview-3103--babel-next.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link

netlify bot commented Jun 17, 2025

Deploy Preview for babel ready!

Name Link
🔨 Latest commit 3f14154
🔍 Latest deploy log https://app.netlify.com/projects/babel/deploys/6851b33492fd63000887afc2
😎 Deploy Preview https://deploy-preview-3103--babel.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@JLHwung JLHwung merged commit 994adf2 into babel:main Jun 18, 2025
4 checks passed
@JLHwung JLHwung deleted the lval-coverage-update branch June 18, 2025 12:38
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.

1 participant