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

Add rollup to build process for ES6 module construction #233

Open ajvincent opened 3 years ago

ajvincent commented 3 years ago

https://rollupjs.org/

This could've saved a lot of trouble if I'd known about it earlier. It will be critical to converting the es-membrane code to be entirely ES6 modules.

ajvincent commented 3 years ago

Blocks https://github.com/ajvincent/es-membrane/issues/33