auto-commit for d4766860-f253-4ebc-a836-6c1ca9f17d9a

This commit is contained in:
emergent-agent-e1
2025-11-08 10:46:19 +00:00
parent 9d5f0582b7
commit 11e751f2ef
346 changed files with 346 additions and 0 deletions
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
{"dependencies":[{"name":"./bundle.js","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":28,"index":28}}],"key":"PWR1nJjMkx2QW4pasm5NrmWPUXQ=","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 _bundleJs = require(_dependencyMap[0], \"./bundle.js\");\n Object.keys(_bundleJs).forEach(function (k) {\n if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) {\n Object.defineProperty(exports, k, {\n enumerable: true,\n get: function () {\n return _bundleJs[k];\n }\n });\n }\n });\n});","lineCount":18,"map":[[7,2,1,0],[7,6,1,0,"_bundleJs"],[7,15,1,0],[7,18,1,0,"require"],[7,25,1,0],[7,26,1,0,"_dependencyMap"],[7,40,1,0],[8,2,1,0,"Object"],[8,8,1,0],[8,9,1,0,"keys"],[8,13,1,0],[8,14,1,0,"_bundleJs"],[8,23,1,0],[8,25,1,0,"forEach"],[8,32,1,0],[8,43,1,0,"k"],[8,44,1,0],[9,4,1,0],[9,8,1,0,"k"],[9,9,1,0],[9,28,1,0,"Object"],[9,34,1,0],[9,35,1,0,"prototype"],[9,44,1,0],[9,45,1,0,"hasOwnProperty"],[9,59,1,0],[9,60,1,0,"call"],[9,64,1,0],[9,65,1,0,"exports"],[9,72,1,0],[9,74,1,0,"k"],[9,75,1,0],[10,6,1,0,"Object"],[10,12,1,0],[10,13,1,0,"defineProperty"],[10,27,1,0],[10,28,1,0,"exports"],[10,35,1,0],[10,37,1,0,"k"],[10,38,1,0],[11,8,1,0,"enumerable"],[11,18,1,0],[12,8,1,0,"get"],[12,11,1,0],[12,22,1,0,"get"],[12,23,1,0],[13,10,1,0],[13,17,1,0,"_bundleJs"],[13,26,1,0],[13,27,1,0,"k"],[13,28,1,0],[14,8,1,0],[15,6,1,0],[16,4,1,0],[17,2,1,0],[18,0,1,28],[18,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":false},"type":"js/module"}]}
@@ -0,0 +1 @@
{"dependencies":[{"name":"./is/bigInt.js","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":42,"index":42}}],"key":"A5hN5Fui+sKPBdZLLY3S3zekGC0=","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 exports.stringify = stringify;\n var _isBigIntJs = require(_dependencyMap[0], \"./is/bigInt.js\");\n /** @internal */\n function replacer(_, v) {\n return (0, _isBigIntJs.isBigInt)(v) ? v.toString() : v;\n }\n /**\n * @name stringify\n * @summary Performs a JSON.stringify, with BigInt handling\n * @description A wrapper for JSON.stringify that handles BigInt values transparently, converting them to string. No differences from the native JSON.stringify function otherwise.\n */\n function stringify(value, space) {\n return JSON.stringify(value, replacer, space);\n }\n});","lineCount":21,"map":[[7,2,13,0,"exports"],[7,9,13,0],[7,10,13,0,"stringify"],[7,19,13,0],[7,22,13,0,"stringify"],[7,31,13,0],[8,2,1,0],[8,6,1,0,"_isBigIntJs"],[8,17,1,0],[8,20,1,0,"require"],[8,27,1,0],[8,28,1,0,"_dependencyMap"],[8,42,1,0],[9,2,2,0],[10,2,3,0],[10,11,3,9,"replacer"],[10,19,3,17,"replacer"],[10,20,3,18,"_"],[10,21,3,19],[10,23,3,21,"v"],[10,24,3,22],[10,26,3,24],[11,4,4,4],[11,11,4,11],[11,15,4,11,"isBigInt"],[11,26,4,19],[11,27,4,19,"isBigInt"],[11,35,4,19],[11,37,4,20,"v"],[11,38,4,21],[11,39,4,22],[11,42,5,10,"v"],[11,43,5,11],[11,44,5,12,"toString"],[11,52,5,20],[11,53,5,21],[11,54,5,22],[11,57,6,10,"v"],[11,58,6,11],[12,2,7,0],[13,2,8,0],[14,0,9,0],[15,0,10,0],[16,0,11,0],[17,0,12,0],[18,2,13,7],[18,11,13,16,"stringify"],[18,20,13,25,"stringify"],[18,21,13,26,"value"],[18,26,13,31],[18,28,13,33,"space"],[18,33,13,38],[18,35,13,40],[19,4,14,4],[19,11,14,11,"JSON"],[19,15,14,15],[19,16,14,16,"stringify"],[19,25,14,25],[19,26,14,26,"value"],[19,31,14,31],[19,33,14,33,"replacer"],[19,41,14,41],[19,43,14,43,"space"],[19,48,14,48],[19,49,14,49],[20,2,15,0],[21,0,15,1],[21,3]],"functionMap":{"names":["<global>","replacer","stringify"],"mappings":"AAA;ACE;CDI;OEM;CFE"},"hasCjsExports":false},"type":"js/module"}]}