Searched refs:translateDiag (Results 1 – 7 of 7) sorted by relevance
/third_party/typescript/src/linter/ArkTSLinter_1_0/ |
D | LinterRunner.ts | 28 export function translateDiag(srcFile: SourceFile, problemInfo: ProblemInfo): Diagnostic { function 76 (x) => currentDiagnostics.push(translateDiag(fileToLint, x))
|
/third_party/typescript/src/linter/ArkTSLinter_1_1/ |
D | LinterRunner.ts | 28 export function translateDiag(srcFile: SourceFile, problemInfo: ProblemInfo): Diagnostic { function 76 (x) => currentDiagnostics.push(translateDiag(fileToLint, x))
|
/third_party/typescript/lib/ |
D | typescript.d.ts | 9029 function translateDiag(srcFile: SourceFile, problemInfo: ProblemInfo): Diagnostic; 9561 function translateDiag(srcFile: SourceFile, problemInfo: ProblemInfo): Diagnostic;
|
D | typescriptServices.d.ts | 9029 function translateDiag(srcFile: SourceFile, problemInfo: ProblemInfo): Diagnostic; 9561 function translateDiag(srcFile: SourceFile, problemInfo: ProblemInfo): Diagnostic;
|
D | tsserverlibrary.d.ts | 12968 function translateDiag(srcFile: SourceFile, problemInfo: ProblemInfo): Diagnostic; 13500 function translateDiag(srcFile: SourceFile, problemInfo: ProblemInfo): Diagnostic;
|
/third_party/typescript/tests/baselines/reference/api/ |
D | typescript.d.ts | 9029 function translateDiag(srcFile: SourceFile, problemInfo: ProblemInfo): Diagnostic; 9561 function translateDiag(srcFile: SourceFile, problemInfo: ProblemInfo): Diagnostic;
|
D | tsserverlibrary.d.ts | 12968 function translateDiag(srcFile: SourceFile, problemInfo: ProblemInfo): Diagnostic; 13500 function translateDiag(srcFile: SourceFile, problemInfo: ProblemInfo): Diagnostic;
|