facebookarchive/prepack
GitHub で見るMap NaN and Infinity to null in special case for JSON.parse(JSON.stringify(abstractObject))
Open
#1,010 opened on 2017年9月27日
abstractenhancementhelp wantedtest needed
Repository metrics
- Stars
- (14,268 stars)
- PR merge metrics
- (30d に merged PR はありません)
説明
If a property value is abstract can possibly be NaN or Infinity, then the abstract value should be wrapped in a conditional expression that returns null at runtime when the abstract values turns out to be NaN or Infinity at runtime.