You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
#2577 disables the generation of .bind calls; instead, that changes makes Prepack always generate full-blown wrapper functions.
Bring back the original functionality, or explore other ways to bind local environments to functions which may be possible for mobile.
It's interesting that #2577 also didn't make any tests fail. So part of the work should be to produce test cases for all of the different conditions currently considered in #2577.
The text was updated successfully, but these errors were encountered:
#2577 disables the generation of
.bind
calls; instead, that changes makes Prepack always generate full-blown wrapper functions.Bring back the original functionality, or explore other ways to bind local environments to functions which may be possible for mobile.
It's interesting that #2577 also didn't make any tests fail. So part of the work should be to produce test cases for all of the different conditions currently considered in #2577.
The text was updated successfully, but these errors were encountered: