Searched refs:CommandLineOptions (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/linter/src/ |
| D | CommandLineParser.ts | 19 import { CommandLineOptions } from './CommandLineOptions'; 64 export function parseCommandLine(commandLineArgs: string[]): CommandLineOptions { 65 const opts: CommandLineOptions = { inputFiles: [], warningsAsErrors: false }; 115 function doProjectFolderArg(prjFolders: string[], opts: CommandLineOptions) { 127 function doProjectArg(cfgPath: string, opts: CommandLineOptions) { 156 function doAutofixArg(autofixOptVal: string|boolean, opts: CommandLineOptions) {
|
| D | LintOptions.ts | 17 import { CommandLineOptions } from './CommandLineOptions'; 23 cmdOptions: CommandLineOptions;
|
| D | LinterCLI.ts | 23 import { CommandLineOptions } from './CommandLineOptions'; 55 function runIDEMode(cmdOptions: CommandLineOptions) {
|
| D | CommandLineOptions.ts | 19 export interface CommandLineOptions { interface
|
| /arkcompiler/ets_frontend/ets2panda/linter-4.2/src/ |
| D | CommandLineParser.ts | 18 import { CommandLineOptions } from './CommandLineOptions'; 63 export function parseCommandLine(commandLineArgs: string[]): CommandLineOptions { 64 const opts: CommandLineOptions = { inputFiles: [], warningsAsErrors: false }; 114 function doProjectFolderArg(prjFolders: string[], opts: CommandLineOptions) { 126 function doProjectArg(cfgPath: string, opts: CommandLineOptions) { 155 function doAutofixArg(autofixOptVal: string|boolean, opts: CommandLineOptions) {
|
| D | LintOptions.ts | 17 import { CommandLineOptions } from './CommandLineOptions'; 21 cmdOptions: CommandLineOptions;
|
| D | CompilerWrapper.ts | 19 import { CommandLineOptions } from './CommandLineOptions'; 42 function formTscOptions(cmdOptions: CommandLineOptions, extraOptions?: any): ts.CreateProgramOption…
|
| D | CommandLineOptions.ts | 19 export interface CommandLineOptions { interface
|
| D | LinterRunner.ts | 29 import { CommandLineOptions } from './CommandLineOptions'; 251 function runIDEMode(cmdOptions: CommandLineOptions) {
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/ts-compiler/ |
| D | FormTscOptions.ts | 17 import { CommandLineOptions } from '../CommandLineOptions'; 19 export function formTscOptions(cmdOptions: CommandLineOptions, extraOptions?: any): ts.CreateProgra…
|
| /arkcompiler/ets_frontend/ts2panda/src/ |
| D | cmdOptions.ts | 66 private static options: commandLineArgs.CommandLineOptions;
|