facebookarchive/prepack
GitHub で見るrealm.$TemplateMap is persistent throughout effects
Open
#2,129 opened on 2018年6月18日
abstractbughelp wantedinterpreterlevel 2 (easy)
Repository metrics
- Stars
- (14,268 stars)
- PR merge metrics
- (30d に merged PR はありません)
説明
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.