Searched refs:javascriptMapText (Results 1 – 9 of 9) sorted by relevance
| /third_party/typescript/src/compiler/factory/ |
| D | nodeFactory.ts | 6676 …getSourceMapText = () => mapPathOrType === "js" ? textOrInputFiles.javascriptMapText : textOrInput… 6844 javascriptMapText: string | undefined, 6853 javascriptMapText: string | undefined, 6906 …javascriptMapText: { get() { return textGetter(javascriptMapPath); } }, // TODO:: if there is inli… 6915 node.javascriptMapText = javascriptMapTextOrDeclarationPath;
|
| /third_party/typescript/lib/ |
| D | typescript.d.ts | 2168 javascriptMapText?: string; property 4936 …ng, declarationText: string, javascriptMapPath: string | undefined, javascriptMapText: string | un…
|
| D | typescriptServices.d.ts | 2168 javascriptMapText?: string; property 4936 …ng, declarationText: string, javascriptMapPath: string | undefined, javascriptMapText: string | un…
|
| D | tsserverlibrary.d.ts | 2168 javascriptMapText?: string; property 4936 …ng, declarationText: string, javascriptMapPath: string | undefined, javascriptMapText: string | un…
|
| D | tsc.js | 22681 …xt = function () { return mapPathOrType === "js" ? textOrInputFiles.javascriptMapText : textOrInpu… 22857 javascriptMapText: { get: function () { return textGetter_1(javascriptMapPath); } }, property 22866 node.javascriptMapText = javascriptMapTextOrDeclarationPath;
|
| D | typingsInstaller.js | 28111 …xt = function () { return mapPathOrType === "js" ? textOrInputFiles.javascriptMapText : textOrInpu… 28289 javascriptMapText: { get: function () { return textGetter_1(javascriptMapPath); } }, property 28298 node.javascriptMapText = javascriptMapTextOrDeclarationPath;
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | typescript.d.ts | 2168 javascriptMapText?: string; property 4936 …ng, declarationText: string, javascriptMapPath: string | undefined, javascriptMapText: string | un…
|
| D | tsserverlibrary.d.ts | 2168 javascriptMapText?: string; property 4936 …ng, declarationText: string, javascriptMapPath: string | undefined, javascriptMapText: string | un…
|
| /third_party/typescript/src/compiler/ |
| D | types.ts | 4175 javascriptMapText?: string;
|