Skip to content

Commit

Permalink
Update corejs fixtures (#10846)
Browse files Browse the repository at this point in the history
* chore: add update-env-corejs-fixture recipe

* chore: update corejs fixtures
  • Loading branch information
JLHwung authored and nicolo-ribaudo committed Dec 9, 2019
1 parent 0164662 commit b798941
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
6 changes: 6 additions & 0 deletions Makefile
Expand Up @@ -283,6 +283,12 @@ clean-all:

$(MAKE) clean

update-env-corejs-fixture:
rm -rf packages/babel-preset-env/node_modules/core-js-compat
$(YARN) lerna bootstrap
$(MAKE) build-bundle
OVERWRITE=true $(YARN) jest packages/babel-preset-env

define clean-source-lib
rm -rf $(1)/*/lib

Expand Down
Expand Up @@ -10,4 +10,3 @@ Object['values'](); // include
Object[keys](); // don't include

[][filter](); // don't include

Expand Up @@ -129,8 +129,6 @@ Using polyfills with `entry` option:
es.number.to-precision { "android":"4" }
es.object.assign { "android":"4" }
es.object.define-getter { "android":"4" }
es.object.define-properties { "android":"4" }
es.object.define-property { "android":"4" }
es.object.define-setter { "android":"4" }
es.object.entries { "android":"4" }
es.object.freeze { "android":"4" }
Expand Down

0 comments on commit b798941

Please sign in to comment.