Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/src/compiler/
DCompiler.ts23 export function defaultCompilerOptions(): ts.CompilerOptions { function
37 …const program = ts.createProgram(rootFileNames, compilerOptions ?? defaultCompilerOptions(), compi…
/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/src/
DDeclgen.ts19 import { defaultCompilerOptions, getSourceFilesFromDir, compile, parseConfigFile } from './compiler…
165 options: defaultCompilerOptions()