Revert "switch to core-js from es6-symbol and es6-shim"

This reverts commit 37b2e747d5.
This commit is contained in:
Sebastian McKenzie
2014-12-15 13:54:45 +11:00
parent ea5954121e
commit 1b16ff3a0b
2 changed files with 51 additions and 13 deletions

View File

@@ -1,11 +1,12 @@
# Polyfill
6to5 includes a polyfill that includes a custom
[regenerator runtime](https://github.com/facebook/regenerator/blob/master/runtime.js) and
[core.js](https://github.com/zloirock/core-js).
6to5 includes a polyfill that includes the
[regenerator runtime](https://github.com/facebook/regenerator/blob/master/runtime.js) and the
[es6-shim](https://github.com/paulmillr/es6-shim) and
[es6-symbol](https://github.com/medikoo/es6-symbol) polyfills.
This will emulate a full ES6 environment. This polyfill is automatically loaded
when using [6to5-node](usage.md#node) and [6to5/register](usage.md#register-hook).
when using [6to5-node](usage.md#node).
## Usage