Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Ddo_arkTS_linter.ts105 const filePath = shouldWriteFile ? writeOutputFile(diagnostics) : undefined; constant
132 function writeOutputFile(diagnostics: ts.Diagnostic[]): string | undefined { function