From 26fa49f4b0aa658d65a21fffe828f39e78302573 Mon Sep 17 00:00:00 2001 From: HelenHuang <LinHuang@pollex.com.tw> Date: 星期四, 09 六月 2022 17:46:58 +0800 Subject: [PATCH] Revert "Update#139889 [ 快速篩選 ] 年資文案調整" --- PAMapp/node_modules/core-js/modules/esnext.set.union.js | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/PAMapp/node_modules/core-js/modules/esnext.set.union.js b/PAMapp/node_modules/core-js/modules/esnext.set.union.js index ff98a6b..49888e0 100644 --- a/PAMapp/node_modules/core-js/modules/esnext.set.union.js +++ b/PAMapp/node_modules/core-js/modules/esnext.set.union.js @@ -1,6 +1,5 @@ 'use strict'; var $ = require('../internals/export'); -var IS_PURE = require('../internals/is-pure'); var getBuiltIn = require('../internals/get-built-in'); var aCallable = require('../internals/a-callable'); var anObject = require('../internals/an-object'); @@ -9,7 +8,7 @@ // `Set.prototype.union` method // https://github.com/tc39/proposal-set-methods -$({ target: 'Set', proto: true, real: true, forced: IS_PURE }, { +$({ target: 'Set', proto: true, real: true, forced: true }, { union: function union(iterable) { var set = anObject(this); var newSet = new (speciesConstructor(set, getBuiltIn('Set')))(set); -- Gitblit v1.8.0