PAMapp/node_modules/es-abstract/2021/UTF16SurrogatePairToCodePoint.js
@@ -10,7 +10,7 @@ // https://tc39.es/ecma262/2020/#sec-utf16decodesurrogatepair module.exports = function UTF16DecodeSurrogatePair(lead, trail) { module.exports = function UTF16SurrogatePairToCodePoint(lead, trail) { if (!isLeadingSurrogate(lead) || !isTrailingSurrogate(trail)) { throw new $TypeError('Assertion failed: `lead` must be a leading surrogate char code, and `trail` must be a trailing surrogate char code'); }