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

show and tell: simple module system #219

Closed kumavis closed 4 years ago

kumavis commented 4 years ago

I made a toy module system where each module's exports are imported via a membrane.

This is part of my research for LavaMoat security tools.

ajvincent commented 4 years ago

That's fantastic... but what do you want me to do about it? I don't yet see anything specific to fix for this project.

kumavis commented 4 years ago

no i just wanted to present it. thanks for es-membrane