-
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
Optimize method calls w props receiver #31771
Conversation
[ghstack-poisoned]
Deployment failed with the following error:
View Documentation: https://vercel.com/docs/accounts/team-members-and-roles |
ghstack-source-id: 6a49070add645384c4b764db4749f829a1992f43 Pull Request resolved: #31771
Closes #31763 |
@@ -50,26 +50,35 @@ export const FIXTURE_ENTRYPOINT = { | |||
```javascript | |||
import { c as _c } from "react/compiler-runtime"; // @enableJsxOutlining | |||
function Component(arr) { |
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.
nit: can we rewrite this fixture to destructure props i.e. function Component({ arr })
?
``` | ||
|
||
### Eval output | ||
(kind: exception) Fixture not implemented |
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.
nit: could we add a FIXTURE_ENTRYPOINT
export here?
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.
nice!!
[ghstack-poisoned]
ghstack-source-id: 9c6361d548fa821f900c4a4f25ff7297d6c0b676 Pull Request resolved: #31771
Redo of #31771 without ghstack
Stack from ghstack (oldest at bottom):