first
This commit is contained in:
6
node_modules/core-js/proposals/object-iteration.js
generated
vendored
Normal file
6
node_modules/core-js/proposals/object-iteration.js
generated
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
'use strict';
|
||||
// TODO: remove from `core-js@4` as withdrawn
|
||||
// https://github.com/tc39/proposal-object-iteration
|
||||
require('../modules/esnext.object.iterate-entries');
|
||||
require('../modules/esnext.object.iterate-keys');
|
||||
require('../modules/esnext.object.iterate-values');
|
Reference in New Issue
Block a user