auto-commit for 155cdee4-7b20-4acf-ad4d-053760ff258d

This commit is contained in:
emergent-agent-e1
2025-10-24 02:48:32 +00:00
parent 02778c9714
commit 8d0ee162c0
1845 changed files with 1845 additions and 0 deletions
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 exports.objectProperty = objectProperty;\n exports.objectProperties = objectProperties;\n /**\n * @name objectProperty\n * @summary Assign a get property on the input object\n */\n function objectProperty(that, key, getter, getName, index = 0) {\n const name = getName ? getName(key, index) : key;\n // There are 3 approaches here -\n // - Object.prototype.hasOwnProperty.call(that, key) - this only checks the current class, i.e\n // will retuirn false if the property is set in the parent class\n // - isUndefined(...) - this may yield a false positive when the property is there, but not set.\n // Additionally, on pre-defined getters it may make a call\n // - key in that - Does not need to be combined with either of the above and checks the full chain\n if (!(name in that)) {\n Object.defineProperty(that, name, {\n enumerable: true,\n // Unlike in lazy, we always call into the upper function, i.e. this method\n // does not cache old values (it is expected to be used for dynamic values)\n get: function () {\n return getter(key, index, this);\n }\n });\n }\n }\n /**\n * @name objectProperties\n * @summary Assign get properties on the input object\n */\n function objectProperties(that, keys, getter, getName) {\n for (let i = 0, count = keys.length; i < count; i++) {\n objectProperty(that, keys[i], getter, getName, i);\n }\n }\n});","lineCount":41,"map":[[7,2,5,0,"exports"],[7,9,5,0],[7,10,5,0,"objectProperty"],[7,24,5,0],[7,27,5,0,"objectProperty"],[7,41,5,0],[8,2,30,0,"exports"],[8,9,30,0],[8,10,30,0,"objectProperties"],[8,26,30,0],[8,29,30,0,"objectProperties"],[8,45,30,0],[9,2,1,0],[10,0,2,0],[11,0,3,0],[12,0,4,0],[13,2,5,7],[13,11,5,16,"objectProperty"],[13,25,5,30,"objectProperty"],[13,26,5,31,"that"],[13,30,5,35],[13,32,5,37,"key"],[13,35,5,40],[13,37,5,42,"getter"],[13,43,5,48],[13,45,5,50,"getName"],[13,52,5,57],[13,54,5,59,"index"],[13,59,5,64],[13,62,5,67],[13,63,5,68],[13,65,5,70],[14,4,6,4],[14,10,6,10,"name"],[14,14,6,14],[14,17,6,17,"getName"],[14,24,6,24],[14,27,7,10,"getName"],[14,34,7,17],[14,35,7,18,"key"],[14,38,7,21],[14,40,7,23,"index"],[14,45,7,28],[14,46,7,29],[14,49,8,10,"key"],[14,52,8,13],[15,4,9,4],[16,4,10,4],[17,4,11,4],[18,4,12,4],[19,4,13,4],[20,4,14,4],[21,4,15,4],[21,8,15,8],[21,10,15,10,"name"],[21,14,15,14],[21,18,15,18,"that"],[21,22,15,22],[21,23,15,23],[21,25,15,25],[22,6,16,8,"Object"],[22,12,16,14],[22,13,16,15,"defineProperty"],[22,27,16,29],[22,28,16,30,"that"],[22,32,16,34],[22,34,16,36,"name"],[22,38,16,40],[22,40,16,42],[23,8,17,12,"enumerable"],[23,18,17,22],[23,20,17,24],[23,24,17,28],[24,8,18,12],[25,8,19,12],[26,8,20,12,"get"],[26,11,20,15],[26,13,20,17],[26,22,20,17,"get"],[26,23,20,17],[26,25,20,29],[27,10,21,16],[27,17,21,23,"getter"],[27,23,21,29],[27,24,21,30,"key"],[27,27,21,33],[27,29,21,35,"index"],[27,34,21,40],[27,36,21,42],[27,40,21,46],[27,41,21,47],[28,8,22,12],[29,6,23,8],[29,7,23,9],[29,8,23,10],[30,4,24,4],[31,2,25,0],[32,2,26,0],[33,0,27,0],[34,0,28,0],[35,0,29,0],[36,2,30,7],[36,11,30,16,"objectProperties"],[36,27,30,32,"objectProperties"],[36,28,30,33,"that"],[36,32,30,37],[36,34,30,39,"keys"],[36,38,30,43],[36,40,30,45,"getter"],[36,46,30,51],[36,48,30,53,"getName"],[36,55,30,60],[36,57,30,62],[37,4,31,4],[37,9,31,9],[37,13,31,13,"i"],[37,14,31,14],[37,17,31,17],[37,18,31,18],[37,20,31,20,"count"],[37,25,31,25],[37,28,31,28,"keys"],[37,32,31,32],[37,33,31,33,"length"],[37,39,31,39],[37,41,31,41,"i"],[37,42,31,42],[37,45,31,45,"count"],[37,50,31,50],[37,52,31,52,"i"],[37,53,31,53],[37,55,31,55],[37,57,31,57],[38,6,32,8,"objectProperty"],[38,20,32,22],[38,21,32,23,"that"],[38,25,32,27],[38,27,32,29,"keys"],[38,31,32,33],[38,32,32,34,"i"],[38,33,32,35],[38,34,32,36],[38,36,32,38,"getter"],[38,42,32,44],[38,44,32,46,"getName"],[38,51,32,53],[38,53,32,55,"i"],[38,54,32,56],[38,55,32,57],[39,4,33,4],[40,2,34,0],[41,0,34,1],[41,3]],"functionMap":{"names":["<global>","objectProperty","Object.defineProperty$argument_2.get","objectProperties"],"mappings":"AAA;OCI;iBCe;aDE;CDG;OGK;CHI"},"hasCjsExports":false},"type":"js/module"}]}
@@ -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 exports.isRunningInExpoGo = isRunningInExpoGo;\n exports.getExpoGoProjectConfig = getExpoGoProjectConfig;\n function isRunningInExpoGo() {\n return false;\n }\n function getExpoGoProjectConfig() {\n return null;\n }\n});","lineCount":15,"map":[[7,2,1,0,"exports"],[7,9,1,0],[7,10,1,0,"isRunningInExpoGo"],[7,27,1,0],[7,30,1,0,"isRunningInExpoGo"],[7,47,1,0],[8,2,5,0,"exports"],[8,9,5,0],[8,10,5,0,"getExpoGoProjectConfig"],[8,32,5,0],[8,35,5,0,"getExpoGoProjectConfig"],[8,57,5,0],[9,2,1,7],[9,11,1,16,"isRunningInExpoGo"],[9,28,1,33,"isRunningInExpoGo"],[9,29,1,33],[9,31,1,36],[10,4,2,2],[10,11,2,9],[10,16,2,14],[11,2,3,0],[12,2,5,7],[12,11,5,16,"getExpoGoProjectConfig"],[12,33,5,38,"getExpoGoProjectConfig"],[12,34,5,38],[12,36,5,41],[13,4,6,2],[13,11,6,9],[13,15,6,13],[14,2,7,0],[15,0,7,1],[15,3]],"functionMap":{"names":["<global>","isRunningInExpoGo","getExpoGoProjectConfig"],"mappings":"AAA,OC;CDE;OEE;CFE"},"hasCjsExports":false},"type":"js/module"}]}
@@ -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 exports.getWSErrorString = getWSErrorString;\n const known = {\n 1000: 'Normal Closure',\n 1001: 'Going Away',\n 1002: 'Protocol Error',\n 1003: 'Unsupported Data',\n 1004: '(For future)',\n 1005: 'No Status Received',\n 1006: 'Abnormal Closure',\n 1007: 'Invalid frame payload data',\n 1008: 'Policy Violation',\n 1009: 'Message too big',\n 1010: 'Missing Extension',\n 1011: 'Internal Error',\n 1012: 'Service Restart',\n 1013: 'Try Again Later',\n 1014: 'Bad Gateway',\n 1015: 'TLS Handshake'\n };\n function getWSErrorString(code) {\n if (code >= 0 && code <= 999) {\n return '(Unused)';\n } else if (code >= 1016) {\n if (code <= 1999) {\n return '(For WebSocket standard)';\n } else if (code <= 2999) {\n return '(For WebSocket extensions)';\n } else if (code <= 3999) {\n return '(For libraries and frameworks)';\n } else if (code <= 4999) {\n return '(For applications)';\n }\n }\n return known[code] || '(Unknown)';\n }\n});","lineCount":42,"map":[[7,2,19,0,"exports"],[7,9,19,0],[7,10,19,0,"getWSErrorString"],[7,26,19,0],[7,29,19,0,"getWSErrorString"],[7,45,19,0],[8,2,1,0],[8,8,1,6,"known"],[8,13,1,11],[8,16,1,14],[9,4,2,4],[9,8,2,8],[9,10,2,10],[9,26,2,26],[10,4,3,4],[10,8,3,8],[10,10,3,10],[10,22,3,22],[11,4,4,4],[11,8,4,8],[11,10,4,10],[11,26,4,26],[12,4,5,4],[12,8,5,8],[12,10,5,10],[12,28,5,28],[13,4,6,4],[13,8,6,8],[13,10,6,10],[13,24,6,24],[14,4,7,4],[14,8,7,8],[14,10,7,10],[14,30,7,30],[15,4,8,4],[15,8,8,8],[15,10,8,10],[15,28,8,28],[16,4,9,4],[16,8,9,8],[16,10,9,10],[16,38,9,38],[17,4,10,4],[17,8,10,8],[17,10,10,10],[17,28,10,28],[18,4,11,4],[18,8,11,8],[18,10,11,10],[18,27,11,27],[19,4,12,4],[19,8,12,8],[19,10,12,10],[19,29,12,29],[20,4,13,4],[20,8,13,8],[20,10,13,10],[20,26,13,26],[21,4,14,4],[21,8,14,8],[21,10,14,10],[21,27,14,27],[22,4,15,4],[22,8,15,8],[22,10,15,10],[22,27,15,27],[23,4,16,4],[23,8,16,8],[23,10,16,10],[23,23,16,23],[24,4,17,4],[24,8,17,8],[24,10,17,10],[25,2,18,0],[25,3,18,1],[26,2,19,7],[26,11,19,16,"getWSErrorString"],[26,27,19,32,"getWSErrorString"],[26,28,19,33,"code"],[26,32,19,37],[26,34,19,39],[27,4,20,4],[27,8,20,8,"code"],[27,12,20,12],[27,16,20,16],[27,17,20,17],[27,21,20,21,"code"],[27,25,20,25],[27,29,20,29],[27,32,20,32],[27,34,20,34],[28,6,21,8],[28,13,21,15],[28,23,21,25],[29,4,22,4],[29,5,22,5],[29,11,23,9],[29,15,23,13,"code"],[29,19,23,17],[29,23,23,21],[29,27,23,25],[29,29,23,27],[30,6,24,8],[30,10,24,12,"code"],[30,14,24,16],[30,18,24,20],[30,22,24,24],[30,24,24,26],[31,8,25,12],[31,15,25,19],[31,41,25,45],[32,6,26,8],[32,7,26,9],[32,13,27,13],[32,17,27,17,"code"],[32,21,27,21],[32,25,27,25],[32,29,27,29],[32,31,27,31],[33,8,28,12],[33,15,28,19],[33,43,28,47],[34,6,29,8],[34,7,29,9],[34,13,30,13],[34,17,30,17,"code"],[34,21,30,21],[34,25,30,25],[34,29,30,29],[34,31,30,31],[35,8,31,12],[35,15,31,19],[35,47,31,51],[36,6,32,8],[36,7,32,9],[36,13,33,13],[36,17,33,17,"code"],[36,21,33,21],[36,25,33,25],[36,29,33,29],[36,31,33,31],[37,8,34,12],[37,15,34,19],[37,35,34,39],[38,6,35,8],[39,4,36,4],[40,4,37,4],[40,11,37,11,"known"],[40,16,37,16],[40,17,37,17,"code"],[40,21,37,21],[40,22,37,22],[40,26,37,26],[40,37,37,37],[41,2,38,0],[42,0,38,1],[42,3]],"functionMap":{"names":["<global>","getWSErrorString"],"mappings":"AAA;OCkB;CDmB"},"hasCjsExports":false},"type":"js/module"}]}
@@ -0,0 +1 @@
{"dependencies":[{"name":"../hex/toBn.js","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":54,"index":54}}],"key":"AtmX3Wke/eE6lMjd02rfvvz0UJA=","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 Object.defineProperty(exports, \"bnFromHex\", {\n enumerable: true,\n get: function () {\n return _hexToBnJs.hexToBn;\n }\n });\n var _hexToBnJs = require(_dependencyMap[0], \"../hex/toBn.js\");\n});","lineCount":14,"map":[[7,2,1,0,"Object"],[7,8,1,0],[7,9,1,0,"defineProperty"],[7,23,1,0],[7,24,1,0,"exports"],[7,31,1,0],[8,4,1,0,"enumerable"],[8,14,1,0],[9,4,1,0,"get"],[9,7,1,0],[9,18,1,0,"get"],[9,19,1,0],[10,6,1,0],[10,13,1,0,"_hexToBnJs"],[10,23,1,0],[10,24,1,0,"hexToBn"],[10,31,1,0],[11,4,1,0],[12,2,1,0],[13,2,1,0],[13,6,1,0,"_hexToBnJs"],[13,16,1,0],[13,19,1,0,"require"],[13,26,1,0],[13,27,1,0,"_dependencyMap"],[13,41,1,0],[14,0,1,54],[14,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"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