diff --git a/build.js b/build.js index 0d61124d7..e38a3f1aa 100755 --- a/build.js +++ b/build.js @@ -2355,6 +2355,10 @@ } if ((source.match(/\bcreateIterator\b/g) || []).length < 2) { source = removeFunction(source, 'createIterator'); + source = removeVar(source, 'defaultsIteratorOptions'); + source = removeVar(source, 'eachIteratorOptions'); + source = removeVar(source, 'forOwnIteratorOptions'); + source = removeVar(source, 'templateIterator'); source = removeHasDontEnumBug(source); source = removeHasEnumPrototype(source); }