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

Standard distortion type: Manage mix-ins. #186

Open ajvincent opened 5 years ago

ajvincent commented 5 years ago

It's a pain to add properties to an object. This project should have a quick way to insert or remove a mix-in either before or after the main object.

ajvincent commented 5 years ago

202 may fix this.