Brent Burgoyne 756aef6adc Instead of returning early, conditionally require actual runtime (./_runtime.js)
Fix this error with webpack:

ERROR in ./~/6to5/lib/6to5/transformation/transformers/generators/runtime.js
Module parse failed: /[...]/node_modules/6to5/lib/6to5/transformation/transformers/generators/runtime.js Line 12: Illegal return statement
You may need an appropriate loader to handle this file type.
|
| if (typeof global.regeneratorRuntime === "object") {
  |   return;
  |
}
|
 @ ./~/6to5/lib/6to5/polyfill.js 6:0-59
2014-11-18 06:55:39 -07:00
2014-10-29 20:57:43 +11:00
2014-09-28 23:39:22 +10:00
2014-11-12 19:25:35 +11:00
2014-09-29 01:34:08 +10:00
2014-11-04 15:53:11 +11:00
2014-11-13 01:13:48 +11:00
2014-11-13 18:59:29 +11:00
2014-09-28 23:39:22 +10:00
2014-11-17 14:24:31 +11:00
2014-11-13 18:59:46 +11:00

6to5

Travis Status Appveyor Status Code Climate Score Coverage Dependency Status

6to5 turns ES6+ code into vanilla ES5, so you can use next generation features today.

For more information view the documentation.

Description
No description provided
Readme 79 MiB
Languages
JavaScript 99.5%
Makefile 0.3%
HTML 0.1%