You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 line
56 KiB
1 line
56 KiB
8 months ago
|
{"version":3,"file":"##.min.js","names":["errMsg","errCode","msg","resolveIfNotPlainOrUrl","relUrl","parentUrl","indexOf","replace","backslashRegEx","slice","length","pathname","parentProtocol","segmented","lastIndexOf","output","segmentIndex","i","push","pop","join","resolveUrl","resolveAndComposePackages","packages","outPackages","baseUrl","parentMap","p","resolvedLhs","rhs","mapped","resolveImportMap","targetWarning","resolveAndComposeImportMap","json","outMap","u","imports","scopes","resolvedScope","depcache","integrity","getMatch","path","matchObj","sepIndex","segment","applyPackages","id","pkgName","pkg","code","match","target","console","warn","importMap","resolvedOrPlain","scopeUrl","packageResolution","SystemJS","this","REGISTRY","loadToId","load","triggerOnload","loader","err","isErrSource","onload","d","map","getOrCreateLoad","firstParentUrl","meta","importerSetters","ns","Object","create","toStringTag$1","defineProperty","value","instantiatePromise","Promise","resolve","then","instantiate","registration","Error","declared","name","h","changed","__esModule","setter","import","importId","createContext","undefined","e","execute","setters","er","linkPromise","instantiation","all","dep","depId","depLoad","I","n","depLoads","m","L","E","C","instantiateAll","parent","loaded","catch","topLevelLoad","postOrderExec","seen","doExec","execPromise","exec","call","nullContext","depLoadPromises","forEach","depLoadPromise","processScripts","document","querySelectorAll","script","sp","type","src","System","message","event","createEvent","initEvent","dispatchEvent","reject","fetchPromise","fetch","passThrough","res","ok","status","text","onerror","innerHTML","importMapPromise","newMapText","newMapUrl","newMap","JSON","parse","extendImportMap","hasSymbol","Symbol","hasSelf","self","hasDocument","envGlobal","global","baseEl","querySelector","href","location","lastSepIndex","split","lastRegister","toStringTag","systemJSPrototype","prototype","prepareImport","parentId","url","register","deps","declare","metas","getRegister","_lastRegister","freeze","lastAutoImportDeps","lastAutoImportTimeout","processFirst","doProcessScripts","window","addEventListener","addImportMap","mapBase","evt","lastWindowErrorUrl","filename","lastWindowError","error","baseOrigin","origin","createScript","createElement","async","crossOrigin","autoImportCandidates","systemRegister","readyState","scripts","lastScript","setTimeout","autoImportRegistration","head","removeChild","clearTimeout","appendChild","shouldFetch","jsContentTypeRegEx","credentials","statusText","contentType","headers","get","test","source","eval","apply","arguments","throwUnresolved","systemInstantiate","preloads","importScripts","shouldSkipProperty","hasOwnProperty","isNaN","isIE11","firstGlobalProp","secondGlobalProp","lastGlobalProp","constructor","impt","noteGlobalProps","emptyInstantiation","globalExport","globalProp","useFirstGlobalProp","foundLastProp","result","cnt","getGlobalProp","_export","default","__useDefault","navigator","userAgent","moduleTypesRegEx","_shouldFetch","bind","jsonContentType","cssContentType","wasmContentType","options","Response","Blob","stringify","quotes","relUrl1","relUrl2","WebAssembly","compileStreaming","arrayBuffer","compile","module","wasmModules","setterSources","Module","key","set","URL","assign","done","has","delete","registry","importerIndex","splice","iterator","entries","keys","index","next"],"sources":["system.js"],"sourcesContent":["/*!\n * SystemJS 6.14.2\n */\n(function () {\n\n function errMsg(errCode, msg) {\r\n return (msg || \"\") + \" (SystemJS Error#\" + errCode + \" \" + \"https://github.com/systemjs/systemjs/blob/main/docs/errors.md#\" + errCode + \")\";\r\n }\n\n var hasSymbol = typeof Symbol !== 'undefined';\r\n var hasSelf = typeof self !== 'undefined';\r\n var hasDocument = typeof document !== 'undefined';\r\n\r\n var envGlobal = hasSelf ? self : global;\r\n\r\n var baseUrl;\r\n\r\n if (hasDocument) {\r\n var baseEl = document.querySelector('base[href]');\r\n if (baseEl)\r\n baseUrl = baseEl.href;\r\n }\r\
|