Home
last modified time | relevance | path

Searched refs:javascriptPath (Results 1 – 9 of 9) sorted by relevance

/third_party/typescript/src/compiler/factory/
DnodeFactory.ts6673 …fileName = (mapPathOrType === "js" ? textOrInputFiles.javascriptPath : textOrInputFiles.declaratio…
6834 javascriptPath: string,
6856 javascriptPath: string | undefined,
6869 javascriptPath?: string | undefined,
6899 node.javascriptPath = declarationTextOrJavascriptPath;
6919 node.javascriptPath = javascriptPath;
/third_party/typescript/lib/
Dtypescript.d.ts2165 javascriptPath?: string; property
4935 …function createInputFiles(readFileText: (path: string) => string | undefined, javascriptPath: stri…
DtypescriptServices.d.ts2165 javascriptPath?: string; property
4935 …function createInputFiles(readFileText: (path: string) => string | undefined, javascriptPath: stri…
Dtsserverlibrary.d.ts2165 javascriptPath?: string; property
4935 …function createInputFiles(readFileText: (path: string) => string | undefined, javascriptPath: stri…
Dtsc.js22678 …fileName = (mapPathOrType === "js" ? textOrInputFiles.javascriptPath : textOrInputFiles.declaratio…
22823 …larationPath, declarationMapPath, declarationMapTextOrBuildInfoPath, javascriptPath, declarationPa… argument
22850 node.javascriptPath = declarationTextOrJavascriptPath;
22870 node.javascriptPath = javascriptPath;
DtypingsInstaller.js28108 …fileName = (mapPathOrType === "js" ? textOrInputFiles.javascriptPath : textOrInputFiles.declaratio…
28255 …larationPath, declarationMapPath, declarationMapTextOrBuildInfoPath, javascriptPath, declarationPa… argument
28282 node.javascriptPath = declarationTextOrJavascriptPath;
28302 node.javascriptPath = javascriptPath;
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts2165 javascriptPath?: string; property
4935 …function createInputFiles(readFileText: (path: string) => string | undefined, javascriptPath: stri…
Dtsserverlibrary.d.ts2165 javascriptPath?: string; property
4935 …function createInputFiles(readFileText: (path: string) => string | undefined, javascriptPath: stri…
/third_party/typescript/src/compiler/
Dtypes.ts4172 javascriptPath?: string;