mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 14:31:02 +00:00
1 line
4.6 KiB
Plaintext
1 line
4.6 KiB
Plaintext
{"dependencies":[],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n var noop = function noop() {};\n function ensureFunction(value) {\n return typeof value === 'function' ? value : noop;\n }\n module.exports = function (node, options, context) {\n function walk(node) {\n enter.call(context, node);\n switch (node.type) {\n case 'Group':\n node.terms.forEach(walk);\n break;\n case 'Multiplier':\n walk(node.term);\n break;\n case 'Type':\n case 'Property':\n case 'Keyword':\n case 'AtKeyword':\n case 'Function':\n case 'String':\n case 'Token':\n case 'Comma':\n break;\n default:\n throw new Error('Unknown type: ' + node.type);\n }\n leave.call(context, node);\n }\n var enter = noop;\n var leave = noop;\n if (typeof options === 'function') {\n enter = options;\n } else if (options) {\n enter = ensureFunction(options.enter);\n leave = ensureFunction(options.leave);\n }\n if (enter === noop && leave === noop) {\n throw new Error('Neither `enter` nor `leave` walker handler is set or both aren\\'t a function');\n }\n walk(node, context);\n };\n});","lineCount":43,"map":[[2,2,1,0],[2,6,1,4,"noop"],[2,10,1,8],[2,13,1,11],[2,22,1,4,"noop"],[2,26,1,8,"noop"],[2,27,1,8],[2,29,1,22],[2,30,1,23],[2,31,1,24],[3,2,3,0],[3,11,3,9,"ensureFunction"],[3,25,3,23,"ensureFunction"],[3,26,3,24,"value"],[3,31,3,29],[3,33,3,31],[4,4,4,4],[4,11,4,11],[4,18,4,18,"value"],[4,23,4,23],[4,28,4,28],[4,38,4,38],[4,41,4,41,"value"],[4,46,4,46],[4,49,4,49,"noop"],[4,53,4,53],[5,2,5,0],[6,2,7,0,"module"],[6,8,7,6],[6,9,7,7,"exports"],[6,16,7,14],[6,19,7,17],[6,29,7,26,"node"],[6,33,7,30],[6,35,7,32,"options"],[6,42,7,39],[6,44,7,41,"context"],[6,51,7,48],[6,53,7,50],[7,4,8,4],[7,13,8,13,"walk"],[7,17,8,17,"walk"],[7,18,8,18,"node"],[7,22,8,22],[7,24,8,24],[8,6,9,8,"enter"],[8,11,9,13],[8,12,9,14,"call"],[8,16,9,18],[8,17,9,19,"context"],[8,24,9,26],[8,26,9,28,"node"],[8,30,9,32],[8,31,9,33],[9,6,11,8],[9,14,11,16,"node"],[9,18,11,20],[9,19,11,21,"type"],[9,23,11,25],[10,8,12,12],[10,13,12,17],[10,20,12,24],[11,10,13,16,"node"],[11,14,13,20],[11,15,13,21,"terms"],[11,20,13,26],[11,21,13,27,"forEach"],[11,28,13,34],[11,29,13,35,"walk"],[11,33,13,39],[11,34,13,40],[12,10,14,16],[13,8,16,12],[13,13,16,17],[13,25,16,29],[14,10,17,16,"walk"],[14,14,17,20],[14,15,17,21,"node"],[14,19,17,25],[14,20,17,26,"term"],[14,24,17,30],[14,25,17,31],[15,10,18,16],[16,8,20,12],[16,13,20,17],[16,19,20,23],[17,8,21,12],[17,13,21,17],[17,23,21,27],[18,8,22,12],[18,13,22,17],[18,22,22,26],[19,8,23,12],[19,13,23,17],[19,24,23,28],[20,8,24,12],[20,13,24,17],[20,23,24,27],[21,8,25,12],[21,13,25,17],[21,21,25,25],[22,8,26,12],[22,13,26,17],[22,20,26,24],[23,8,27,12],[23,13,27,17],[23,20,27,24],[24,10,28,16],[25,8,30,12],[26,10,31,16],[26,16,31,22],[26,20,31,26,"Error"],[26,25,31,31],[26,26,31,32],[26,42,31,48],[26,45,31,51,"node"],[26,49,31,55],[26,50,31,56,"type"],[26,54,31,60],[26,55,31,61],[27,6,32,8],[28,6,34,8,"leave"],[28,11,34,13],[28,12,34,14,"call"],[28,16,34,18],[28,17,34,19,"context"],[28,24,34,26],[28,26,34,28,"node"],[28,30,34,32],[28,31,34,33],[29,4,35,4],[30,4,37,4],[30,8,37,8,"enter"],[30,13,37,13],[30,16,37,16,"noop"],[30,20,37,20],[31,4,38,4],[31,8,38,8,"leave"],[31,13,38,13],[31,16,38,16,"noop"],[31,20,38,20],[32,4,40,4],[32,8,40,8],[32,15,40,15,"options"],[32,22,40,22],[32,27,40,27],[32,37,40,37],[32,39,40,39],[33,6,41,8,"enter"],[33,11,41,13],[33,14,41,16,"options"],[33,21,41,23],[34,4,42,4],[34,5,42,5],[34,11,42,11],[34,15,42,15,"options"],[34,22,42,22],[34,24,42,24],[35,6,43,8,"enter"],[35,11,43,13],[35,14,43,16,"ensureFunction"],[35,28,43,30],[35,29,43,31,"options"],[35,36,43,38],[35,37,43,39,"enter"],[35,42,43,44],[35,43,43,45],[36,6,44,8,"leave"],[36,11,44,13],[36,14,44,16,"ensureFunction"],[36,28,44,30],[36,29,44,31,"options"],[36,36,44,38],[36,37,44,39,"leave"],[36,42,44,44],[36,43,44,45],[37,4,45,4],[38,4,47,4],[38,8,47,8,"enter"],[38,13,47,13],[38,18,47,18,"noop"],[38,22,47,22],[38,26,47,26,"leave"],[38,31,47,31],[38,36,47,36,"noop"],[38,40,47,40],[38,42,47,42],[39,6,48,8],[39,12,48,14],[39,16,48,18,"Error"],[39,21,48,23],[39,22,48,24],[39,100,48,102],[39,101,48,103],[40,4,49,4],[41,4,51,4,"walk"],[41,8,51,8],[41,9,51,9,"node"],[41,13,51,13],[41,15,51,15,"context"],[41,22,51,22],[41,23,51,23],[42,2,52,0],[42,3,52,1],[43,0,52,2],[43,3]],"functionMap":{"names":["<global>","noop","ensureFunction","module.exports","walk"],"mappings":"AAA,WC,aD;AEE;CFE;iBGE;ICC;KD2B;CHiB"},"hasCjsExports":true},"type":"js/module"}]} |