1 |
- {"ast":null,"code":"'use strict';\n\nvar possibleNames = require('possible-typed-array-names');\nvar g = typeof globalThis === 'undefined' ? global : globalThis;\n\n/** @type {import('.')} */\nmodule.exports = function availableTypedArrays() {\n var /** @type {ReturnType<typeof availableTypedArrays>} */out = [];\n for (var i = 0; i < possibleNames.length; i++) {\n if (typeof g[possibleNames[i]] === 'function') {\n // @ts-expect-error\n out[out.length] = possibleNames[i];\n }\n }\n return out;\n};","map":{"version":3,"names":["possibleNames","require","g","globalThis","global","module","exports","availableTypedArrays","out","i","length"],"sources":["/Users/max_liu/max_liu/company/tools_auto_pt/node_modules/available-typed-arrays/index.js"],"sourcesContent":["'use strict';\n\nvar possibleNames = require('possible-typed-array-names');\n\nvar g = typeof globalThis === 'undefined' ? global : globalThis;\n\n/** @type {import('.')} */\nmodule.exports = function availableTypedArrays() {\n\tvar /** @type {ReturnType<typeof availableTypedArrays>} */ out = [];\n\tfor (var i = 0; i < possibleNames.length; i++) {\n\t\tif (typeof g[possibleNames[i]] === 'function') {\n\t\t\t// @ts-expect-error\n\t\t\tout[out.length] = possibleNames[i];\n\t\t}\n\t}\n\treturn out;\n};\n"],"mappings":"AAAA,YAAY;;AAEZ,IAAIA,aAAa,GAAGC,OAAO,CAAC,4BAA4B,CAAC;AAEzD,IAAIC,CAAC,GAAG,OAAOC,UAAU,KAAK,WAAW,GAAGC,MAAM,GAAGD,UAAU;;AAE/D;AACAE,MAAM,CAACC,OAAO,GAAG,SAASC,oBAAoBA,CAAA,EAAG;EAChD,IAAI,sDAAuDC,GAAG,GAAG,EAAE;EACnE,KAAK,IAAIC,CAAC,GAAG,CAAC,EAAEA,CAAC,GAAGT,aAAa,CAACU,MAAM,EAAED,CAAC,EAAE,EAAE;IAC9C,IAAI,OAAOP,CAAC,CAACF,aAAa,CAACS,CAAC,CAAC,CAAC,KAAK,UAAU,EAAE;MAC9C;MACAD,GAAG,CAACA,GAAG,CAACE,MAAM,CAAC,GAAGV,aAAa,CAACS,CAAC,CAAC;IACnC;EACD;EACA,OAAOD,GAAG;AACX,CAAC","ignoreList":[]},"metadata":{},"sourceType":"script","externalDependencies":[]}
|