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

Side by Side Diff: pkg/kernel/lib/analyzer/analyzer.dart

Issue 2756593004: Start unraveling circularities between analyzer and front_end/kernel. (Closed)
Patch Set: Created 3 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
« no previous file with comments | « pkg/kernel/bin/dartk.dart ('k') | pkg/kernel/lib/analyzer/ast_from_analyzer.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file
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.
4 /// A library that re-exports the analyzer's program representation parts.
5 library kernel.analyzer.frontend;
6
7 export 'package:analyzer/dart/ast/visitor.dart';
8 export 'package:analyzer/dart/ast/ast.dart';
9 export 'package:analyzer/dart/element/element.dart';
10 export 'package:analyzer/dart/element/type.dart';
11 export 'package:analyzer/src/generated/utilities_dart.dart' show ParameterKind;
12 export 'package:analyzer/src/dart/element/member.dart' show Member;
13 export 'package:analyzer/dart/ast/token.dart' show Token;
OLDNEW
« no previous file with comments | « pkg/kernel/bin/dartk.dart ('k') | pkg/kernel/lib/analyzer/ast_from_analyzer.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698