Files
ZERO_CODE/ZeroCodeProject/main/client/node_modules/.cache/babel-loader/4505c9a03f3711d0a59f049a3c24133d21602e0b72a8180d29b3b8491ffe02a6.json

1 line
1.5 KiB
JSON
Raw Normal View History

2026-01-11 00:11:34 +08:00
{"ast":null,"code":"\"use strict\";\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.fromCodePoint = String.fromCodePoint || function (astralCodePoint) {\n return String.fromCharCode(Math.floor((astralCodePoint - 65536) / 1024) + 55296, (astralCodePoint - 65536) % 1024 + 56320);\n};\nexports.getCodePoint = String.prototype.codePointAt ? function (input, position) {\n return input.codePointAt(position);\n} : function (input, position) {\n return (input.charCodeAt(position) - 55296) * 1024 + input.charCodeAt(position + 1) - 56320 + 65536;\n};\nexports.highSurrogateFrom = 55296;\nexports.highSurrogateTo = 56319;","map":{"version":3,"names":["exports","fromCodePoint","String","astralCodePoint","fromCharCode","Math","floor","getCodePoint","prototype","codePointAt","input","position","charCodeAt","highSurrogateFrom","highSurrogateTo"],"sources":["../src/surrogate-pairs.ts"],"sourcesContent":[null],"mappings":";;;;;AAAaA,OAAA,CAAAC,aAAA,GACTC,MAAA,CAAOD,aAAA,IACP,UAAUE,eAAA;EACN,OAAOD,MAAA,CAAOE,YAAA,CACVC,IAAA,CAAKC,KAAA,EAAOH,eAAA,GAAkB,SAAW,QAAS,QAChDA,eAAA,GAAkB,SAAW,OAAS,MAEhD;AAAA;AAESH,OAAA,CAAAO,YAAA,GAAeL,MAAA,CAAOM,SAAA,CAAUC,WAAA,GACvC,UAAUC,KAAA,EAAeC,QAAA;EACrB,OAAOD,KAAA,CAAMD,WAAA,CAAYE,QAAA,CAC7B;AAAA,IACA,UAAUD,KAAA,EAAeC,QAAA;EACrB,QAAQD,KAAA,CAAME,UAAA,CAAWD,QAAA,IAAY,SAAU,OAAQD,KAAA,CAAME,UAAA,CAAWD,QAAA,GAAW,KAAK,QAAS,KACrG;AAAA;AAEOX,OAAA,CAAAa,iBAAA,GAAoB;AACpBb,OAAA,CAAAc,eAAA,GAAkB","ignoreList":[]},"metadata":{},"sourceType":"script","externalDependencies":[]}