Home
last modified time | relevance | path

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

/third_party/typescript/src/dynamicImportCompat/
DdynamicImportCompat.ts2 export const dynamicImport = (id: string) => import(id); constant
/third_party/typescript/lib/
DdynamicImportCompat.js22 server.dynamicImport = (id) => import(id); function
/third_party/typescript/src/webServer/
DwebServer.ts115 export declare const dynamicImport: ((id: string) => Promise<any>) | undefined; constant
134 const dynamicImport = async (id: string): Promise<any> => { constant