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

Side by Side Diff: pkg/analyzer/test/generated/parser_fasta_test.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/analyzer/lib/src/kernel/loader.dart ('k') | pkg/front_end/lib/kernel_generator.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2017, 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 import 'package:analyzer/dart/ast/ast.dart'; 5 import 'package:analyzer/dart/ast/ast.dart';
6 import 'package:analyzer/dart/ast/token.dart' as analyzer; 6 import 'package:analyzer/dart/ast/token.dart' as analyzer;
7 import 'package:analyzer/dart/element/element.dart'; 7 import 'package:analyzer/dart/element/element.dart';
8 import 'package:analyzer/error/error.dart'; 8 import 'package:analyzer/error/error.dart';
9 import 'package:analyzer/src/generated/parser.dart' as analyzer; 9 import 'package:analyzer/src/generated/parser.dart' as analyzer;
10 import 'package:analyzer/src/generated/utilities_dart.dart'; 10 import 'package:analyzer/src/generated/utilities_dart.dart';
11 import 'package:front_end/src/fasta/analyzer/ast_builder.dart'; 11 import 'package:analyzer/src/fasta/ast_builder.dart';
12 import 'package:front_end/src/fasta/analyzer/element_store.dart'; 12 import 'package:analyzer/src/fasta/element_store.dart';
13 import 'package:front_end/src/fasta/builder/scope.dart'; 13 import 'package:front_end/src/fasta/builder/scope.dart';
14 import 'package:front_end/src/fasta/kernel/kernel_builder.dart'; 14 import 'package:front_end/src/fasta/kernel/kernel_builder.dart';
15 import 'package:front_end/src/fasta/kernel/kernel_library_builder.dart'; 15 import 'package:front_end/src/fasta/kernel/kernel_library_builder.dart';
16 import 'package:front_end/src/fasta/parser/parser.dart' as fasta; 16 import 'package:front_end/src/fasta/parser/parser.dart' as fasta;
17 import 'package:front_end/src/fasta/scanner/precedence.dart' as fasta; 17 import 'package:front_end/src/fasta/scanner/precedence.dart' as fasta;
18 import 'package:front_end/src/fasta/scanner/string_scanner.dart'; 18 import 'package:front_end/src/fasta/scanner/string_scanner.dart';
19 import 'package:front_end/src/fasta/scanner/token.dart' as fasta; 19 import 'package:front_end/src/fasta/scanner/token.dart' as fasta;
20 import 'package:test/test.dart'; 20 import 'package:test/test.dart';
21 import 'package:test_reflective_loader/test_reflective_loader.dart'; 21 import 'package:test_reflective_loader/test_reflective_loader.dart';
22 22
(...skipping 1275 matching lines...) Expand 10 before | Expand all | Expand 10 after
1298 } 1298 }
1299 1299
1300 @override 1300 @override
1301 @failingTest 1301 @failingTest
1302 void test_parsePartOfDirective_uri() { 1302 void test_parsePartOfDirective_uri() {
1303 // TODO(paulberry,ahe): URIs in "part of" declarations are not supported by 1303 // TODO(paulberry,ahe): URIs in "part of" declarations are not supported by
1304 // Fasta. 1304 // Fasta.
1305 super.test_parsePartOfDirective_uri(); 1305 super.test_parsePartOfDirective_uri();
1306 } 1306 }
1307 } 1307 }
OLDNEW
« no previous file with comments | « pkg/analyzer/lib/src/kernel/loader.dart ('k') | pkg/front_end/lib/kernel_generator.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698