blob: 02da07126cea7b5f6b77b00101275c471604d5ef [file] [log] [blame]
// Copyright (c) 2017, 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.
library fasta.severity;
enum Severity {
context,
error,
errorLegacyWarning,
internalProblem,
nit,
warning,
}