Home
last modified time | relevance | path

Searched defs:getStrictDiagnostics (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/lib/ts-diagnostics/
DTSCCompiledProgram.ts25 getStrictDiagnostics: (fileName: string) => ts.Diagnostic[]; property
39 getStrictDiagnostics(fileName: string): ts.Diagnostic[] { method in TSCCompiledProgramSimple
78 getStrictDiagnostics(fileName: string): ts.Diagnostic[] { method in TSCCompiledProgramWithDiagnostics
DTypeScriptDiagnosticsExtractor.ts21 export function getStrictDiagnostics( function