ajvincent / es-membrane

An ECMAScript implementation of a Membrane, allowing users to dynamically hide, override, or extend objects in JavaScript with controlled effects on the original objects.
ISC License
109 stars 13 forks source link

Test for order of ProxyListeners firing in freeze/seal operations #158

Open ajvincent opened 6 years ago

ajvincent commented 6 years ago

I suspect the ordering may be inconsistent based on which objects are sealed.