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

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

Issue 1843473002: Sort analyzer sources (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Remove generated file and fix misplaced comments Created 4 years, 8 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 @deprecated 5 @deprecated
6 library analyzer.src.generated.scanner; 6 library analyzer.src.generated.scanner;
7 7
8 export 'package:analyzer/dart/ast/token.dart'; 8 export 'package:analyzer/dart/ast/token.dart';
9 export 'package:analyzer/src/dart/ast/token.dart' hide SimpleToken; 9 export 'package:analyzer/src/dart/ast/token.dart' hide SimpleToken;
10 export 'package:analyzer/src/dart/scanner/reader.dart';
10 export 'package:analyzer/src/dart/scanner/scanner.dart'; 11 export 'package:analyzer/src/dart/scanner/scanner.dart';
11 export 'package:analyzer/src/dart/scanner/reader.dart';
OLDNEW
« no previous file with comments | « pkg/analyzer/lib/file_system/physical_file_system.dart ('k') | pkg/analyzer/lib/src/generated/sdk_io.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698