mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 15:41:01 +00:00
1 line
5.3 KiB
Plaintext
1 line
5.3 KiB
Plaintext
{"dependencies":[],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n Object.defineProperty(exports, \"__esModule\", {\n value: true\n });\n exports.typeToConstructor = typeToConstructor;\n exports.typesToConstructors = typesToConstructors;\n exports.mapToTypeMap = mapToTypeMap;\n /**\n * @internal\n * From a type string or class, return the associated type class\n */\n function typeToConstructor(registry, type) {\n return typeof type === 'function' ? type : registry.createClassUnsafe(type);\n }\n /**\n * @internal\n * Takes an input array of types and returns the associated classes for it\n */\n function typesToConstructors(registry, types) {\n var count = types.length;\n var result = new Array(count);\n for (var i = 0; i < count; i++) {\n result[i] = typeToConstructor(registry, types[i]);\n }\n return result;\n }\n /**\n * @internal\n * Takes an input map of the form `{ [string]: string | CodecClass }` and returns a map of `{ [string]: CodecClass }`\n */\n function mapToTypeMap(registry, input) {\n var entries = Object.entries(input);\n var count = entries.length;\n var output = [new Array(count), new Array(count)];\n for (var i = 0; i < count; i++) {\n output[1][i] = entries[i][0];\n output[0][i] = typeToConstructor(registry, entries[i][1]);\n }\n return output;\n }\n});","lineCount":43,"map":[[2,2,1,0],[2,14,1,12],[4,2,2,0,"Object"],[4,8,2,6],[4,9,2,7,"defineProperty"],[4,23,2,21],[4,24,2,22,"exports"],[4,31,2,29],[4,33,2,31],[4,45,2,43],[4,47,2,45],[5,4,2,47,"value"],[5,9,2,52],[5,11,2,54],[6,2,2,59],[6,3,2,60],[6,4,2,61],[7,2,3,0,"exports"],[7,9,3,7],[7,10,3,8,"typeToConstructor"],[7,27,3,25],[7,30,3,28,"typeToConstructor"],[7,47,3,45],[8,2,4,0,"exports"],[8,9,4,7],[8,10,4,8,"typesToConstructors"],[8,29,4,27],[8,32,4,30,"typesToConstructors"],[8,51,4,49],[9,2,5,0,"exports"],[9,9,5,7],[9,10,5,8,"mapToTypeMap"],[9,22,5,20],[9,25,5,23,"mapToTypeMap"],[9,37,5,35],[10,2,6,0],[11,0,7,0],[12,0,8,0],[13,0,9,0],[14,2,10,0],[14,11,10,9,"typeToConstructor"],[14,28,10,26,"typeToConstructor"],[14,29,10,27,"registry"],[14,37,10,35],[14,39,10,37,"type"],[14,43,10,41],[14,45,10,43],[15,4,11,4],[15,11,11,11],[15,18,11,18,"type"],[15,22,11,22],[15,27,11,27],[15,37,11,37],[15,40,12,10,"type"],[15,44,12,14],[15,47,13,10,"registry"],[15,55,13,18],[15,56,13,19,"createClassUnsafe"],[15,73,13,36],[15,74,13,37,"type"],[15,78,13,41],[15,79,13,42],[16,2,14,0],[17,2,15,0],[18,0,16,0],[19,0,17,0],[20,0,18,0],[21,2,19,0],[21,11,19,9,"typesToConstructors"],[21,30,19,28,"typesToConstructors"],[21,31,19,29,"registry"],[21,39,19,37],[21,41,19,39,"types"],[21,46,19,44],[21,48,19,46],[22,4,20,4],[22,8,20,10,"count"],[22,13,20,15],[22,16,20,18,"types"],[22,21,20,23],[22,22,20,24,"length"],[22,28,20,30],[23,4,21,4],[23,8,21,10,"result"],[23,14,21,16],[23,17,21,19],[23,21,21,23,"Array"],[23,26,21,28],[23,27,21,29,"count"],[23,32,21,34],[23,33,21,35],[24,4,22,4],[24,9,22,9],[24,13,22,13,"i"],[24,14,22,14],[24,17,22,17],[24,18,22,18],[24,20,22,20,"i"],[24,21,22,21],[24,24,22,24,"count"],[24,29,22,29],[24,31,22,31,"i"],[24,32,22,32],[24,34,22,34],[24,36,22,36],[25,6,23,8,"result"],[25,12,23,14],[25,13,23,15,"i"],[25,14,23,16],[25,15,23,17],[25,18,23,20,"typeToConstructor"],[25,35,23,37],[25,36,23,38,"registry"],[25,44,23,46],[25,46,23,48,"types"],[25,51,23,53],[25,52,23,54,"i"],[25,53,23,55],[25,54,23,56],[25,55,23,57],[26,4,24,4],[27,4,25,4],[27,11,25,11,"result"],[27,17,25,17],[28,2,26,0],[29,2,27,0],[30,0,28,0],[31,0,29,0],[32,0,30,0],[33,2,31,0],[33,11,31,9,"mapToTypeMap"],[33,23,31,21,"mapToTypeMap"],[33,24,31,22,"registry"],[33,32,31,30],[33,34,31,32,"input"],[33,39,31,37],[33,41,31,39],[34,4,32,4],[34,8,32,10,"entries"],[34,15,32,17],[34,18,32,20,"Object"],[34,24,32,26],[34,25,32,27,"entries"],[34,32,32,34],[34,33,32,35,"input"],[34,38,32,40],[34,39,32,41],[35,4,33,4],[35,8,33,10,"count"],[35,13,33,15],[35,16,33,18,"entries"],[35,23,33,25],[35,24,33,26,"length"],[35,30,33,32],[36,4,34,4],[36,8,34,10,"output"],[36,14,34,16],[36,17,34,19],[36,18,34,20],[36,22,34,24,"Array"],[36,27,34,29],[36,28,34,30,"count"],[36,33,34,35],[36,34,34,36],[36,36,34,38],[36,40,34,42,"Array"],[36,45,34,47],[36,46,34,48,"count"],[36,51,34,53],[36,52,34,54],[36,53,34,55],[37,4,35,4],[37,9,35,9],[37,13,35,13,"i"],[37,14,35,14],[37,17,35,17],[37,18,35,18],[37,20,35,20,"i"],[37,21,35,21],[37,24,35,24,"count"],[37,29,35,29],[37,31,35,31,"i"],[37,32,35,32],[37,34,35,34],[37,36,35,36],[38,6,36,8,"output"],[38,12,36,14],[38,13,36,15],[38,14,36,16],[38,15,36,17],[38,16,36,18,"i"],[38,17,36,19],[38,18,36,20],[38,21,36,23,"entries"],[38,28,36,30],[38,29,36,31,"i"],[38,30,36,32],[38,31,36,33],[38,32,36,34],[38,33,36,35],[38,34,36,36],[39,6,37,8,"output"],[39,12,37,14],[39,13,37,15],[39,14,37,16],[39,15,37,17],[39,16,37,18,"i"],[39,17,37,19],[39,18,37,20],[39,21,37,23,"typeToConstructor"],[39,38,37,40],[39,39,37,41,"registry"],[39,47,37,49],[39,49,37,51,"entries"],[39,56,37,58],[39,57,37,59,"i"],[39,58,37,60],[39,59,37,61],[39,60,37,62],[39,61,37,63],[39,62,37,64],[39,63,37,65],[40,4,38,4],[41,4,39,4],[41,11,39,11,"output"],[41,17,39,17],[42,2,40,0],[43,0,40,1],[43,3]],"functionMap":{"names":["<global>","typeToConstructor","typesToConstructors","mapToTypeMap"],"mappings":"AAA;ACS;CDI;AEK;CFO;AGK;CHS"},"hasCjsExports":true},"type":"js/module"}]} |