Home
last modified time | relevance | path

Searched defs:parsedConfigFile (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DCommandLineOptions.ts21 parsedConfigFile?: ts.ParsedCommandLine; property
/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/src/
DDeclgen.ts153 const parsedConfigFile = opts.tsconfig ? parseConfigFile(opts.tsconfig) : undefined; constant