Sathya Gunasekaran 3aaf8be25c [hir] Use a stable identity for undefined value
InferReferenceEffects uses object identity to merge states, which breaks when we 
create a new object to model `undefined`. 

Two value objects representing `undefined` are not equal due to referential 
equality. 

Instead, let's use a singleton to represent `undefined` value.
2023-10-04 12:11:35 +05:30
Description
The library for web and native user interfaces.
MIT 1.5 GiB
Languages
JavaScript 67.9%
TypeScript 29.2%
HTML 1.5%
CSS 1.1%
CoffeeScript 0.2%
Other 0.1%