File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed
pkg/analyzer/lib/src/generated Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,8 @@ import 'package:meta/meta.dart';
1313
1414export 'package:analyzer/dart/analysis/analysis_options.dart' ;
1515export 'package:analyzer/error/listener.dart' show RecordingDiagnosticListener;
16+ export 'package:analyzer/source/timestamped_data.dart' show TimestampedData;
1617export 'package:analyzer/src/dart/analysis/analysis_options.dart' ;
17- export 'package:analyzer/src/generated/timestamped_data.dart'
18- show TimestampedData;
1918
2019/// A context in which a single analysis can be performed and incrementally
2120/// maintained. The context includes such information as the version of the SDK
Original file line number Diff line number Diff line change 22// for details. All rights reserved. Use of this source code is governed by a
33// BSD-style license that can be found in the LICENSE file.
44
5- // This export is needed because package `dartdoc` imports the `TimestampedData`
6- // class from here.
5+ @Deprecated ('Please use package:analyzer/source/timestamped_data.dart instead.' )
6+ library ;
7+
8+ // This export is needed because there are versions of package `dartdoc` that
9+ // import the `TimestampedData` class from here.
10+ //
11+ // All of those versions have an analyzer constraint < 9.0.0, so once the
12+ // analyzer version gets bumped to 9.0.0, it will be safe to remove this file.
713//
8- // TODO(paulberry): update dartdoc's import, so that this library can be
9- // deprecated and eventually removed.
14+ // TODO(paulberry): remove this file in analyzer version 9.0.0.
1015
1116export 'package:analyzer/source/timestamped_data.dart' show TimestampedData;
You can’t perform that action at this time.
0 commit comments