Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/src/
DCompiler.ts22 import { TSCCompiledProgramWithDiagnostics } from '../lib/ts-diagnostics/TSCCompiledProgram';
40 …tscCompiledProgram: new TSCCompiledProgramWithDiagnostics(strict, nonStrict, cmdOptions.inputFiles…
/arkcompiler/ets_frontend/ets2panda/linter/lib/ts-diagnostics/
DTSCCompiledProgram.ts48 export class TSCCompiledProgramWithDiagnostics implements TSCCompiledProgram { class