facebookarchive/prepack

Add support for `BoundFunction` to optimized functions

Open

#2.213 geöffnet am 6. Juli 2018

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (14.268 Stars) (520 Forks)batch import
enhancementhelp wantedoptimized functionspriority: low

Beschreibung

Currently you can only __optimize ECMAScriptSourceFunctionValueorObjectValuecorresponding to React Components. We should be able to__optimize BoundFunctionin a similar way toECMAScriptSourceFunctionValue`.

Contributor Guide