blob: 2f1fd8a04810860d1525959da0507fd119c9728d [file] [log] [blame] [edit]
// Copyright (c) 2014, 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.
/// @docImport 'package:analyzer/src/dart/error/syntactic_errors.dart';
/// @docImport 'package:analyzer/src/error/inference_error.dart';
library;
import 'package:_fe_analyzer_shared/src/base/errors.dart';
import 'package:analyzer/dart/element/element.dart';
import 'package:analyzer/dart/element/type.dart';
export 'package:_fe_analyzer_shared/src/base/errors.dart'
show LocatableDiagnosticImpl;
export 'package:analyzer/src/analysis_options/error/option_codes.dart';
export 'package:analyzer/src/dart/error/hint_codes.dart';
export 'package:analyzer/src/dart/error/lint_codes.dart';
export 'package:analyzer/src/dart/error/todo_codes.dart';
part 'package:analyzer/src/error/codes.g.dart';