Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(166)

Side by Side Diff: pkg/analyzer/lib/src/generated/element.dart

Issue 1789233002: Deprecate the generated element library and clean up imports (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 4
5 /** 5 /**
6 * This library is deprecated. Please convert all references to this library to 6 * This library is deprecated. Please convert all references to this library to
7 * reference one of the following public libraries: 7 * reference one of the following public libraries:
8 * * package:analyzer/dart/element/element.dart 8 * * package:analyzer/dart/element/element.dart
9 * * package:analyzer/dart/element/type.dart 9 * * package:analyzer/dart/element/type.dart
10 * * package:analyzer/dart/element/visitor.dart 10 * * package:analyzer/dart/element/visitor.dart
11 * 11 *
12 * If your code is using APIs not available in these public libraries, please 12 * If your code is using APIs not available in these public libraries, please
13 * contact the analyzer team to either find an alternate API or have the API you 13 * contact the analyzer team to either find an alternate API or have the API you
14 * depend on added to the public API. 14 * depend on added to the public API.
15 */ 15 */
16 @deprecated
16 library analyzer.src.generated.element; 17 library analyzer.src.generated.element;
17 18
18 export 'package:analyzer/dart/element/element.dart'; 19 export 'package:analyzer/dart/element/element.dart';
19 export 'package:analyzer/dart/element/type.dart'; 20 export 'package:analyzer/dart/element/type.dart';
20 export 'package:analyzer/dart/element/visitor.dart'; 21 export 'package:analyzer/dart/element/visitor.dart';
21 export 'package:analyzer/src/dart/element/element.dart'; 22 export 'package:analyzer/src/dart/element/element.dart';
22 export 'package:analyzer/src/dart/element/member.dart'; 23 export 'package:analyzer/src/dart/element/member.dart';
23 export 'package:analyzer/src/dart/element/type.dart'; 24 export 'package:analyzer/src/dart/element/type.dart';
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698