Home
last modified time | relevance | path

Searched defs:jsCode (Results 1 – 1 of 1) sorted by relevance

/expo/packages/@expo/metro-config/src/serializer/
H A DwithExpoSerializers.ts72 const jsCode = await defaultSerializer(entryPoint, preModules, graph, options); constant
99 const stringContents = typeof jsCode === 'string' ? jsCode : jsCode.code; constant