facebookarchive/prepack

realm.$TemplateMap is persistent throughout effects

Aperta

#2129 aperta il 18 giu 2018

 (0 commenti) (0 reazioni) (0 assegnatari)JavaScript (520 fork)batch import
abstractbughelp wantedinterpreterlevel 2 (easy)

Metriche repository

Star
 (14.268 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

Using ES2015 tagged template literals makes use of a $TemplateMap on the realm. When we evaluateForEffects and create a tagged template inside some effects, then revert the effects, it's expected that the newly created array objects in the template map are also stored on effects and properly reverted.

Guida contributor