mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 03:01:04 +00:00
1 line
8.2 KiB
Plaintext
1 line
8.2 KiB
Plaintext
{"dependencies":[{"name":"../collections","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":7,"column":19,"index":160},"end":{"line":7,"column":44,"index":185}}],"key":"EATVSGofyoN+/7kTXlSYWkNRByg=","exportNames":["*"],"imports":1}}],"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.test = exports.serialize = exports.default = void 0;\n var _collections = require(_dependencyMap[0], \"../collections\");\n /**\n * Copyright (c) Meta Platforms, Inc. and affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n var SPACE = ' ';\n var OBJECT_NAMES = ['DOMStringMap', 'NamedNodeMap'];\n var ARRAY_REGEXP = /^(HTML\\w*Collection|NodeList)$/;\n var testName = function testName(name) {\n return OBJECT_NAMES.indexOf(name) !== -1 || ARRAY_REGEXP.test(name);\n };\n var test = function test(val) {\n return val && val.constructor && !!val.constructor.name && testName(val.constructor.name);\n };\n exports.test = test;\n var isNamedNodeMap = function isNamedNodeMap(collection) {\n return collection.constructor.name === 'NamedNodeMap';\n };\n var serialize = function serialize(collection, config, indentation, depth, refs, printer) {\n var name = collection.constructor.name;\n if (++depth > config.maxDepth) {\n return `[${name}]`;\n }\n return (config.min ? '' : name + SPACE) + (OBJECT_NAMES.indexOf(name) !== -1 ? `{${(0, _collections.printObjectProperties)(isNamedNodeMap(collection) ? Array.from(collection).reduce(function (props, attribute) {\n props[attribute.name] = attribute.value;\n return props;\n }, {}) : Object.assign({}, collection), config, indentation, depth, refs, printer)}}` : `[${(0, _collections.printListItems)(Array.from(collection), config, indentation, depth, refs, printer)}]`);\n };\n exports.serialize = serialize;\n var plugin = {\n serialize: serialize,\n test: test\n };\n var _default = plugin;\n exports.default = _default;\n});","lineCount":46,"map":[[2,2,1,0],[2,14,1,12],[4,2,3,0,"Object"],[4,8,3,6],[4,9,3,7,"defineProperty"],[4,23,3,21],[4,24,3,22,"exports"],[4,31,3,29],[4,33,3,31],[4,45,3,43],[4,47,3,45],[5,4,4,2,"value"],[5,9,4,7],[5,11,4,9],[6,2,5,0],[6,3,5,1],[6,4,5,2],[7,2,6,0,"exports"],[7,9,6,7],[7,10,6,8,"test"],[7,14,6,12],[7,17,6,15,"exports"],[7,24,6,22],[7,25,6,23,"serialize"],[7,34,6,32],[7,37,6,35,"exports"],[7,44,6,42],[7,45,6,43,"default"],[7,52,6,50],[7,55,6,53],[7,60,6,58],[7,61,6,59],[8,2,7,0],[8,6,7,4,"_collections"],[8,18,7,16],[8,21,7,19,"require"],[8,28,7,26],[8,29,7,26,"_dependencyMap"],[8,43,7,26],[8,64,7,43],[8,65,7,44],[9,2,8,0],[10,0,9,0],[11,0,10,0],[12,0,11,0],[13,0,12,0],[14,0,13,0],[16,2,15,0],[16,6,15,6,"SPACE"],[16,11,15,11],[16,14,15,14],[16,17,15,17],[17,2,16,0],[17,6,16,6,"OBJECT_NAMES"],[17,18,16,18],[17,21,16,21],[17,22,16,22],[17,36,16,36],[17,38,16,38],[17,52,16,52],[17,53,16,53],[18,2,17,0],[18,6,17,6,"ARRAY_REGEXP"],[18,18,17,18],[18,21,17,21],[18,53,17,53],[19,2,18,0],[19,6,18,6,"testName"],[19,14,18,14],[19,17,18,17],[19,26,18,6,"testName"],[19,34,18,14,"testName"],[19,35,18,17,"name"],[19,39,18,21],[20,4,18,21],[20,11,19,2,"OBJECT_NAMES"],[20,23,19,14],[20,24,19,15,"indexOf"],[20,31,19,22],[20,32,19,23,"name"],[20,36,19,27],[20,37,19,28],[20,42,19,33],[20,43,19,34],[20,44,19,35],[20,48,19,39,"ARRAY_REGEXP"],[20,60,19,51],[20,61,19,52,"test"],[20,65,19,56],[20,66,19,57,"name"],[20,70,19,61],[20,71,19,62],[21,2,19,62],[22,2,20,0],[22,6,20,6,"test"],[22,10,20,10],[22,13,20,13],[22,22,20,6,"test"],[22,26,20,10,"test"],[22,27,20,13,"val"],[22,30,20,16],[23,4,20,16],[23,11,21,2,"val"],[23,14,21,5],[23,18,22,2,"val"],[23,21,22,5],[23,22,22,6,"constructor"],[23,33,22,17],[23,37,23,2],[23,38,23,3],[23,39,23,4,"val"],[23,42,23,7],[23,43,23,8,"constructor"],[23,54,23,19],[23,55,23,20,"name"],[23,59,23,24],[23,63,24,2,"testName"],[23,71,24,10],[23,72,24,11,"val"],[23,75,24,14],[23,76,24,15,"constructor"],[23,87,24,26],[23,88,24,27,"name"],[23,92,24,31],[23,93,24,32],[24,2,24,32],[25,2,25,0,"exports"],[25,9,25,7],[25,10,25,8,"test"],[25,14,25,12],[25,17,25,15,"test"],[25,21,25,19],[26,2,26,0],[26,6,26,6,"isNamedNodeMap"],[26,20,26,20],[26,23,26,23],[26,32,26,6,"isNamedNodeMap"],[26,46,26,20,"isNamedNodeMap"],[26,47,26,23,"collection"],[26,57,26,33],[27,4,26,33],[27,11,27,2,"collection"],[27,21,27,12],[27,22,27,13,"constructor"],[27,33,27,24],[27,34,27,25,"name"],[27,38,27,29],[27,43,27,34],[27,57,27,48],[28,2,27,48],[29,2,28,0],[29,6,28,6,"serialize"],[29,15,28,15],[29,18,28,18],[29,27,28,6,"serialize"],[29,36,28,15,"serialize"],[29,37,28,19,"collection"],[29,47,28,29],[29,49,28,31,"config"],[29,55,28,37],[29,57,28,39,"indentation"],[29,68,28,50],[29,70,28,52,"depth"],[29,75,28,57],[29,77,28,59,"refs"],[29,81,28,63],[29,83,28,65,"printer"],[29,90,28,72],[29,92,28,77],[30,4,29,2],[30,8,29,8,"name"],[30,12,29,12],[30,15,29,15,"collection"],[30,25,29,25],[30,26,29,26,"constructor"],[30,37,29,37],[30,38,29,38,"name"],[30,42,29,42],[31,4,30,2],[31,8,30,6],[31,10,30,8,"depth"],[31,15,30,13],[31,18,30,16,"config"],[31,24,30,22],[31,25,30,23,"maxDepth"],[31,33,30,31],[31,35,30,33],[32,6,31,4],[32,13,31,11],[32,17,31,15,"name"],[32,21,31,19],[32,24,31,22],[33,4,32,2],[34,4,33,2],[34,11,34,4],[34,12,34,5,"config"],[34,18,34,11],[34,19,34,12,"min"],[34,22,34,15],[34,25,34,18],[34,27,34,20],[34,30,34,23,"name"],[34,34,34,27],[34,37,34,30,"SPACE"],[34,42,34,35],[34,47,35,5,"OBJECT_NAMES"],[34,59,35,17],[34,60,35,18,"indexOf"],[34,67,35,25],[34,68,35,26,"name"],[34,72,35,30],[34,73,35,31],[34,78,35,36],[34,79,35,37],[34,80,35,38],[34,83,36,8],[34,87,36,12],[34,88,36,13],[34,89,36,14],[34,91,36,16,"_collections"],[34,103,36,28],[34,104,36,29,"printObjectProperties"],[34,125,36,50],[34,127,37,10,"isNamedNodeMap"],[34,141,37,24],[34,142,37,25,"collection"],[34,152,37,35],[34,153,37,36],[34,156,38,14,"Array"],[34,161,38,19],[34,162,38,20,"from"],[34,166,38,24],[34,167,38,25,"collection"],[34,177,38,35],[34,178,38,36],[34,179,38,37,"reduce"],[34,185,38,43],[34,186,38,44],[34,196,38,45,"props"],[34,201,38,50],[34,203,38,52,"attribute"],[34,212,38,61],[34,214,38,66],[35,6,39,16,"props"],[35,11,39,21],[35,12,39,22,"attribute"],[35,21,39,31],[35,22,39,32,"name"],[35,26,39,36],[35,27,39,37],[35,30,39,40,"attribute"],[35,39,39,49],[35,40,39,50,"value"],[35,45,39,55],[36,6,40,16],[36,13,40,23,"props"],[36,18,40,28],[37,4,41,14],[37,5,41,15],[37,7,41,17],[37,8,41,18],[37,9,41,19],[37,10,41,20],[37,13,41,20,"Object"],[37,19,41,20],[37,20,41,20,"assign"],[37,26,41,20],[37,31,43,19,"collection"],[37,41,43,29],[37,42,44,15],[37,44,45,10,"config"],[37,50,45,16],[37,52,46,10,"indentation"],[37,63,46,21],[37,65,47,10,"depth"],[37,70,47,15],[37,72,48,10,"refs"],[37,76,48,14],[37,78,49,10,"printer"],[37,85,50,8],[37,86,50,9],[37,89,50,12],[37,92,51,8],[37,96,51,12],[37,97,51,13],[37,98,51,14],[37,100,51,16,"_collections"],[37,112,51,28],[37,113,51,29,"printListItems"],[37,127,51,43],[37,129,52,10,"Array"],[37,134,52,15],[37,135,52,16,"from"],[37,139,52,20],[37,140,52,21,"collection"],[37,150,52,31],[37,151,52,32],[37,153,53,10,"config"],[37,159,53,16],[37,161,54,10,"indentation"],[37,172,54,21],[37,174,55,10,"depth"],[37,179,55,15],[37,181,56,10,"refs"],[37,185,56,14],[37,187,57,10,"printer"],[37,194,58,8],[37,195,58,9],[37,198,58,12],[37,199,58,13],[38,2,60,0],[38,3,60,1],[39,2,61,0,"exports"],[39,9,61,7],[39,10,61,8,"serialize"],[39,19,61,17],[39,22,61,20,"serialize"],[39,31,61,29],[40,2,62,0],[40,6,62,6,"plugin"],[40,12,62,12],[40,15,62,15],[41,4,63,2,"serialize"],[41,13,63,11],[41,15,63,2,"serialize"],[41,24,63,11],[42,4,64,2,"test"],[42,8,64,6],[42,10,64,2,"test"],[43,2,65,0],[43,3,65,1],[44,2,66,0],[44,6,66,4,"_default"],[44,14,66,12],[44,17,66,15,"plugin"],[44,23,66,21],[45,2,67,0,"exports"],[45,9,67,7],[45,10,67,8,"default"],[45,17,67,15],[45,20,67,18,"_default"],[45,28,67,26],[46,0,67,27],[46,3]],"functionMap":{"names":["<global>","testName","test","isNamedNodeMap","serialize","Array.from.reduce$argument_0"],"mappings":"AAA;iBCiB;8DDC;aEC;gCFI;uBGE;gDHC;kBIC;4CCU;eDG;CJmB"},"hasCjsExports":true},"type":"js/module"}]} |