Home
last modified time | relevance | path

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

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