PAMapp/node_modules/core-js/internals/regexp-flags.js
@@ -6,6 +6,7 @@ module.exports = function () { var that = anObject(this); var result = ''; if (that.hasIndices) result += 'd'; if (that.global) result += 'g'; if (that.ignoreCase) result += 'i'; if (that.multiline) result += 'm';