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
@@ -0,0 +1 @@
{"dependencies":[{"name":"./src/index.js","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":40,"index":40}}],"key":"d8HDLvHehqb9cOvn+GA9I/dUS0c=","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 function _interopDefault(e) {\n return e && e.__esModule ? e : {\n default: e\n };\n }\n Object.defineProperty(exports, \"default\", {\n enumerable: true,\n get: function () {\n return _srcIndexJs2.default;\n }\n });\n var _srcIndexJs = require(_dependencyMap[0], \"./src/index.js\");\n var _srcIndexJs2 = _interopDefault(_srcIndexJs);\n});","lineCount":20,"map":[[12,2,1,0,"Object"],[12,8,1,0],[12,9,1,0,"defineProperty"],[12,23,1,0],[12,24,1,0,"exports"],[12,31,1,0],[13,4,1,0,"enumerable"],[13,14,1,0],[14,4,1,0,"get"],[14,7,1,0],[14,18,1,0,"get"],[14,19,1,0],[15,6,1,0],[15,13,1,0,"_srcIndexJs2"],[15,25,1,0],[15,26,1,0,"default"],[15,33,1,0],[16,4,1,0],[17,2,1,0],[18,2,1,0],[18,6,1,0,"_srcIndexJs"],[18,17,1,0],[18,20,1,0,"require"],[18,27,1,0],[18,28,1,0,"_dependencyMap"],[18,42,1,0],[19,2,1,0],[19,6,1,0,"_srcIndexJs2"],[19,18,1,0],[19,21,1,0,"_interopDefault"],[19,36,1,0],[19,37,1,0,"_srcIndexJs"],[19,48,1,0],[20,0,1,40],[20,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
@@ -0,0 +1 @@
{"dependencies":[],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n /**\n * Compare two arrays to check if the first array starts with the second array.\n */\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n exports.arrayStartsWith = arrayStartsWith;\n function arrayStartsWith(array, start) {\n if (start.length > array.length) {\n return false;\n }\n return start.every((it, index) => it === array[index]);\n }\n});","lineCount":17,"map":[[2,2,1,0],[2,14,1,12],[4,2,3,0],[5,0,4,0],[6,0,5,0],[7,2,3,0,"Object"],[7,8,3,0],[7,9,3,0,"defineProperty"],[7,23,3,0],[7,24,3,0,"exports"],[7,31,3,0],[8,4,3,0,"value"],[8,9,3,0],[9,2,3,0],[10,2,6,0,"exports"],[10,9,6,0],[10,10,6,0,"arrayStartsWith"],[10,25,6,0],[10,28,6,0,"arrayStartsWith"],[10,43,6,0],[11,2,6,7],[11,11,6,16,"arrayStartsWith"],[11,26,6,31,"arrayStartsWith"],[11,27,6,32,"array"],[11,32,6,37],[11,34,6,39,"start"],[11,39,6,44],[11,41,6,46],[12,4,7,2],[12,8,7,6,"start"],[12,13,7,11],[12,14,7,12,"length"],[12,20,7,18],[12,23,7,21,"array"],[12,28,7,26],[12,29,7,27,"length"],[12,35,7,33],[12,37,7,35],[13,6,8,4],[13,13,8,11],[13,18,8,16],[14,4,9,2],[15,4,10,2],[15,11,10,9,"start"],[15,16,10,14],[15,17,10,15,"every"],[15,22,10,20],[15,23,10,21],[15,24,10,22,"it"],[15,26,10,24],[15,28,10,26,"index"],[15,33,10,31],[15,38,10,36,"it"],[15,40,10,38],[15,45,10,43,"array"],[15,50,10,48],[15,51,10,49,"index"],[15,56,10,54],[15,57,10,55],[15,58,10,56],[16,2,11,0],[17,0,11,1],[17,3]],"functionMap":{"names":["<global>","arrayStartsWith","start.every$argument_0"],"mappings":"AAA;OCK;qBCI,kCD;CDC"},"hasCjsExports":false},"type":"js/module"}]}
@@ -0,0 +1 @@
{"dependencies":[{"name":"./Asset.fx","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":20,"index":20}}],"key":"d6+GFVWWjoMV2Q4aVdpbLrIZRf8=","exportNames":["*"],"imports":1}},{"name":"./Asset","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":2,"column":0,"index":21},"end":{"line":2,"column":24,"index":45}}],"key":"TwnMoPBJu+ST6a0NSE4l343cBbk=","exportNames":["*"],"imports":1}},{"name":"./AssetHooks","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":3,"column":0,"index":46},"end":{"line":3,"column":29,"index":75}}],"key":"ZUAvHcyztIp87Dr/bRIeSoy29Zk=","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 require(_dependencyMap[0], \"./Asset.fx\");\n var _Asset = require(_dependencyMap[1], \"./Asset\");\n Object.keys(_Asset).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 _Asset[k];\n }\n });\n }\n });\n var _AssetHooks = require(_dependencyMap[2], \"./AssetHooks\");\n Object.keys(_AssetHooks).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 _AssetHooks[k];\n }\n });\n }\n });\n});","lineCount":30,"map":[[7,2,1,0,"require"],[7,9,1,0],[7,10,1,0,"_dependencyMap"],[7,24,1,0],[8,2,2,0],[8,6,2,0,"_Asset"],[8,12,2,0],[8,15,2,0,"require"],[8,22,2,0],[8,23,2,0,"_dependencyMap"],[8,37,2,0],[9,2,2,0,"Object"],[9,8,2,0],[9,9,2,0,"keys"],[9,13,2,0],[9,14,2,0,"_Asset"],[9,20,2,0],[9,22,2,0,"forEach"],[9,29,2,0],[9,40,2,0,"k"],[9,41,2,0],[10,4,2,0],[10,8,2,0,"k"],[10,9,2,0],[10,28,2,0,"Object"],[10,34,2,0],[10,35,2,0,"prototype"],[10,44,2,0],[10,45,2,0,"hasOwnProperty"],[10,59,2,0],[10,60,2,0,"call"],[10,64,2,0],[10,65,2,0,"exports"],[10,72,2,0],[10,74,2,0,"k"],[10,75,2,0],[11,6,2,0,"Object"],[11,12,2,0],[11,13,2,0,"defineProperty"],[11,27,2,0],[11,28,2,0,"exports"],[11,35,2,0],[11,37,2,0,"k"],[11,38,2,0],[12,8,2,0,"enumerable"],[12,18,2,0],[13,8,2,0,"get"],[13,11,2,0],[13,22,2,0,"get"],[13,23,2,0],[14,10,2,0],[14,17,2,0,"_Asset"],[14,23,2,0],[14,24,2,0,"k"],[14,25,2,0],[15,8,2,0],[16,6,2,0],[17,4,2,0],[18,2,2,0],[19,2,3,0],[19,6,3,0,"_AssetHooks"],[19,17,3,0],[19,20,3,0,"require"],[19,27,3,0],[19,28,3,0,"_dependencyMap"],[19,42,3,0],[20,2,3,0,"Object"],[20,8,3,0],[20,9,3,0,"keys"],[20,13,3,0],[20,14,3,0,"_AssetHooks"],[20,25,3,0],[20,27,3,0,"forEach"],[20,34,3,0],[20,45,3,0,"k"],[20,46,3,0],[21,4,3,0],[21,8,3,0,"k"],[21,9,3,0],[21,28,3,0,"Object"],[21,34,3,0],[21,35,3,0,"prototype"],[21,44,3,0],[21,45,3,0,"hasOwnProperty"],[21,59,3,0],[21,60,3,0,"call"],[21,64,3,0],[21,65,3,0,"exports"],[21,72,3,0],[21,74,3,0,"k"],[21,75,3,0],[22,6,3,0,"Object"],[22,12,3,0],[22,13,3,0,"defineProperty"],[22,27,3,0],[22,28,3,0,"exports"],[22,35,3,0],[22,37,3,0,"k"],[22,38,3,0],[23,8,3,0,"enumerable"],[23,18,3,0],[24,8,3,0,"get"],[24,11,3,0],[24,22,3,0,"get"],[24,23,3,0],[25,10,3,0],[25,17,3,0,"_AssetHooks"],[25,28,3,0],[25,29,3,0,"k"],[25,30,3,0],[26,8,3,0],[27,6,3,0],[28,4,3,0],[29,2,3,0],[30,0,3,29],[30,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":false},"type":"js/module"}]}
@@ -0,0 +1 @@
{"dependencies":[{"name":"./scanInternals","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":48,"index":48}}],"key":"VCml68t2jerGLDd3CZlnuusajXc=","exportNames":["*"],"imports":1}},{"name":"../util/lift","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":2,"column":0,"index":49},"end":{"line":2,"column":39,"index":88}}],"key":"4CWnJ0pAAHdfw8fC393IKzeACYc=","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.reduce = reduce;\n var _scanInternals = require(_dependencyMap[0], \"./scanInternals\");\n var _utilLift = require(_dependencyMap[1], \"../util/lift\");\n function reduce(accumulator, seed) {\n return (0, _utilLift.operate)((0, _scanInternals.scanInternals)(accumulator, seed, arguments.length >= 2, false, true));\n }\n});","lineCount":13,"map":[[7,2,3,0,"exports"],[7,9,3,0],[7,10,3,0,"reduce"],[7,16,3,0],[7,19,3,0,"reduce"],[7,25,3,0],[8,2,1,0],[8,6,1,0,"_scanInternals"],[8,20,1,0],[8,23,1,0,"require"],[8,30,1,0],[8,31,1,0,"_dependencyMap"],[8,45,1,0],[9,2,2,0],[9,6,2,0,"_utilLift"],[9,15,2,0],[9,18,2,0,"require"],[9,25,2,0],[9,26,2,0,"_dependencyMap"],[9,40,2,0],[10,2,3,7],[10,11,3,16,"reduce"],[10,17,3,22,"reduce"],[10,18,3,23,"accumulator"],[10,29,3,34],[10,31,3,36,"seed"],[10,35,3,40],[10,37,3,42],[11,4,4,4],[11,11,4,11],[11,15,4,11,"operate"],[11,24,4,18],[11,25,4,18,"operate"],[11,32,4,18],[11,34,4,19],[11,38,4,19,"scanInternals"],[11,52,4,32],[11,53,4,32,"scanInternals"],[11,66,4,32],[11,68,4,33,"accumulator"],[11,79,4,44],[11,81,4,46,"seed"],[11,85,4,50],[11,87,4,52,"arguments"],[11,96,4,61],[11,97,4,62,"length"],[11,103,4,68],[11,107,4,72],[11,108,4,73],[11,110,4,75],[11,115,4,80],[11,117,4,82],[11,121,4,86],[11,122,4,87],[11,123,4,88],[12,2,5,0],[13,0,5,1],[13,3]],"functionMap":{"names":["<global>","reduce"],"mappings":"AAA;OCE;CDE"},"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 \"use strict\";\n\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n Object.defineProperty(exports, \"getDefaultSidebarWidth\", {\n enumerable: true,\n get: function () {\n return getDefaultSidebarWidth;\n }\n });\n const APPROX_APP_BAR_HEIGHT = 56;\n const DEFAULT_DRAWER_WIDTH = 360;\n const getDefaultSidebarWidth = ({\n width\n }) => {\n /**\n * Default sidebar width is 360dp\n * On screens smaller than 320dp, ideally the drawer would collapse to a tab bar\n * https://m3.material.io/components/navigation-drawer/specs\n */\n if (width - APPROX_APP_BAR_HEIGHT <= 360) {\n return width - APPROX_APP_BAR_HEIGHT;\n }\n return DEFAULT_DRAWER_WIDTH;\n };\n});","lineCount":28,"map":[[2,2,1,0],[2,14,1,12],[4,2,1,13,"Object"],[4,8,1,13],[4,9,1,13,"defineProperty"],[4,23,1,13],[4,24,1,13,"exports"],[4,31,1,13],[5,4,1,13,"value"],[5,9,1,13],[6,2,1,13],[7,2,5,0,"Object"],[7,8,5,0],[7,9,5,0,"defineProperty"],[7,23,5,0],[7,24,5,0,"exports"],[7,31,5,0],[8,4,5,0,"enumerable"],[8,14,5,0],[9,4,5,0,"get"],[9,7,5,0],[9,18,5,0,"get"],[9,19,5,0],[10,6,5,0],[10,13,5,0,"getDefaultSidebarWidth"],[10,35,5,0],[11,4,5,0],[12,2,5,0],[13,2,3,0],[13,8,3,6,"APPROX_APP_BAR_HEIGHT"],[13,29,3,27],[13,32,3,30],[13,34,3,32],[14,2,4,0],[14,8,4,6,"DEFAULT_DRAWER_WIDTH"],[14,28,4,26],[14,31,4,29],[14,34,4,32],[15,2,5,7],[15,8,5,13,"getDefaultSidebarWidth"],[15,30,5,35],[15,33,5,38,"getDefaultSidebarWidth"],[15,34,5,39],[16,4,6,2,"width"],[17,2,7,0],[17,3,7,1],[17,8,7,6],[18,4,8,2],[19,0,9,0],[20,0,10,0],[21,0,11,0],[22,0,12,0],[23,4,13,2],[23,8,13,6,"width"],[23,13,13,11],[23,16,13,14,"APPROX_APP_BAR_HEIGHT"],[23,37,13,35],[23,41,13,39],[23,44,13,42],[23,46,13,44],[24,6,14,4],[24,13,14,11,"width"],[24,18,14,16],[24,21,14,19,"APPROX_APP_BAR_HEIGHT"],[24,42,14,40],[25,4,15,2],[26,4,16,2],[26,11,16,9,"DEFAULT_DRAWER_WIDTH"],[26,31,16,29],[27,2,17,0],[27,3,17,1],[28,0,17,2],[28,3]],"functionMap":{"names":["<global>","getDefaultSidebarWidth"],"mappings":"AAA;sCCI;CDY"},"hasCjsExports":false},"type":"js/module"}]}