commonjs-everywhere icon indicating copy to clipboard operation
commonjs-everywhere copied to clipboard

introduce more browser compatible implementations of core modules

Open michaelficarra opened this issue 12 years ago • 1 comments

While modules like util and path work in most browsers, they require ES5. Alternative implementations that work in more environments are distributed in https://github.com/alexgorbatchev/node-browser-builtins/tree/master/builtin

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/1254266-introduce-more-browser-compatible-implementations-of-core-modules?utm_campaign=plugin&utm_content=tracker%2F297897&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F297897&utm_medium=issues&utm_source=github).

michaelficarra avatar Jul 20 '13 16:07 michaelficarra

After further research, I've discovered that these implementations do not seem to be much more compatible with old environments. A better source is needed.

michaelficarra avatar Jul 22 '13 03:07 michaelficarra