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
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.fetchAsync = fetchAsync;\n /**\n * Copyright © 2022 650 Industries.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n async function fetchAsync(url) {\n const response = await fetch(url, {\n method: 'GET',\n headers: {\n // No real reason for this but we try to use this format for everything.\n 'expo-platform': 'web'\n }\n });\n return {\n body: await response.text(),\n status: response.status,\n headers: response.headers\n };\n }\n});","lineCount":28,"map":[[7,2,7,0,"exports"],[7,9,7,0],[7,10,7,0,"fetchAsync"],[7,20,7,0],[7,23,7,0,"fetchAsync"],[7,33,7,0],[8,2,1,0],[9,0,2,0],[10,0,3,0],[11,0,4,0],[12,0,5,0],[13,0,6,0],[14,2,7,7],[14,17,7,22,"fetchAsync"],[14,27,7,32,"fetchAsync"],[14,28,8,2,"url"],[14,31,8,13],[14,33,9,63],[15,4,10,2],[15,10,10,8,"response"],[15,18,10,16],[15,21,10,19],[15,27,10,25,"fetch"],[15,32,10,30],[15,33,10,31,"url"],[15,36,10,34],[15,38,10,36],[16,6,11,4,"method"],[16,12,11,10],[16,14,11,12],[16,19,11,17],[17,6,12,4,"headers"],[17,13,12,11],[17,15,12,13],[18,8,13,6],[19,8,14,6],[19,23,14,21],[19,25,14,23],[20,6,15,4],[21,4,16,2],[21,5,16,3],[21,6,16,4],[22,4,17,2],[22,11,17,9],[23,6,18,4,"body"],[23,10,18,8],[23,12,18,10],[23,18,18,16,"response"],[23,26,18,24],[23,27,18,25,"text"],[23,31,18,29],[23,32,18,30],[23,33,18,31],[24,6,19,4,"status"],[24,12,19,10],[24,14,19,12,"response"],[24,22,19,20],[24,23,19,21,"status"],[24,29,19,27],[25,6,20,4,"headers"],[25,13,20,11],[25,15,20,13,"response"],[25,23,20,21],[25,24,20,22,"headers"],[26,4,21,2],[26,5,21,3],[27,2,22,0],[28,0,22,1],[28,3]],"functionMap":{"names":["<global>","fetchAsync"],"mappings":"AAA;OCM;CDe"},"hasCjsExports":false},"type":"js/module"}]}
@@ -0,0 +1 @@
{"dependencies":[{"name":"./dangerousStyleValue","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":13,"column":0,"index":242},"end":{"line":13,"column":56,"index":298}}],"key":"9ns070cPwxyeREuuIAJabL9EyKA=","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 _dangerousStyleValue = require(_dependencyMap[0], \"./dangerousStyleValue\");\n var dangerousStyleValue = _interopDefault(_dangerousStyleValue);\n /* eslint-disable */\n\n /**\n * Copyright (c) Meta Platforms, Inc. and affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * From React 16.3.0\n * \n */\n\n /**\n * Sets the value for multiple styles on a node. If a value is specified as\n * '' (empty string), the corresponding style property will be unset.\n *\n * @param {DOMElement} node\n * @param {object} styles\n */\n function setValueForStyles(node, styles) {\n var style = node.style;\n for (var styleName in styles) {\n if (!styles.hasOwnProperty(styleName)) {\n continue;\n }\n var isCustomProperty = styleName.indexOf('--') === 0;\n var styleValue = (0, dangerousStyleValue.default)(styleName, styles[styleName], isCustomProperty);\n if (styleName === 'float') {\n styleName = 'cssFloat';\n }\n if (isCustomProperty) {\n style.setProperty(styleName, styleValue);\n } else {\n style[styleName] = styleValue;\n }\n }\n }\n var _default = setValueForStyles;\n});","lineCount":58,"map":[[12,2,40,0,"Object"],[12,8,40,0],[12,9,40,0,"defineProperty"],[12,23,40,0],[12,24,40,0,"exports"],[12,31,40,0],[13,4,40,0,"enumerable"],[13,14,40,0],[14,4,40,0,"get"],[14,7,40,0],[14,18,40,0,"get"],[14,19,40,0],[15,6,40,0],[15,13,40,0,"_default"],[15,21,40,0],[16,4,40,0],[17,2,40,0],[18,2,13,0],[18,6,13,0,"_dangerousStyleValue"],[18,26,13,0],[18,29,13,0,"require"],[18,36,13,0],[18,37,13,0,"_dependencyMap"],[18,51,13,0],[19,2,13,0],[19,6,13,0,"dangerousStyleValue"],[19,25,13,0],[19,28,13,0,"_interopDefault"],[19,43,13,0],[19,44,13,0,"_dangerousStyleValue"],[19,64,13,0],[20,2,1,0],[22,2,3,0],[23,0,4,0],[24,0,5,0],[25,0,6,0],[26,0,7,0],[27,0,8,0],[28,0,9,0],[29,0,10,0],[30,0,11,0],[32,2,15,0],[33,0,16,0],[34,0,17,0],[35,0,18,0],[36,0,19,0],[37,0,20,0],[38,0,21,0],[39,2,22,0],[39,11,22,9,"setValueForStyles"],[39,28,22,26,"setValueForStyles"],[39,29,22,27,"node"],[39,33,22,31],[39,35,22,33,"styles"],[39,41,22,39],[39,43,22,41],[40,4,23,2],[40,8,23,6,"style"],[40,13,23,11],[40,16,23,14,"node"],[40,20,23,18],[40,21,23,19,"style"],[40,26,23,24],[41,4,24,2],[41,9,24,7],[41,13,24,11,"styleName"],[41,22,24,20],[41,26,24,24,"styles"],[41,32,24,30],[41,34,24,32],[42,6,25,4],[42,10,25,8],[42,11,25,9,"styles"],[42,17,25,15],[42,18,25,16,"hasOwnProperty"],[42,32,25,30],[42,33,25,31,"styleName"],[42,42,25,40],[42,43,25,41],[42,45,25,43],[43,8,26,6],[44,6,27,4],[45,6,28,4],[45,10,28,8,"isCustomProperty"],[45,26,28,24],[45,29,28,27,"styleName"],[45,38,28,36],[45,39,28,37,"indexOf"],[45,46,28,44],[45,47,28,45],[45,51,28,49],[45,52,28,50],[45,57,28,55],[45,58,28,56],[46,6,29,4],[46,10,29,8,"styleValue"],[46,20,29,18],[46,23,29,21],[46,27,29,21,"dangerousStyleValue"],[46,46,29,40],[46,47,29,40,"default"],[46,54,29,40],[46,56,29,41,"styleName"],[46,65,29,50],[46,67,29,52,"styles"],[46,73,29,58],[46,74,29,59,"styleName"],[46,83,29,68],[46,84,29,69],[46,86,29,71,"isCustomProperty"],[46,102,29,87],[46,103,29,88],[47,6,30,4],[47,10,30,8,"styleName"],[47,19,30,17],[47,24,30,22],[47,31,30,29],[47,33,30,31],[48,8,31,6,"styleName"],[48,17,31,15],[48,20,31,18],[48,30,31,28],[49,6,32,4],[50,6,33,4],[50,10,33,8,"isCustomProperty"],[50,26,33,24],[50,28,33,26],[51,8,34,6,"style"],[51,13,34,11],[51,14,34,12,"setProperty"],[51,25,34,23],[51,26,34,24,"styleName"],[51,35,34,33],[51,37,34,35,"styleValue"],[51,47,34,45],[51,48,34,46],[52,6,35,4],[52,7,35,5],[52,13,35,11],[53,8,36,6,"style"],[53,13,36,11],[53,14,36,12,"styleName"],[53,23,36,21],[53,24,36,22],[53,27,36,25,"styleValue"],[53,37,36,35],[54,6,37,4],[55,4,38,2],[56,2,39,0],[57,2,40,0],[57,6,40,0,"_default"],[57,14,40,0],[57,17,40,15,"setValueForStyles"],[57,34,40,32],[58,0,40,33],[58,3]],"functionMap":{"names":["<global>","setValueForStyles"],"mappings":"AAA;ACqB;CDiB"},"hasCjsExports":false},"type":"js/module"}]}