Searched refs:getStaticContent (Results 1 – 5 of 5) sorted by relevance
29 exports.getManifest = exports.getStaticContent = void 0;70 function getStaticContent(location) { function104 exports.getStaticContent = getStaticContent;
13 export declare function getStaticContent(location: URL): string;
1 …xts] = new Map<string, React.Context<any>>();\n}\n\nexport function getStaticContent(location: URL…
152 const { getStaticContent, getManifest } = await getStaticRenderFunctions( constant167 return await getStaticContent(new URL(path, url));273 const { getStaticContent } = await getStaticRenderFunctions( constant285 return await getStaticContent(location);
51 export function getStaticContent(location: URL): string {