Home
last modified time | relevance | path

Searched refs:getServerResources (Results 1 – 12 of 12) sorted by relevance

/expo/packages/expo-font/src/
H A Dserver.ts11 export function getServerResources(): string[] { function
12 return ExpoFontLoader.getServerResources();
H A DExpoFontLoader.web.ts108 getServerResources(): string[] {
/expo/packages/expo-font/build/
H A Dserver.js8 export function getServerResources() { function
9 return ExpoFontLoader.getServerResources();
H A Dserver.d.ts6 export declare function getServerResources(): string[]; function
H A DExpoFontLoader.web.d.ts7 getServerResources(): string[]; constant
H A Dserver.js.map1 …d.\n * @private\n */\nexport function getServerResources(): string[] {\n return ExpoFontLoader.ge…
H A DExpoFontLoader.web.js80 getServerResources() {
H A DExpoFontLoader.web.js.map1 …of items) {\n sheet.deleteRule(item.index);\n }\n },\n\n getServerResources(): string[] …
/expo/packages/expo-font/src/__tests__/
H A DFont-test.node.ts18 expect(Server.getServerResources()).toEqual([
26 expect(Server.getServerResources()).toEqual([]);
/expo/packages/expo-router/build/static/
H A DrenderStaticContent.js97 const fonts = Font.getServerResources();
H A DrenderStaticContent.js.map1 …utput.replace('</head>', `${css}</head>`);\n\n const fonts = Font.getServerResources();\n debug(…
/expo/packages/expo-router/src/static/
H A DrenderStaticContent.tsx96 const fonts = Font.getServerResources();