-
-
Notifications
You must be signed in to change notification settings - Fork 719
refactor(napi/parser): remove unnecessary #[estree(field_order)] attr
#14144
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(napi/parser): remove unnecessary #[estree(field_order)] attr
#14144
Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
#[estree(field_order)] attr#[estree(field_order)] attr
Boshen
left a comment
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.
These could just be one PR ...
a394e91 to
38caec5
Compare
Merge activity
|
38caec5 to
dc6b90b
Compare
4dc5f69 to
e8cc925
Compare
dc6b90b to
ff24615
Compare
e8cc925 to
9d5f37b
Compare
…tr (#14144) `span` is now automatically moved to be last field, so no need to specify field order explicitly here.
ff24615 to
fd299aa
Compare
…tr (#14144) `span` is now automatically moved to be last field, so no need to specify field order explicitly here.
9d5f37b to
2b61f50
Compare
…tr (#14144) `span` is now automatically moved to be last field, so no need to specify field order explicitly here.
2b61f50 to
c0c0c17
Compare
fd299aa to
6fffdf9
Compare

spanis now automatically moved to be last field, so no need to specify field order explicitly here.