auto-commit for fa23f3bb-adf7-48d2-ba5f-304a1e01a0d9

This commit is contained in:
emergent-agent-e1
2025-11-09 07:57:58 +00:00
parent 85a33cb7f3
commit ff0ab63515
235 changed files with 235 additions and 0 deletions
@@ -0,0 +1 @@
{"dependencies":[{"name":"./_hashClear","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":1,"column":16,"index":16},"end":{"line":1,"column":39,"index":39}}],"key":"ZCgV8ID31bdAFyQ4TAJR41iRAKI=","exportNames":["*"],"imports":1}},{"name":"./_hashDelete","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":2,"column":17,"index":58},"end":{"line":2,"column":41,"index":82}}],"key":"lEgF7HSIGzGMjmgNNy2TDe/7mro=","exportNames":["*"],"imports":1}},{"name":"./_hashGet","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":3,"column":14,"index":98},"end":{"line":3,"column":35,"index":119}}],"key":"WTwkufwtooMEf9pdPoPyMdWZtEs=","exportNames":["*"],"imports":1}},{"name":"./_hashHas","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":14,"index":135},"end":{"line":4,"column":35,"index":156}}],"key":"rFkWV5pwJ1U1G7SMgis8eeqyoak=","exportNames":["*"],"imports":1}},{"name":"./_hashSet","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":5,"column":14,"index":172},"end":{"line":5,"column":35,"index":193}}],"key":"1As+yC2QsQSQ/w0DdGXcnz0nn30=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n var hashClear = require(_dependencyMap[0], \"./_hashClear\"),\n hashDelete = require(_dependencyMap[1], \"./_hashDelete\"),\n hashGet = require(_dependencyMap[2], \"./_hashGet\"),\n hashHas = require(_dependencyMap[3], \"./_hashHas\"),\n hashSet = require(_dependencyMap[4], \"./_hashSet\");\n\n /**\n * Creates a hash object.\n *\n * @private\n * @constructor\n * @param {Array} [entries] The key-value pairs to cache.\n */\n function Hash(entries) {\n var index = -1,\n length = entries == null ? 0 : entries.length;\n this.clear();\n while (++index < length) {\n var entry = entries[index];\n this.set(entry[0], entry[1]);\n }\n }\n\n // Add methods to `Hash`.\n Hash.prototype.clear = hashClear;\n Hash.prototype['delete'] = hashDelete;\n Hash.prototype.get = hashGet;\n Hash.prototype.has = hashHas;\n Hash.prototype.set = hashSet;\n module.exports = Hash;\n});","lineCount":32,"map":[[2,2,1,0],[2,6,1,4,"hashClear"],[2,15,1,13],[2,18,1,16,"require"],[2,25,1,23],[2,26,1,23,"_dependencyMap"],[2,40,1,23],[2,59,1,38],[2,60,1,39],[3,4,2,4,"hashDelete"],[3,14,2,14],[3,17,2,17,"require"],[3,24,2,24],[3,25,2,24,"_dependencyMap"],[3,39,2,24],[3,59,2,40],[3,60,2,41],[4,4,3,4,"hashGet"],[4,11,3,11],[4,14,3,14,"require"],[4,21,3,21],[4,22,3,21,"_dependencyMap"],[4,36,3,21],[4,53,3,34],[4,54,3,35],[5,4,4,4,"hashHas"],[5,11,4,11],[5,14,4,14,"require"],[5,21,4,21],[5,22,4,21,"_dependencyMap"],[5,36,4,21],[5,53,4,34],[5,54,4,35],[6,4,5,4,"hashSet"],[6,11,5,11],[6,14,5,14,"require"],[6,21,5,21],[6,22,5,21,"_dependencyMap"],[6,36,5,21],[6,53,5,34],[6,54,5,35],[8,2,7,0],[9,0,8,0],[10,0,9,0],[11,0,10,0],[12,0,11,0],[13,0,12,0],[14,0,13,0],[15,2,14,0],[15,11,14,9,"Hash"],[15,15,14,13,"Hash"],[15,16,14,14,"entries"],[15,23,14,21],[15,25,14,23],[16,4,15,2],[16,8,15,6,"index"],[16,13,15,11],[16,16,15,14],[16,17,15,15],[16,18,15,16],[17,6,16,6,"length"],[17,12,16,12],[17,15,16,15,"entries"],[17,22,16,22],[17,26,16,26],[17,30,16,30],[17,33,16,33],[17,34,16,34],[17,37,16,37,"entries"],[17,44,16,44],[17,45,16,45,"length"],[17,51,16,51],[18,4,18,2],[18,8,18,6],[18,9,18,7,"clear"],[18,14,18,12],[18,15,18,13],[18,16,18,14],[19,4,19,2],[19,11,19,9],[19,13,19,11,"index"],[19,18,19,16],[19,21,19,19,"length"],[19,27,19,25],[19,29,19,27],[20,6,20,4],[20,10,20,8,"entry"],[20,15,20,13],[20,18,20,16,"entries"],[20,25,20,23],[20,26,20,24,"index"],[20,31,20,29],[20,32,20,30],[21,6,21,4],[21,10,21,8],[21,11,21,9,"set"],[21,14,21,12],[21,15,21,13,"entry"],[21,20,21,18],[21,21,21,19],[21,22,21,20],[21,23,21,21],[21,25,21,23,"entry"],[21,30,21,28],[21,31,21,29],[21,32,21,30],[21,33,21,31],[21,34,21,32],[22,4,22,2],[23,2,23,0],[25,2,25,0],[26,2,26,0,"Hash"],[26,6,26,4],[26,7,26,5,"prototype"],[26,16,26,14],[26,17,26,15,"clear"],[26,22,26,20],[26,25,26,23,"hashClear"],[26,34,26,32],[27,2,27,0,"Hash"],[27,6,27,4],[27,7,27,5,"prototype"],[27,16,27,14],[27,17,27,15],[27,25,27,23],[27,26,27,24],[27,29,27,27,"hashDelete"],[27,39,27,37],[28,2,28,0,"Hash"],[28,6,28,4],[28,7,28,5,"prototype"],[28,16,28,14],[28,17,28,15,"get"],[28,20,28,18],[28,23,28,21,"hashGet"],[28,30,28,28],[29,2,29,0,"Hash"],[29,6,29,4],[29,7,29,5,"prototype"],[29,16,29,14],[29,17,29,15,"has"],[29,20,29,18],[29,23,29,21,"hashHas"],[29,30,29,28],[30,2,30,0,"Hash"],[30,6,30,4],[30,7,30,5,"prototype"],[30,16,30,14],[30,17,30,15,"set"],[30,20,30,18],[30,23,30,21,"hashSet"],[30,30,30,28],[31,2,32,0,"module"],[31,8,32,6],[31,9,32,7,"exports"],[31,16,32,14],[31,19,32,17,"Hash"],[31,23,32,21],[32,0,32,22],[32,3]],"functionMap":{"names":["<global>","Hash"],"mappings":"AAA;ACa;CDS"},"hasCjsExports":true},"type":"js/module"}]}