auto-commit for 6d295848-b57c-40f9-8765-f3f93c94ced8

This commit is contained in:
emergent-agent-e1
2025-10-24 02:46:09 +00:00
parent b0f9261b70
commit 41853ac979
711 changed files with 711 additions and 3 deletions
@@ -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, \"isPlainObject\", {\n enumerable: true,\n get: function () {\n return isPlainObject;\n }\n });\n Object.defineProperty(exports, \"deepFreeze\", {\n enumerable: true,\n get: function () {\n return deepFreeze;\n }\n });\n const isPlainObject = value => {\n if (typeof value === 'object' && value !== null) {\n return Object.getPrototypeOf(value) === Object.prototype;\n }\n return false;\n };\n const deepFreeze = object => {\n // We only freeze in development to catch issues early\n // Don't freeze in production to avoid unnecessary performance overhead\n if (process.env.NODE_ENV === 'production') {\n return object;\n }\n if (Object.isFrozen(object)) {\n return object;\n }\n if (!isPlainObject(object) && !Array.isArray(object)) {\n return object;\n }\n\n // Freeze properties before freezing self\n for (const key in object) {\n // Don't freeze objects in params since they are passed by the user\n if (key !== 'params') {\n if (Object.getOwnPropertyDescriptor(object, key)?.configurable) {\n const value = object[key];\n deepFreeze(value);\n }\n }\n }\n return Object.freeze(object);\n };\n});","lineCount":50,"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,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,"enumerable"],[8,14,3,0],[9,4,3,0,"get"],[9,7,3,0],[9,18,3,0,"get"],[9,19,3,0],[10,6,3,0],[10,13,3,0,"isPlainObject"],[10,26,3,0],[11,4,3,0],[12,2,3,0],[13,2,9,0,"Object"],[13,8,9,0],[13,9,9,0,"defineProperty"],[13,23,9,0],[13,24,9,0,"exports"],[13,31,9,0],[14,4,9,0,"enumerable"],[14,14,9,0],[15,4,9,0,"get"],[15,7,9,0],[15,18,9,0,"get"],[15,19,9,0],[16,6,9,0],[16,13,9,0,"deepFreeze"],[16,23,9,0],[17,4,9,0],[18,2,9,0],[19,2,3,7],[19,8,3,13,"isPlainObject"],[19,21,3,26],[19,24,3,29,"value"],[19,29,3,34],[19,33,3,38],[20,4,4,2],[20,8,4,6],[20,15,4,13,"value"],[20,20,4,18],[20,25,4,23],[20,33,4,31],[20,37,4,35,"value"],[20,42,4,40],[20,47,4,45],[20,51,4,49],[20,53,4,51],[21,6,5,4],[21,13,5,11,"Object"],[21,19,5,17],[21,20,5,18,"getPrototypeOf"],[21,34,5,32],[21,35,5,33,"value"],[21,40,5,38],[21,41,5,39],[21,46,5,44,"Object"],[21,52,5,50],[21,53,5,51,"prototype"],[21,62,5,60],[22,4,6,2],[23,4,7,2],[23,11,7,9],[23,16,7,14],[24,2,8,0],[24,3,8,1],[25,2,9,7],[25,8,9,13,"deepFreeze"],[25,18,9,23],[25,21,9,26,"object"],[25,27,9,32],[25,31,9,36],[26,4,10,2],[27,4,11,2],[28,4,12,2],[28,8,12,6,"process"],[28,15,12,13],[28,16,12,14,"env"],[28,19,12,17],[28,20,12,18,"NODE_ENV"],[28,28,12,26],[28,33,12,31],[28,45,12,43],[28,47,12,45],[29,6,13,4],[29,13,13,11,"object"],[29,19,13,17],[30,4,14,2],[31,4,15,2],[31,8,15,6,"Object"],[31,14,15,12],[31,15,15,13,"isFrozen"],[31,23,15,21],[31,24,15,22,"object"],[31,30,15,28],[31,31,15,29],[31,33,15,31],[32,6,16,4],[32,13,16,11,"object"],[32,19,16,17],[33,4,17,2],[34,4,18,2],[34,8,18,6],[34,9,18,7,"isPlainObject"],[34,22,18,20],[34,23,18,21,"object"],[34,29,18,27],[34,30,18,28],[34,34,18,32],[34,35,18,33,"Array"],[34,40,18,38],[34,41,18,39,"isArray"],[34,48,18,46],[34,49,18,47,"object"],[34,55,18,53],[34,56,18,54],[34,58,18,56],[35,6,19,4],[35,13,19,11,"object"],[35,19,19,17],[36,4,20,2],[38,4,22,2],[39,4,23,2],[39,9,23,7],[39,15,23,13,"key"],[39,18,23,16],[39,22,23,20,"object"],[39,28,23,26],[39,30,23,28],[40,6,24,4],[41,6,25,4],[41,10,25,8,"key"],[41,13,25,11],[41,18,25,16],[41,26,25,24],[41,28,25,26],[42,8,26,6],[42,12,26,10,"Object"],[42,18,26,16],[42,19,26,17,"getOwnPropertyDescriptor"],[42,43,26,41],[42,44,26,42,"object"],[42,50,26,48],[42,52,26,50,"key"],[42,55,26,53],[42,56,26,54],[42,58,26,56,"configurable"],[42,70,26,68],[42,72,26,70],[43,10,27,8],[43,16,27,14,"value"],[43,21,27,19],[43,24,27,22,"object"],[43,30,27,28],[43,31,27,29,"key"],[43,34,27,32],[43,35,27,33],[44,10,28,8,"deepFreeze"],[44,20,28,18],[44,21,28,19,"value"],[44,26,28,24],[44,27,28,25],[45,8,29,6],[46,6,30,4],[47,4,31,2],[48,4,32,2],[48,11,32,9,"Object"],[48,17,32,15],[48,18,32,16,"freeze"],[48,24,32,22],[48,25,32,23,"object"],[48,31,32,29],[48,32,32,30],[49,2,33,0],[49,3,33,1],[50,0,33,2],[50,3]],"functionMap":{"names":["<global>","isPlainObject","deepFreeze"],"mappings":"AAA;6BCE;CDK;0BEC;CFwB"},"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