auto-commit for 4c084561-1938-4dad-bd1d-79fbb858f837

This commit is contained in:
emergent-agent-e1
2025-11-08 10:06:45 +00:00
parent b54a3f8321
commit e576e8b1ef
2779 changed files with 2779 additions and 0 deletions
@@ -0,0 +1 @@
{"dependencies":[{"name":"../../tokenizer/utils","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":1,"column":20,"index":20},"end":{"line":1,"column":52,"index":52}}],"key":"r4ZhXy2tDZ48eRRr+CWj60k+3Wg=","exportNames":["*"],"imports":1}},{"name":"../../tokenizer","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":2,"column":11,"index":79},"end":{"line":2,"column":37,"index":105}}],"key":"aNRU9n3c7yINqZkqLGUbbiGwGn8=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n var consumeNumber = require(_dependencyMap[0], \"../../tokenizer/utils\").consumeNumber;\n var TYPE = require(_dependencyMap[1], \"../../tokenizer\").TYPE;\n var PERCENTAGE = TYPE.Percentage;\n module.exports = {\n name: 'Percentage',\n structure: {\n value: String\n },\n parse: function () {\n var start = this.scanner.tokenStart;\n var numberEnd = consumeNumber(this.scanner.source, start);\n this.eat(PERCENTAGE);\n return {\n type: 'Percentage',\n loc: this.getLocation(start, this.scanner.tokenStart),\n value: this.scanner.source.substring(start, numberEnd)\n };\n },\n generate: function (node) {\n this.chunk(node.value);\n this.chunk('%');\n }\n };\n});","lineCount":25,"map":[[2,2,1,0],[2,6,1,4,"consumeNumber"],[2,19,1,17],[2,22,1,20,"require"],[2,29,1,27],[2,30,1,27,"_dependencyMap"],[2,44,1,27],[2,72,1,51],[2,73,1,52],[2,74,1,53,"consumeNumber"],[2,87,1,66],[3,2,2,0],[3,6,2,4,"TYPE"],[3,10,2,8],[3,13,2,11,"require"],[3,20,2,18],[3,21,2,18,"_dependencyMap"],[3,35,2,18],[3,57,2,36],[3,58,2,37],[3,59,2,38,"TYPE"],[3,63,2,42],[4,2,4,0],[4,6,4,4,"PERCENTAGE"],[4,16,4,14],[4,19,4,17,"TYPE"],[4,23,4,21],[4,24,4,22,"Percentage"],[4,34,4,32],[5,2,6,0,"module"],[5,8,6,6],[5,9,6,7,"exports"],[5,16,6,14],[5,19,6,17],[6,4,7,4,"name"],[6,8,7,8],[6,10,7,10],[6,22,7,22],[7,4,8,4,"structure"],[7,13,8,13],[7,15,8,15],[8,6,9,8,"value"],[8,11,9,13],[8,13,9,15,"String"],[9,4,10,4],[9,5,10,5],[10,4,11,4,"parse"],[10,9,11,9],[10,11,11,11],[10,20,11,11,"parse"],[10,21,11,11],[10,23,11,22],[11,6,12,8],[11,10,12,12,"start"],[11,15,12,17],[11,18,12,20],[11,22,12,24],[11,23,12,25,"scanner"],[11,30,12,32],[11,31,12,33,"tokenStart"],[11,41,12,43],[12,6,13,8],[12,10,13,12,"numberEnd"],[12,19,13,21],[12,22,13,24,"consumeNumber"],[12,35,13,37],[12,36,13,38],[12,40,13,42],[12,41,13,43,"scanner"],[12,48,13,50],[12,49,13,51,"source"],[12,55,13,57],[12,57,13,59,"start"],[12,62,13,64],[12,63,13,65],[13,6,15,8],[13,10,15,12],[13,11,15,13,"eat"],[13,14,15,16],[13,15,15,17,"PERCENTAGE"],[13,25,15,27],[13,26,15,28],[14,6,17,8],[14,13,17,15],[15,8,18,12,"type"],[15,12,18,16],[15,14,18,18],[15,26,18,30],[16,8,19,12,"loc"],[16,11,19,15],[16,13,19,17],[16,17,19,21],[16,18,19,22,"getLocation"],[16,29,19,33],[16,30,19,34,"start"],[16,35,19,39],[16,37,19,41],[16,41,19,45],[16,42,19,46,"scanner"],[16,49,19,53],[16,50,19,54,"tokenStart"],[16,60,19,64],[16,61,19,65],[17,8,20,12,"value"],[17,13,20,17],[17,15,20,19],[17,19,20,23],[17,20,20,24,"scanner"],[17,27,20,31],[17,28,20,32,"source"],[17,34,20,38],[17,35,20,39,"substring"],[17,44,20,48],[17,45,20,49,"start"],[17,50,20,54],[17,52,20,56,"numberEnd"],[17,61,20,65],[18,6,21,8],[18,7,21,9],[19,4,22,4],[19,5,22,5],[20,4,23,4,"generate"],[20,12,23,12],[20,14,23,14],[20,23,23,14,"generate"],[20,24,23,23,"node"],[20,28,23,27],[20,30,23,29],[21,6,24,8],[21,10,24,12],[21,11,24,13,"chunk"],[21,16,24,18],[21,17,24,19,"node"],[21,21,24,23],[21,22,24,24,"value"],[21,27,24,29],[21,28,24,30],[22,6,25,8],[22,10,25,12],[22,11,25,13,"chunk"],[22,16,25,18],[22,17,25,19],[22,20,25,22],[22,21,25,23],[23,4,26,4],[24,2,27,0],[24,3,27,1],[25,0,27,2],[25,3]],"functionMap":{"names":["<global>","module.exports.parse","module.exports.generate"],"mappings":"AAA;WCU;KDW;cEC;KFG"},"hasCjsExports":true},"type":"js/module"}]}
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
{"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 Object.defineProperty(exports, \"slideOutDown\", {\n enumerable: true,\n get: function () {\n return slideOutDown;\n }\n });\n Object.defineProperty(exports, \"slideOutUp\", {\n enumerable: true,\n get: function () {\n return slideOutUp;\n }\n });\n Object.defineProperty(exports, \"slideOutLeft\", {\n enumerable: true,\n get: function () {\n return slideOutLeft;\n }\n });\n Object.defineProperty(exports, \"slideOutRight\", {\n enumerable: true,\n get: function () {\n return slideOutRight;\n }\n });\n function makeSlideOutTranslation(translationType, fromValue) {\n return {\n from: {\n [translationType]: 0\n },\n to: {\n [translationType]: fromValue\n }\n };\n }\n var slideOutDown = makeSlideOutTranslation('translateY', 100);\n var slideOutUp = makeSlideOutTranslation('translateY', -100);\n var slideOutLeft = makeSlideOutTranslation('translateX', -100);\n var slideOutRight = makeSlideOutTranslation('translateX', 100);\n});","lineCount":45,"map":[[7,2,12,0,"Object"],[7,8,12,0],[7,9,12,0,"defineProperty"],[7,23,12,0],[7,24,12,0,"exports"],[7,31,12,0],[8,4,12,0,"enumerable"],[8,14,12,0],[9,4,12,0,"get"],[9,7,12,0],[9,18,12,0,"get"],[9,19,12,0],[10,6,12,0],[10,13,12,0,"slideOutDown"],[10,25,12,0],[11,4,12,0],[12,2,12,0],[13,2,14,0,"Object"],[13,8,14,0],[13,9,14,0,"defineProperty"],[13,23,14,0],[13,24,14,0,"exports"],[13,31,14,0],[14,4,14,0,"enumerable"],[14,14,14,0],[15,4,14,0,"get"],[15,7,14,0],[15,18,14,0,"get"],[15,19,14,0],[16,6,14,0],[16,13,14,0,"slideOutUp"],[16,23,14,0],[17,4,14,0],[18,2,14,0],[19,2,16,0,"Object"],[19,8,16,0],[19,9,16,0,"defineProperty"],[19,23,16,0],[19,24,16,0,"exports"],[19,31,16,0],[20,4,16,0,"enumerable"],[20,14,16,0],[21,4,16,0,"get"],[21,7,16,0],[21,18,16,0,"get"],[21,19,16,0],[22,6,16,0],[22,13,16,0,"slideOutLeft"],[22,25,16,0],[23,4,16,0],[24,2,16,0],[25,2,18,0,"Object"],[25,8,18,0],[25,9,18,0,"defineProperty"],[25,23,18,0],[25,24,18,0,"exports"],[25,31,18,0],[26,4,18,0,"enumerable"],[26,14,18,0],[27,4,18,0,"get"],[27,7,18,0],[27,18,18,0,"get"],[27,19,18,0],[28,6,18,0],[28,13,18,0,"slideOutRight"],[28,26,18,0],[29,4,18,0],[30,2,18,0],[31,2,1,0],[31,11,1,9,"makeSlideOutTranslation"],[31,34,1,32,"makeSlideOutTranslation"],[31,35,1,33,"translationType"],[31,50,1,48],[31,52,1,50,"fromValue"],[31,61,1,59],[31,63,1,61],[32,4,2,2],[32,11,2,9],[33,6,3,4,"from"],[33,10,3,8],[33,12,3,10],[34,8,4,6],[34,9,4,7,"translationType"],[34,24,4,22],[34,27,4,25],[35,6,5,4],[35,7,5,5],[36,6,6,4,"to"],[36,8,6,6],[36,10,6,8],[37,8,7,6],[37,9,7,7,"translationType"],[37,24,7,22],[37,27,7,25,"fromValue"],[38,6,8,4],[39,4,9,2],[39,5,9,3],[40,2,10,0],[41,2,12,7],[41,6,12,13,"slideOutDown"],[41,18,12,25],[41,21,12,28,"makeSlideOutTranslation"],[41,44,12,51],[41,45,12,52],[41,57,12,64],[41,59,12,66],[41,62,12,69],[41,63,12,70],[42,2,14,7],[42,6,14,13,"slideOutUp"],[42,16,14,23],[42,19,14,26,"makeSlideOutTranslation"],[42,42,14,49],[42,43,14,50],[42,55,14,62],[42,57,14,64],[42,58,14,65],[42,61,14,68],[42,62,14,69],[43,2,16,7],[43,6,16,13,"slideOutLeft"],[43,18,16,25],[43,21,16,28,"makeSlideOutTranslation"],[43,44,16,51],[43,45,16,52],[43,57,16,64],[43,59,16,66],[43,60,16,67],[43,63,16,70],[43,64,16,71],[44,2,18,7],[44,6,18,13,"slideOutRight"],[44,19,18,26],[44,22,18,29,"makeSlideOutTranslation"],[44,45,18,52],[44,46,18,53],[44,58,18,65],[44,60,18,67],[44,63,18,70],[44,64,18,71],[45,0,18,72],[45,3]],"functionMap":{"names":["makeSlideOutTranslation","<global>"],"mappings":"AAA;CCS"},"hasCjsExports":false},"type":"js/module"}]}
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
{"dependencies":[{"name":"tslib","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":3,"column":16,"index":93},"end":{"line":3,"column":32,"index":109}}],"key":"vm88vOsSPZItrLOmMEyUuGkd1y4=","exportNames":["*"],"imports":1}},{"name":"./childKey.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":21,"index":132},"end":{"line":4,"column":45,"index":156}}],"key":"iaGp8pe6ndy/Wje5d+7tNQIjPwA=","exportNames":["*"],"imports":1}},{"name":"./contributions.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":5,"column":21,"index":189},"end":{"line":5,"column":50,"index":218}}],"key":"Q3BNqK0TAX3dGx3dbWI3yP0jfWI=","exportNames":["*"],"imports":1}},{"name":"./ownContributions.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":6,"column":21,"index":251},"end":{"line":6,"column":53,"index":283}}],"key":"RL/Jja+JtPFpHLsDwvSzg9eAd20=","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 var tslib_1 = require(_dependencyMap[0], \"tslib\");\n tslib_1.__exportStar(require(_dependencyMap[1], \"./childKey.js\"), exports);\n tslib_1.__exportStar(require(_dependencyMap[2], \"./contributions.js\"), exports);\n tslib_1.__exportStar(require(_dependencyMap[3], \"./ownContributions.js\"), exports);\n});","lineCount":11,"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],[7,6,3,6,"tslib_1"],[7,13,3,13],[7,16,3,16,"require"],[7,23,3,23],[7,24,3,23,"_dependencyMap"],[7,38,3,23],[7,50,3,31],[7,51,3,32],[8,2,4,0,"tslib_1"],[8,9,4,7],[8,10,4,8,"__exportStar"],[8,22,4,20],[8,23,4,21,"require"],[8,30,4,28],[8,31,4,28,"_dependencyMap"],[8,45,4,28],[8,65,4,44],[8,66,4,45],[8,68,4,47,"exports"],[8,75,4,54],[8,76,4,55],[9,2,5,0,"tslib_1"],[9,9,5,7],[9,10,5,8,"__exportStar"],[9,22,5,20],[9,23,5,21,"require"],[9,30,5,28],[9,31,5,28,"_dependencyMap"],[9,45,5,28],[9,70,5,49],[9,71,5,50],[9,73,5,52,"exports"],[9,80,5,59],[9,81,5,60],[10,2,6,0,"tslib_1"],[10,9,6,7],[10,10,6,8,"__exportStar"],[10,22,6,20],[10,23,6,21,"require"],[10,30,6,28],[10,31,6,28,"_dependencyMap"],[10,45,6,28],[10,73,6,52],[10,74,6,53],[10,76,6,55,"exports"],[10,83,6,62],[10,84,6,63],[11,0,6,64],[11,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":false},"type":"js/module"}]}
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
{"dependencies":[],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n module.exports = global.fetch; // To enable: import fetch from 'cross-fetch'\n module.exports.default = global.fetch; // For TypeScript consumers without esModuleInterop.\n module.exports.fetch = global.fetch; // To enable: import {fetch} from 'cross-fetch'\n module.exports.Headers = global.Headers;\n module.exports.Request = global.Request;\n module.exports.Response = global.Response;\n});","lineCount":8,"map":[[2,2,1,0,"module"],[2,8,1,6],[2,9,1,7,"exports"],[2,16,1,14],[2,19,1,17,"global"],[2,25,1,23],[2,26,1,24,"fetch"],[2,31,1,29],[2,33,1,30],[3,2,2,0,"module"],[3,8,2,6],[3,9,2,7,"exports"],[3,16,2,14],[3,17,2,15,"default"],[3,24,2,22],[3,27,2,25,"global"],[3,33,2,31],[3,34,2,32,"fetch"],[3,39,2,37],[3,41,2,38],[4,2,3,0,"module"],[4,8,3,6],[4,9,3,7,"exports"],[4,16,3,14],[4,17,3,15,"fetch"],[4,22,3,20],[4,25,3,23,"global"],[4,31,3,29],[4,32,3,30,"fetch"],[4,37,3,35],[4,39,3,36],[5,2,4,0,"module"],[5,8,4,6],[5,9,4,7,"exports"],[5,16,4,14],[5,17,4,15,"Headers"],[5,24,4,22],[5,27,4,25,"global"],[5,33,4,31],[5,34,4,32,"Headers"],[5,41,4,39],[6,2,5,0,"module"],[6,8,5,6],[6,9,5,7,"exports"],[6,16,5,14],[6,17,5,15,"Request"],[6,24,5,22],[6,27,5,25,"global"],[6,33,5,31],[6,34,5,32,"Request"],[6,41,5,39],[7,2,6,0,"module"],[7,8,6,6],[7,9,6,7,"exports"],[7,16,6,14],[7,17,6,15,"Response"],[7,25,6,23],[7,28,6,26,"global"],[7,34,6,32],[7,35,6,33,"Response"],[7,43,6,41],[8,0,6,41],[8,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":true},"type":"js/module"}]}
File diff suppressed because one or more lines are too long