auto-commit for 329a5f8d-6c9a-420b-be80-2baba2957ab8

This commit is contained in:
emergent-agent-e1
2025-11-08 18:17:03 +00:00
parent 1c4b34aa53
commit 4313bc4aa7
1073 changed files with 1080 additions and 1 deletions
@@ -0,0 +1 @@
{"dependencies":[{"name":"./specs/NativeSafeAreaContext","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":2,"column":0,"index":49},"end":{"line":2,"column":66,"index":115}}],"key":"Rn6npybfVmwilu1Y3utVbJONsDs=","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, \"initialWindowMetrics\", {\n enumerable: true,\n get: function () {\n return initialWindowMetrics;\n }\n });\n Object.defineProperty(exports, \"initialWindowSafeAreaInsets\", {\n enumerable: true,\n get: function () {\n return initialWindowSafeAreaInsets;\n }\n });\n var _specsNativeSafeAreaContext = require(_dependencyMap[0], \"./specs/NativeSafeAreaContext\");\n var NativeSafeAreaContext = _interopDefault(_specsNativeSafeAreaContext);\n var initialWindowMetrics = NativeSafeAreaContext.default?.getConstants?.()?.initialWindowMetrics ?? null;\n\n /**\n * @deprecated\n */\n var initialWindowSafeAreaInsets = initialWindowMetrics?.insets;\n});","lineCount":32,"map":[[12,2,4,0,"Object"],[12,8,4,0],[12,9,4,0,"defineProperty"],[12,23,4,0],[12,24,4,0,"exports"],[12,31,4,0],[13,4,4,0,"enumerable"],[13,14,4,0],[14,4,4,0,"get"],[14,7,4,0],[14,18,4,0,"get"],[14,19,4,0],[15,6,4,0],[15,13,4,0,"initialWindowMetrics"],[15,33,4,0],[16,4,4,0],[17,2,4,0],[18,2,10,0,"Object"],[18,8,10,0],[18,9,10,0,"defineProperty"],[18,23,10,0],[18,24,10,0,"exports"],[18,31,10,0],[19,4,10,0,"enumerable"],[19,14,10,0],[20,4,10,0,"get"],[20,7,10,0],[20,18,10,0,"get"],[20,19,10,0],[21,6,10,0],[21,13,10,0,"initialWindowSafeAreaInsets"],[21,40,10,0],[22,4,10,0],[23,2,10,0],[24,2,2,0],[24,6,2,0,"_specsNativeSafeAreaContext"],[24,33,2,0],[24,36,2,0,"require"],[24,43,2,0],[24,44,2,0,"_dependencyMap"],[24,58,2,0],[25,2,2,0],[25,6,2,0,"NativeSafeAreaContext"],[25,27,2,0],[25,30,2,0,"_interopDefault"],[25,45,2,0],[25,46,2,0,"_specsNativeSafeAreaContext"],[25,73,2,0],[26,2,4,7],[26,6,4,13,"initialWindowMetrics"],[26,26,4,33],[26,29,4,37,"NativeSafeAreaContext"],[26,50,4,58],[26,51,4,58,"default"],[26,58,4,58],[26,60,4,60,"getConstants"],[26,72,4,72],[26,75,4,75],[26,76,4,76],[26,78,5,4,"initialWindowMetrics"],[26,98,5,24],[26,102,5,28],[26,106,5,51],[28,2,7,0],[29,0,8,0],[30,0,9,0],[31,2,10,7],[31,6,10,13,"initialWindowSafeAreaInsets"],[31,33,10,40],[31,36,10,43,"initialWindowMetrics"],[31,56,10,63],[31,58,10,65,"insets"],[31,64,10,71],[32,0,10,72],[32,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":[{"name":"./NativeClipboard","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":11,"column":0},"end":{"line":11,"column":48}}],"key":"+zOGF/MSJX8xnsK+2OJzKDhckwU=","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 _default;\n }\n });\n var _NativeClipboard = require(_dependencyMap[0], \"./NativeClipboard\");\n var NativeClipboard = _interopDefault(_NativeClipboard);\n var _default = {\n getString() {\n return NativeClipboard.default.getString();\n },\n setString(content) {\n NativeClipboard.default.setString(content);\n }\n };\n});","lineCount":28,"map":[[12,2,16,0,"Object"],[12,8,16,0],[12,9,16,0,"defineProperty"],[12,23,16,0],[12,24,16,0,"exports"],[12,31,16,0],[13,4,16,0,"enumerable"],[13,14,16,0],[14,4,16,0,"get"],[14,7,16,0],[14,18,16,0,"get"],[14,19,16,0],[15,6,16,0],[15,13,16,0,"_default"],[15,21,16,0],[16,4,16,0],[17,2,16,0],[18,2,11,0],[18,6,11,0,"_NativeClipboard"],[18,22,11,0],[18,25,11,0,"require"],[18,32,11,0],[18,33,11,0,"_dependencyMap"],[18,47,11,0],[19,2,11,0],[19,6,11,0,"NativeClipboard"],[19,21,11,0],[19,24,11,0,"_interopDefault"],[19,39,11,0],[19,40,11,0,"_NativeClipboard"],[19,56,11,0],[20,2,16,0],[20,6,16,0,"_default"],[20,14,16,0],[20,17,16,15],[21,4,25,2,"getString"],[21,13,25,11,"getString"],[21,14,25,11],[21,16,25,31],[22,6,26,4],[22,13,26,11,"NativeClipboard"],[22,28,26,26],[22,29,26,26,"default"],[22,36,26,26],[22,37,26,27,"getString"],[22,46,26,36],[22,47,26,37],[22,48,26,38],[23,4,27,2],[23,5,27,3],[24,4,37,2,"setString"],[24,13,37,11,"setString"],[24,14,37,12,"content"],[24,21,37,27],[24,23,37,29],[25,6,38,4,"NativeClipboard"],[25,21,38,19],[25,22,38,19,"default"],[25,29,38,19],[25,30,38,20,"setString"],[25,39,38,29],[25,40,38,30,"content"],[25,47,38,37],[25,48,38,38],[26,4,39,2],[27,2,40,0],[27,3,40,1],[28,0,40,2],[28,3]],"functionMap":{"names":["<global>","default.getString","default.setString"],"mappings":"AAA;ECwB;GDE;EEU;GFE"},"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