-
Notifications
You must be signed in to change notification settings - Fork 47.4k
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
fix(react-compiler): implement NumericLiteral as ObjectPropertyKey #31791
base: main
Are you sure you want to change the base?
fix(react-compiler): implement NumericLiteral as ObjectPropertyKey #31791
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Hi @dimaMachina! Thank you for your pull request. We require contributors to sign our Contributor License Agreement, and yours needs attention. You currently have a record in our system, but the CLA is no longer valid, and will need to be resubmitted. ProcessIn order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA. Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with If you have received this in error or have any questions, please contact us at [email protected]. Thanks! |
This comment was marked as spam.
This comment was marked as spam.
friendly ping @josephsavona as you requested to create PR with fix in twitter |
This comment was marked as spam.
This comment was marked as spam.
Yeah, will take a look tomorrow |
21: 'dimaMachina' | ||
} | ||
return <div>{obj[21]}</div> | ||
} |
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.
please add a fixture here so that we can test evaluation with/without compilation:
export const FIXTURE_ENTRYPOINT = {
fn: Test,
params: [{}],
};
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.
also be sure to update fixtures after this
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.
Thank you! Updated! Could you also review my other contribution to the react compiler? #31792
I just pushed there similar change 🙂
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.
Just one change, then this should be good to land. Thanks!
Thanks for taking your time on my little efforts🙏🙏
…On Fri, 10 Jan, 2025, 22:07 Joseph Savona, ***@***.***> wrote:
***@***.**** requested changes on this pull request.
Just one change, then this should be good to land. Thanks!
—
Reply to this email directly, view it on GitHub
<#31791 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A46NNG53CXXOP2TJDCEOQN32J7ZK7AVCNFSM6AAAAABTU3XIUCVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZDKNBSHEZDONRRGI>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
fix https://x.com/dimaMachina_/status/1867706100264652875 cc @josephsavona