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

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

Issue 853123002: Lint contribution refactoring. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 5 years, 11 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 | Annotate | Revision Log
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 // This code was auto-generated, is not intended to be edited, and is subject to 5 // This code was auto-generated, is not intended to be edited, and is subject to
6 // significant change. Please see the README file for more information. 6 // significant change. Please see the README file for more information.
7 7
8 library engine; 8 library engine;
9 9
10 import "dart:math" as math; 10 import "dart:math" as math;
11 import 'dart:async'; 11 import 'dart:async';
12 import 'dart:collection'; 12 import 'dart:collection';
13 13
14 import 'package:analyzer/src/cancelable_future.dart'; 14 import 'package:analyzer/src/cancelable_future.dart';
15 import 'package:analyzer/src/generated/incremental_resolution_validator.dart'; 15 import 'package:analyzer/src/generated/incremental_resolution_validator.dart';
16 import 'package:analyzer/src/services/lint.dart';
16 import 'package:analyzer/src/task/task_dart.dart'; 17 import 'package:analyzer/src/task/task_dart.dart';
17 18
18 import '../../instrumentation/instrumentation.dart'; 19 import '../../instrumentation/instrumentation.dart';
19 import 'ast.dart'; 20 import 'ast.dart';
20 import 'constant.dart'; 21 import 'constant.dart';
21 import 'element.dart'; 22 import 'element.dart';
22 import 'error.dart'; 23 import 'error.dart';
23 import 'error_verifier.dart'; 24 import 'error_verifier.dart';
24 import 'html.dart' as ht; 25 import 'html.dart' as ht;
25 import 'incremental_resolver.dart' show IncrementalResolver, 26 import 'incremental_resolver.dart' show IncrementalResolver,
(...skipping 12222 matching lines...) Expand 10 before | Expand all | Expand 10 after
12248 if (element.id == _id) { 12249 if (element.id == _id) {
12249 result = element; 12250 result = element;
12250 throw new _ElementByIdFinderException(); 12251 throw new _ElementByIdFinderException();
12251 } 12252 }
12252 super.visitElement(element); 12253 super.visitElement(element);
12253 } 12254 }
12254 } 12255 }
12255 12256
12256 class _ElementByIdFinderException { 12257 class _ElementByIdFinderException {
12257 } 12258 }
OLDNEW
« no previous file with comments | « no previous file | pkg/analyzer/lib/src/generated/incremental_resolver.dart » ('j') | pkg/analyzer/lib/src/services/lint.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698