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

GUI: Invalid generated JS, "___listener___.addListener(Membrane:instance.modifyRules" #154

Open ajvincent opened 6 years ago

ajvincent commented 6 years ago

This can quickly get very complicated: "Foo:instance.bar.baz.wop"

The intent is to handle cases where we want to apply filters to (new Foo()).bar, etc.

ajvincent commented 6 years ago

For now, this just has to be unsupported.