mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 20:21:01 +00:00
1 line
2.9 KiB
Plaintext
1 line
2.9 KiB
Plaintext
{"dependencies":[{"name":"./switchMap","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":18,"index":125},"end":{"line":4,"column":40,"index":147}}],"key":"D7DlYsrO9PhMJc71E5UOGeyw/P0=","exportNames":["*"],"imports":1}},{"name":"../util/isFunction","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":5,"column":19,"index":168},"end":{"line":5,"column":48,"index":197}}],"key":"9qhC8NI6t5Y07wDTvuAKtHbucIk=","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.switchMapTo = void 0;\n var switchMap_1 = require(_dependencyMap[0], \"./switchMap\");\n var isFunction_1 = require(_dependencyMap[1], \"../util/isFunction\");\n function switchMapTo(innerObservable, resultSelector) {\n return isFunction_1.isFunction(resultSelector) ? switchMap_1.switchMap(function () {\n return innerObservable;\n }, resultSelector) : switchMap_1.switchMap(function () {\n return innerObservable;\n });\n }\n exports.switchMapTo = switchMapTo;\n});","lineCount":18,"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,"switchMapTo"],[7,21,3,19],[7,24,3,22],[7,29,3,27],[7,30,3,28],[8,2,4,0],[8,6,4,4,"switchMap_1"],[8,17,4,15],[8,20,4,18,"require"],[8,27,4,25],[8,28,4,25,"_dependencyMap"],[8,42,4,25],[8,60,4,39],[8,61,4,40],[9,2,5,0],[9,6,5,4,"isFunction_1"],[9,18,5,16],[9,21,5,19,"require"],[9,28,5,26],[9,29,5,26,"_dependencyMap"],[9,43,5,26],[9,68,5,47],[9,69,5,48],[10,2,6,0],[10,11,6,9,"switchMapTo"],[10,22,6,20,"switchMapTo"],[10,23,6,21,"innerObservable"],[10,38,6,36],[10,40,6,38,"resultSelector"],[10,54,6,52],[10,56,6,54],[11,4,7,4],[11,11,7,11,"isFunction_1"],[11,23,7,23],[11,24,7,24,"isFunction"],[11,34,7,34],[11,35,7,35,"resultSelector"],[11,49,7,49],[11,50,7,50],[11,53,7,53,"switchMap_1"],[11,64,7,64],[11,65,7,65,"switchMap"],[11,74,7,74],[11,75,7,75],[11,87,7,87],[12,6,7,89],[12,13,7,96,"innerObservable"],[12,28,7,111],[13,4,7,113],[13,5,7,114],[13,7,7,116,"resultSelector"],[13,21,7,130],[13,22,7,131],[13,25,7,134,"switchMap_1"],[13,36,7,145],[13,37,7,146,"switchMap"],[13,46,7,155],[13,47,7,156],[13,59,7,168],[14,6,7,170],[14,13,7,177,"innerObservable"],[14,28,7,192],[15,4,7,194],[15,5,7,195],[15,6,7,196],[16,2,8,0],[17,2,9,0,"exports"],[17,9,9,7],[17,10,9,8,"switchMapTo"],[17,21,9,19],[17,24,9,22,"switchMapTo"],[17,35,9,33],[18,0,9,34],[18,3]],"functionMap":{"names":["<global>","switchMapTo","switchMap_1.switchMap$argument_0"],"mappings":"AAA;ACK;2ECC,uCD,0CC,uCD;CDC"},"hasCjsExports":true},"type":"js/module"}]} |