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

Exporting distortions for non-membrane proxy use? #194

Open ajvincent opened 5 years ago

ajvincent commented 5 years ago

Several of the proxy handlers I will be building - with the explicit exception of the membrane-wrapping proxy handler - implement distortions that should be useful in non-membrane situations, particularly when joined together.