cujojs / poly

Small, fast, awesome. The only ES5-ish set of polyfills (shims) you can mix-and-match because they're individual modules.
Other
139 stars 18 forks source link

Put poly on npm #32

Open unscriptable opened 10 years ago

unscriptable commented 10 years ago

We just received ownership of the name "poly" on npm. Yay! The very generous previous owner would like us to include a pointer to the previous project "poly.shell" in our README so that any existing users can find the source code, if necessary.

Tasks:

After that, we should start investigating ES6 and other shims pertinent to node and Nashorn. One that I already know we'll want is a Promise shim. It seems obvious that we should consider using when.js's Promise shim for this.

@jaredcacurak: interested?

unscriptable commented 10 years ago

Here's the repo of the previous "poly": https://github.com/dvidelabs/poly.shell

phated commented 9 years ago

Whoa, this is an old issue. I can probably take a swing at the README/documentation stuff.

unscriptable commented 9 years ago

Thanks @phated!