Files
pezkuwi-mobile-app/frontend/.metro-cache/cache/4d/67e0619b1ee74ac80197540580b8e56997ce6e9caab7eb7580a8273dbba284bc7b5087
T
2025-11-07 20:14:32 +00:00

1 line
7.2 KiB
Plaintext

{"dependencies":[{"name":"../../tokenizer","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":1,"column":11,"index":11},"end":{"line":1,"column":37,"index":37}}],"key":"aNRU9n3c7yINqZkqLGUbbiGwGn8=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n var TYPE = require(_dependencyMap[0], \"../../tokenizer\").TYPE;\n var IDENT = TYPE.Ident;\n var FUNCTION = TYPE.Function;\n var COLON = TYPE.Colon;\n var RIGHTPARENTHESIS = TYPE.RightParenthesis;\n\n // :: [ <ident> | <function-token> <any-value>? ) ]\n module.exports = {\n name: 'PseudoElementSelector',\n structure: {\n name: String,\n children: [['Raw'], null]\n },\n parse: function () {\n var start = this.scanner.tokenStart;\n var children = null;\n var name;\n var nameLowerCase;\n this.eat(COLON);\n this.eat(COLON);\n if (this.scanner.tokenType === FUNCTION) {\n name = this.consumeFunctionName();\n nameLowerCase = name.toLowerCase();\n if (this.pseudo.hasOwnProperty(nameLowerCase)) {\n this.scanner.skipSC();\n children = this.pseudo[nameLowerCase].call(this);\n this.scanner.skipSC();\n } else {\n children = this.createList();\n children.push(this.Raw(this.scanner.tokenIndex, null, false));\n }\n this.eat(RIGHTPARENTHESIS);\n } else {\n name = this.consume(IDENT);\n }\n return {\n type: 'PseudoElementSelector',\n loc: this.getLocation(start, this.scanner.tokenStart),\n name: name,\n children: children\n };\n },\n generate: function (node) {\n this.chunk('::');\n this.chunk(node.name);\n if (node.children !== null) {\n this.chunk('(');\n this.children(node);\n this.chunk(')');\n }\n },\n walkContext: 'function'\n };\n});","lineCount":55,"map":[[2,2,1,0],[2,6,1,4,"TYPE"],[2,10,1,8],[2,13,1,11,"require"],[2,20,1,18],[2,21,1,18,"_dependencyMap"],[2,35,1,18],[2,57,1,36],[2,58,1,37],[2,59,1,38,"TYPE"],[2,63,1,42],[3,2,3,0],[3,6,3,4,"IDENT"],[3,11,3,9],[3,14,3,12,"TYPE"],[3,18,3,16],[3,19,3,17,"Ident"],[3,24,3,22],[4,2,4,0],[4,6,4,4,"FUNCTION"],[4,14,4,12],[4,17,4,15,"TYPE"],[4,21,4,19],[4,22,4,20,"Function"],[4,30,4,28],[5,2,5,0],[5,6,5,4,"COLON"],[5,11,5,9],[5,14,5,12,"TYPE"],[5,18,5,16],[5,19,5,17,"Colon"],[5,24,5,22],[6,2,6,0],[6,6,6,4,"RIGHTPARENTHESIS"],[6,22,6,20],[6,25,6,23,"TYPE"],[6,29,6,27],[6,30,6,28,"RightParenthesis"],[6,46,6,44],[8,2,8,0],[9,2,9,0,"module"],[9,8,9,6],[9,9,9,7,"exports"],[9,16,9,14],[9,19,9,17],[10,4,10,4,"name"],[10,8,10,8],[10,10,10,10],[10,33,10,33],[11,4,11,4,"structure"],[11,13,11,13],[11,15,11,15],[12,6,12,8,"name"],[12,10,12,12],[12,12,12,14,"String"],[12,18,12,20],[13,6,13,8,"children"],[13,14,13,16],[13,16,13,18],[13,17,13,19],[13,18,13,20],[13,23,13,25],[13,24,13,26],[13,26,13,28],[13,30,13,32],[14,4,14,4],[14,5,14,5],[15,4,15,4,"parse"],[15,9,15,9],[15,11,15,11],[15,20,15,11,"parse"],[15,21,15,11],[15,23,15,22],[16,6,16,8],[16,10,16,12,"start"],[16,15,16,17],[16,18,16,20],[16,22,16,24],[16,23,16,25,"scanner"],[16,30,16,32],[16,31,16,33,"tokenStart"],[16,41,16,43],[17,6,17,8],[17,10,17,12,"children"],[17,18,17,20],[17,21,17,23],[17,25,17,27],[18,6,18,8],[18,10,18,12,"name"],[18,14,18,16],[19,6,19,8],[19,10,19,12,"nameLowerCase"],[19,23,19,25],[20,6,21,8],[20,10,21,12],[20,11,21,13,"eat"],[20,14,21,16],[20,15,21,17,"COLON"],[20,20,21,22],[20,21,21,23],[21,6,22,8],[21,10,22,12],[21,11,22,13,"eat"],[21,14,22,16],[21,15,22,17,"COLON"],[21,20,22,22],[21,21,22,23],[22,6,24,8],[22,10,24,12],[22,14,24,16],[22,15,24,17,"scanner"],[22,22,24,24],[22,23,24,25,"tokenType"],[22,32,24,34],[22,37,24,39,"FUNCTION"],[22,45,24,47],[22,47,24,49],[23,8,25,12,"name"],[23,12,25,16],[23,15,25,19],[23,19,25,23],[23,20,25,24,"consumeFunctionName"],[23,39,25,43],[23,40,25,44],[23,41,25,45],[24,8,26,12,"nameLowerCase"],[24,21,26,25],[24,24,26,28,"name"],[24,28,26,32],[24,29,26,33,"toLowerCase"],[24,40,26,44],[24,41,26,45],[24,42,26,46],[25,8,28,12],[25,12,28,16],[25,16,28,20],[25,17,28,21,"pseudo"],[25,23,28,27],[25,24,28,28,"hasOwnProperty"],[25,38,28,42],[25,39,28,43,"nameLowerCase"],[25,52,28,56],[25,53,28,57],[25,55,28,59],[26,10,29,16],[26,14,29,20],[26,15,29,21,"scanner"],[26,22,29,28],[26,23,29,29,"skipSC"],[26,29,29,35],[26,30,29,36],[26,31,29,37],[27,10,30,16,"children"],[27,18,30,24],[27,21,30,27],[27,25,30,31],[27,26,30,32,"pseudo"],[27,32,30,38],[27,33,30,39,"nameLowerCase"],[27,46,30,52],[27,47,30,53],[27,48,30,54,"call"],[27,52,30,58],[27,53,30,59],[27,57,30,63],[27,58,30,64],[28,10,31,16],[28,14,31,20],[28,15,31,21,"scanner"],[28,22,31,28],[28,23,31,29,"skipSC"],[28,29,31,35],[28,30,31,36],[28,31,31,37],[29,8,32,12],[29,9,32,13],[29,15,32,19],[30,10,33,16,"children"],[30,18,33,24],[30,21,33,27],[30,25,33,31],[30,26,33,32,"createList"],[30,36,33,42],[30,37,33,43],[30,38,33,44],[31,10,34,16,"children"],[31,18,34,24],[31,19,34,25,"push"],[31,23,34,29],[31,24,35,20],[31,28,35,24],[31,29,35,25,"Raw"],[31,32,35,28],[31,33,35,29],[31,37,35,33],[31,38,35,34,"scanner"],[31,45,35,41],[31,46,35,42,"tokenIndex"],[31,56,35,52],[31,58,35,54],[31,62,35,58],[31,64,35,60],[31,69,35,65],[31,70,36,16],[31,71,36,17],[32,8,37,12],[33,8,39,12],[33,12,39,16],[33,13,39,17,"eat"],[33,16,39,20],[33,17,39,21,"RIGHTPARENTHESIS"],[33,33,39,37],[33,34,39,38],[34,6,40,8],[34,7,40,9],[34,13,40,15],[35,8,41,12,"name"],[35,12,41,16],[35,15,41,19],[35,19,41,23],[35,20,41,24,"consume"],[35,27,41,31],[35,28,41,32,"IDENT"],[35,33,41,37],[35,34,41,38],[36,6,42,8],[37,6,44,8],[37,13,44,15],[38,8,45,12,"type"],[38,12,45,16],[38,14,45,18],[38,37,45,41],[39,8,46,12,"loc"],[39,11,46,15],[39,13,46,17],[39,17,46,21],[39,18,46,22,"getLocation"],[39,29,46,33],[39,30,46,34,"start"],[39,35,46,39],[39,37,46,41],[39,41,46,45],[39,42,46,46,"scanner"],[39,49,46,53],[39,50,46,54,"tokenStart"],[39,60,46,64],[39,61,46,65],[40,8,47,12,"name"],[40,12,47,16],[40,14,47,18,"name"],[40,18,47,22],[41,8,48,12,"children"],[41,16,48,20],[41,18,48,22,"children"],[42,6,49,8],[42,7,49,9],[43,4,50,4],[43,5,50,5],[44,4,51,4,"generate"],[44,12,51,12],[44,14,51,14],[44,23,51,14,"generate"],[44,24,51,23,"node"],[44,28,51,27],[44,30,51,29],[45,6,52,8],[45,10,52,12],[45,11,52,13,"chunk"],[45,16,52,18],[45,17,52,19],[45,21,52,23],[45,22,52,24],[46,6,53,8],[46,10,53,12],[46,11,53,13,"chunk"],[46,16,53,18],[46,17,53,19,"node"],[46,21,53,23],[46,22,53,24,"name"],[46,26,53,28],[46,27,53,29],[47,6,55,8],[47,10,55,12,"node"],[47,14,55,16],[47,15,55,17,"children"],[47,23,55,25],[47,28,55,30],[47,32,55,34],[47,34,55,36],[48,8,56,12],[48,12,56,16],[48,13,56,17,"chunk"],[48,18,56,22],[48,19,56,23],[48,22,56,26],[48,23,56,27],[49,8,57,12],[49,12,57,16],[49,13,57,17,"children"],[49,21,57,25],[49,22,57,26,"node"],[49,26,57,30],[49,27,57,31],[50,8,58,12],[50,12,58,16],[50,13,58,17,"chunk"],[50,18,58,22],[50,19,58,23],[50,22,58,26],[50,23,58,27],[51,6,59,8],[52,4,60,4],[52,5,60,5],[53,4,61,4,"walkContext"],[53,15,61,15],[53,17,61,17],[54,2,62,0],[54,3,62,1],[55,0,62,2],[55,3]],"functionMap":{"names":["<global>","module.exports.parse","module.exports.generate"],"mappings":"AAA;WCc;KDmC;cEC;KFS"},"hasCjsExports":true},"type":"js/module"}]}