From abd94a7f5a50f43c797a11b53549ae48fff667c3 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 10 Oct 2016 03:43:44 +0200 Subject: add node_modules to address #4364 --- node_modules/core-js/modules/es6.array.fill.js | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 node_modules/core-js/modules/es6.array.fill.js (limited to 'node_modules/core-js/modules/es6.array.fill.js') diff --git a/node_modules/core-js/modules/es6.array.fill.js b/node_modules/core-js/modules/es6.array.fill.js new file mode 100644 index 000000000..f075c0018 --- /dev/null +++ b/node_modules/core-js/modules/es6.array.fill.js @@ -0,0 +1,6 @@ +// 22.1.3.6 Array.prototype.fill(value, start = 0, end = this.length) +var $export = require('./_export'); + +$export($export.P, 'Array', {fill: require('./_array-fill')}); + +require('./_add-to-unscopables')('fill'); \ No newline at end of file -- cgit v1.2.3