Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dets_checker.ts959 …if (diagnostic.category === ts.DiagnosticCategory.Error && (isInOhModuleFile(diagnostic) || isInSD…
969 function isInOhModuleFile(diagnostics: ts.Diagnostic): boolean { function