Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dets_checker.ts1262 …ategory === ts.DiagnosticCategory.Error && (isInOhModuleFile(diagnostic) || isInSDK(diagnostic))) {
1277 function isInSDK(diagnostics: ts.Diagnostic): boolean { function