Files
babel/packages/babel-runtime
Diogo Franco (Kovensky) cf5ab16ff9 Add useBuiltIns and useESModules options to transform-runtime
useBuiltIns uses versions of the helpers that do not import even
internal polyfills from core-js.

useESModules uses versions of the helpers that do not go through
transform-es2015-modules-commonjs. This allows for smaller builds in
module systems like webpack, as it doesn't need to preserve commonjs
semantics.

This includes changes to the babel-runtime build-dist script, which
will build the versions of the runtime helpers to be used by
combinations of useBuiltIns and useESModules.
2017-03-10 16:27:35 +09:00
..
t
2015-07-13 16:34:43 +01:00
2015-04-03 02:37:02 +11:00
2017-03-02 16:04:47 -05:00
2016-02-29 19:24:07 -05:00