michaelficarra / commonjs-everywhere

:rainbow: minimal CommonJS browser bundler with aliasing, extensibility, and source maps
BSD 3-Clause "New" or "Revised" License
158 stars 21 forks source link

introduce more browser compatible implementations of core modules #72

Open michaelficarra opened 11 years ago

michaelficarra commented 11 years ago

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 commented 11 years ago

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.