PAMapp/node_modules/core-js/modules/es.array.from.js
@@ -3,7 +3,7 @@ var checkCorrectnessOfIteration = require('../internals/check-correctness-of-iteration'); var INCORRECT_ITERATION = !checkCorrectnessOfIteration(function (iterable) { // eslint-disable-next-line es/no-array-from -- required for testing // eslint-disable-next-line es-x/no-array-from -- required for testing Array.from(iterable); });