| OLD | NEW |
| 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'; |
| OLD | NEW |