Home
last modified time | relevance | path

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

/third_party/typescript/src/linter/ArkTSLinter_1_1/
DTSDiagnostics.ts48 public getStrictDiagnostics(fileName: string): Diagnostic[] { method in ts.TSCCompiledProgram
49 return this.diagnosticsExtractor.getStrictDiagnostics(fileName);
64 public getStrictDiagnostics(fileName: string): Diagnostic[] { method in ts.TypeScriptDiagnosticsExtractor
DLinterRunner.ts105 const diagnostics = tscDiagnosticsLinter.getStrictDiagnostics(file.fileName);
/third_party/typescript/src/linter/ArkTSLinter_1_0/
DTSDiagnostics.ts48 public getStrictDiagnostics(fileName: string): Diagnostic[] { method in ts.TSCCompiledProgram
49 return this.diagnosticsExtractor.getStrictDiagnostics(fileName);
64 public getStrictDiagnostics(fileName: string): Diagnostic[] { method in ts.TypeScriptDiagnosticsExtractor
DLinterRunner.ts105 const diagnostics = tscDiagnosticsLinter.getStrictDiagnostics(file.fileName);
/third_party/typescript/lib/
Dtypescript.d.ts9018 getStrictDiagnostics(fileName: string): Diagnostic[];
9550 getStrictDiagnostics(fileName: string): Diagnostic[];
DtypescriptServices.d.ts9018 getStrictDiagnostics(fileName: string): Diagnostic[];
9550 getStrictDiagnostics(fileName: string): Diagnostic[];
Dtsserverlibrary.d.ts12957 getStrictDiagnostics(fileName: string): Diagnostic[];
13489 getStrictDiagnostics(fileName: string): Diagnostic[];
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts9018 getStrictDiagnostics(fileName: string): Diagnostic[];
9550 getStrictDiagnostics(fileName: string): Diagnostic[];
Dtsserverlibrary.d.ts12957 getStrictDiagnostics(fileName: string): Diagnostic[];
13489 getStrictDiagnostics(fileName: string): Diagnostic[];