blob: f7fa3a83a3d0752bd29c78922d3dda569ac848b0 [file] [log] [blame]
// Copyright (c) 2019, 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.
// TODO(johnniwinther): Move all option strings here.
class Flags {
// TODO(johnniwinther): What is the right name for this?
static const String nnbdStrongMode = "--nnbd-strong";
static const String forceLateLowering = "--force-late-lowering";
static const String forceNnbdChecks = "--force-nnbd-checks";
}