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: generated JS script should allow for custom prologue, naming of Membrane instance, epilogue #157

Open ajvincent opened 6 years ago

ajvincent commented 6 years ago

dogfood.js expects to name its Membrane instance DogfoodMembrane. The generated code creates rvMembrane and populates it. This is a mismatch.

ajvincent commented 6 years ago

Not strictly speaking necessary for 0.9: we can get around this with Makefile tweaking.