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

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

Issue 1788223002: Deprecate the generated AST 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/ast/ast.dart 8 * * package:analyzer/dart/ast/ast.dart
9 * * package:analyzer/dart/ast/visitor.dart 9 * * package:analyzer/dart/ast/visitor.dart
10 * 10 *
11 * If your code is using APIs not available in these public libraries, please 11 * If your code is using APIs not available in these public libraries, please
12 * contact the analyzer team to either find an alternate API or have the API you 12 * contact the analyzer team to either find an alternate API or have the API you
13 * depend on added to the public API. 13 * depend on added to the public API.
14 */ 14 */
15 @deprecated
15 library analyzer.src.generated.ast; 16 library analyzer.src.generated.ast;
16 17
17 export 'package:analyzer/dart/ast/ast.dart'; 18 export 'package:analyzer/dart/ast/ast.dart';
18 export 'package:analyzer/dart/ast/visitor.dart'; 19 export 'package:analyzer/dart/ast/visitor.dart';
19 export 'package:analyzer/src/dart/ast/utilities.dart'; 20 export 'package:analyzer/src/dart/ast/utilities.dart';
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698