Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/factory/
DnodeFactory.ts6674 …sourceMapPath = mapPathOrType === "js" ? textOrInputFiles.javascriptMapPath : textOrInputFiles.dec…
6835 javascriptMapPath: string | undefined,
6843 javascriptMapPath: string | undefined,
6852 javascriptMapPath: string | undefined,
6865 javascriptMapPath?: string,
6900 node.javascriptMapPath = javascriptMapPath;
6906 …javascriptMapText: { get() { return textGetter(javascriptMapPath); } }, // TODO:: if there is inli…
6914 node.javascriptMapPath = javascriptMapPath;
/third_party/typescript/lib/
Dtypescript.d.ts2167 javascriptMapPath?: string; property
4935 …Text: (path: string) => string | undefined, javascriptPath: string, javascriptMapPath: string | un…
4936 …function createInputFiles(javascriptText: string, declarationText: string, javascriptMapPath: stri…
DtypescriptServices.d.ts2167 javascriptMapPath?: string; property
4935 …Text: (path: string) => string | undefined, javascriptPath: string, javascriptMapPath: string | un…
4936 …function createInputFiles(javascriptText: string, declarationText: string, javascriptMapPath: stri…
Dtsserverlibrary.d.ts2167 javascriptMapPath?: string; property
4935 …Text: (path: string) => string | undefined, javascriptPath: string, javascriptMapPath: string | un…
4936 …function createInputFiles(javascriptText: string, declarationText: string, javascriptMapPath: stri…
Dtsc.js22679 …sourceMapPath = mapPathOrType === "js" ? textOrInputFiles.javascriptMapPath : textOrInputFiles.dec…
22823 …iles(javascriptTextOrReadFileText, declarationTextOrJavascriptPath, javascriptMapPath, javascriptM… argument
22851 node.javascriptMapPath = javascriptMapPath;
22857 javascriptMapText: { get: function () { return textGetter_1(javascriptMapPath); } },
22865 node.javascriptMapPath = javascriptMapPath;
DtypingsInstaller.js28109 …sourceMapPath = mapPathOrType === "js" ? textOrInputFiles.javascriptMapPath : textOrInputFiles.dec…
28255 …iles(javascriptTextOrReadFileText, declarationTextOrJavascriptPath, javascriptMapPath, javascriptM… argument
28283 node.javascriptMapPath = javascriptMapPath;
28289 javascriptMapText: { get: function () { return textGetter_1(javascriptMapPath); } },
28297 node.javascriptMapPath = javascriptMapPath;
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts2167 javascriptMapPath?: string; property
4935 …Text: (path: string) => string | undefined, javascriptPath: string, javascriptMapPath: string | un…
4936 …function createInputFiles(javascriptText: string, declarationText: string, javascriptMapPath: stri…
Dtsserverlibrary.d.ts2167 javascriptMapPath?: string; property
4935 …Text: (path: string) => string | undefined, javascriptPath: string, javascriptMapPath: string | un…
4936 …function createInputFiles(javascriptText: string, declarationText: string, javascriptMapPath: stri…
/third_party/typescript/src/compiler/
Dtypes.ts4174 javascriptMapPath?: string;