Files
pezkuwi-mobile-app/frontend/.metro-cache/cache/d9/848ec5ce7c846fedddfba0df7b61496b3afe02b6c294f3030381c51b7b4ad0af79fbed
T
2025-10-24 02:40:54 +00:00

1 line
4.7 KiB
Plaintext

{"dependencies":[{"name":"../getDevServer","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":5,"column":23,"index":196},"end":{"line":5,"column":49,"index":222}}],"key":"QuYx0mB8EcNcHw9WaWSz1P9BjTE=","exportNames":["*"]}}],"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.createEntryFileAsync = createEntryFileAsync;\n exports.getAbsolutePath = getAbsolutePath;\n var getDevServer_1 = require(_dependencyMap[0], \"../getDevServer\");\n /** Middleware for creating an entry file in the project. */\n function createEntryFileAsync() {\n if (process.env.NODE_ENV === 'production') {\n // No dev server\n console.warn('createEntryFile() cannot be used in production');\n return;\n }\n // Pings middleware in the Expo CLI dev server.\n return fetch((0, getDevServer_1.getDevServer)().url + '_expo/touch', {\n method: 'POST',\n body: JSON.stringify({\n contents: TEMPLATE,\n // Legacy\n path: './app/index.js',\n // New\n absolutePath: getAbsolutePath()\n })\n });\n }\n function getAbsolutePath() {\n return \"/app/frontend/app\" + '/index.js';\n }\n var TEMPLATE = `import { StyleSheet, Text, View } from \"react-native\";\n\nexport default function Page() {\n return (\n <View style={styles.container}>\n <View style={styles.main}>\n <Text style={styles.title}>Hello World</Text>\n <Text style={styles.subtitle}>This is the first page of your app.</Text>\n </View>\n </View>\n );\n}\n\nconst styles = StyleSheet.create({\n container: {\n flex: 1,\n alignItems: \"center\",\n padding: 24,\n },\n main: {\n flex: 1,\n justifyContent: \"center\",\n maxWidth: 960,\n marginHorizontal: \"auto\",\n },\n title: {\n fontSize: 64,\n fontWeight: \"bold\",\n },\n subtitle: {\n fontSize: 36,\n color: \"#38434D\",\n },\n});\n`;\n});","lineCount":67,"map":[[2,2,1,0],[2,14,1,12],[4,2,2,0,"Object"],[4,8,2,6],[4,9,2,7,"defineProperty"],[4,23,2,21],[4,24,2,22,"exports"],[4,31,2,29],[4,33,2,31],[4,45,2,43],[4,47,2,45],[5,4,2,47,"value"],[5,9,2,52],[5,11,2,54],[6,2,2,59],[6,3,2,60],[6,4,2,61],[7,2,3,0,"exports"],[7,9,3,7],[7,10,3,8,"createEntryFileAsync"],[7,30,3,28],[7,33,3,31,"createEntryFileAsync"],[7,53,3,51],[8,2,4,0,"exports"],[8,9,4,7],[8,10,4,8,"getAbsolutePath"],[8,25,4,23],[8,28,4,26,"getAbsolutePath"],[8,43,4,41],[9,2,5,0],[9,6,5,6,"getDevServer_1"],[9,20,5,20],[9,23,5,23,"require"],[9,30,5,30],[9,31,5,30,"_dependencyMap"],[9,45,5,30],[9,67,5,48],[9,68,5,49],[10,2,6,0],[11,2,7,0],[11,11,7,9,"createEntryFileAsync"],[11,31,7,29,"createEntryFileAsync"],[11,32,7,29],[11,34,7,32],[12,4,8,4],[12,8,8,8,"process"],[12,15,8,15],[12,16,8,16,"env"],[12,19,8,19],[12,20,8,20,"NODE_ENV"],[12,28,8,28],[12,33,8,33],[12,45,8,45],[12,47,8,47],[13,6,9,8],[14,6,10,8,"console"],[14,13,10,15],[14,14,10,16,"warn"],[14,18,10,20],[14,19,10,21],[14,67,10,69],[14,68,10,70],[15,6,11,8],[16,4,12,4],[17,4,13,4],[18,4,14,4],[18,11,14,11,"fetch"],[18,16,14,16],[18,17,14,17],[18,18,14,18],[18,19,14,19],[18,21,14,21,"getDevServer_1"],[18,35,14,35],[18,36,14,36,"getDevServer"],[18,48,14,48],[18,50,14,50],[18,51,14,51],[18,52,14,52,"url"],[18,55,14,55],[18,58,14,58],[18,71,14,71],[18,73,14,73],[19,6,15,8,"method"],[19,12,15,14],[19,14,15,16],[19,20,15,22],[20,6,16,8,"body"],[20,10,16,12],[20,12,16,14,"JSON"],[20,16,16,18],[20,17,16,19,"stringify"],[20,26,16,28],[20,27,16,29],[21,8,17,12,"contents"],[21,16,17,20],[21,18,17,22,"TEMPLATE"],[21,26,17,30],[22,8,18,12],[23,8,19,12,"path"],[23,12,19,16],[23,14,19,18],[23,30,19,34],[24,8,20,12],[25,8,21,12,"absolutePath"],[25,20,21,24],[25,22,21,26,"getAbsolutePath"],[25,37,21,41],[25,38,21,42],[26,6,22,8],[26,7,22,9],[27,4,23,4],[27,5,23,5],[27,6,23,6],[28,2,24,0],[29,2,25,0],[29,11,25,9,"getAbsolutePath"],[29,26,25,24,"getAbsolutePath"],[29,27,25,24],[29,29,25,27],[30,4,26,4],[30,11,26,11],[30,33,26,50],[30,44,26,61],[31,2,27,0],[32,2,28,0],[32,6,28,6,"TEMPLATE"],[32,14,28,14],[32,17,28,17],[33,0,29,0],[34,0,30,0],[35,0,31,0],[36,0,32,0],[37,0,33,0],[38,0,34,0],[39,0,35,0],[40,0,36,0],[41,0,37,0],[42,0,38,0],[43,0,39,0],[44,0,40,0],[45,0,41,0],[46,0,42,0],[47,0,43,0],[48,0,44,0],[49,0,45,0],[50,0,46,0],[51,0,47,0],[52,0,48,0],[53,0,49,0],[54,0,50,0],[55,0,51,0],[56,0,52,0],[57,0,53,0],[58,0,54,0],[59,0,55,0],[60,0,56,0],[61,0,57,0],[62,0,58,0],[63,0,59,0],[64,0,60,0],[65,0,61,0],[66,0,62,0],[66,1,62,1],[67,0,62,2],[67,3]],"functionMap":{"names":["<global>","createEntryFileAsync","getAbsolutePath"],"mappings":"AAA;ACM;CDiB;AEC;CFE"}},"type":"js/module"}]}