Home
last modified time | relevance | path

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

/third_party/typescript/src/testRunner/unittests/tsserver/
DwebServer.ts166 …const importPlugin = async (_root: string, _moduleName: string): Promise<ts.server.ModuleImportRes… constant
206 …const importPlugin = async (_root: string, moduleName: string): Promise<ts.server.ModuleImportResu… constant
246 …const importPlugin = async (_root: string, _moduleName: string): Promise<ts.server.ModuleImportRes… constant
275 …const importPlugin = async (_root: string, _moduleName: string): Promise<ts.server.ModuleImportRes… constant
321 …const importPlugin = async (_root: string, _moduleName: string): Promise<ts.server.ModuleImportRes… constant
/third_party/typescript/src/server/
Dtypes.ts28 importPlugin?(root: string, moduleName: string): Promise<ModuleImportResult>; method