saghul / sjs

Skookum JS: a JavaScript runtime
http://sjs.saghul.net
MIT License
97 stars 13 forks source link

Consider switching to core-js as the ES6 shim #27

Closed saghul closed 8 years ago

saghul commented 8 years ago

https://github.com/zloirock/core-js

It has more features: Promise, Symbol, etc.

saghul commented 8 years ago

This other shim is way too big and it seems to assume browsers (adds setImmediate and other web APIs). So I'm dumpting this for now.