blob: 2106d5c685d3ebcec57dc9c5ec7f99a73756bea5 [file] [log] [blame] [edit]
// Copyright (c) 2022, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
/// The name of the subdirectory in .dart_tool where dartdev stores kernel files
const dartdevKernelCache = 'kernel';
const residentCompilerInfoFileOption = 'resident-compiler-info-file';
const residentOption = 'resident';
const quietOption = 'quiet';
const responseSuccessString = 'success';
const responseErrorString = 'errorMessage';
const responseOutputString = 'compilerOutputLines';
const commandString = 'command';
const compileString = 'compile';
const shutdownString = 'shutdown';
const sourceString = 'executable';
const outputString = 'output-dill';
const packageString = 'packages';
const defineOption = 'define';
const enableAssertsOption = 'enable-asserts';
const enableExperimentOption = 'enable-experiment';
const soundNullSafetyOption = 'sound-null-safety';
const aotOption = 'aot';
const tfaOption = 'tfa';
const verbosityOption = 'verbosity';