Skip to content

Commit

Permalink
refactor: do not monkey-patch corejs 2 data
Browse files Browse the repository at this point in the history
  • Loading branch information
TomerAberbach committed May 18, 2020
1 parent 11e2506 commit c466dd2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/babel-plugin-transform-runtime/src/index.js
Expand Up @@ -35,7 +35,6 @@ corejs3Polyfills["es.symbol.for"] = corejs3Polyfills["es.symbol"];
corejs3Polyfills["es.symbol.key-for"] = corejs3Polyfills["es.symbol"];
corejs3Polyfills["es.object.get-own-property-symbols"] =
corejs3Polyfills["es.symbol"];
corejs2Polyfills["es6.symbol.iterator"] = corejs2Polyfills["es6.symbol"];

function supportsStaticESM(caller) {
return !!caller?.supportsStaticESM;
Expand Down

0 comments on commit c466dd2

Please sign in to comment.