You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this project aimed to not depend on modules system (old style on file module)
so not to use browserify, just import this at script tag.
but browserify became common, no bower, no script tag oriented dependency resolve.
actually me too.
and finally, all isomorphic modules should use ES6 modules and should be imported from both node.js and browser.
this module helps me at the beginning of JS module world, but it seems out of date.
if no response here, I'm going to deprecate this repo at 2015/10.
The text was updated successfully, but these errors were encountered:
I'm planning delete this project, and recommend to use
https://github.com/defunctzombie/commonjs-assert
instead.
this project aimed to not depend on modules system (old style on file module)
so not to use browserify, just import this at script tag.
but browserify became common, no bower, no script tag oriented dependency resolve.
actually me too.
and finally, all isomorphic modules should use ES6 modules and should be imported from both node.js and browser.
this module helps me at the beginning of JS module world, but it seems out of date.
if no response here, I'm going to deprecate this repo at 2015/10.
The text was updated successfully, but these errors were encountered: