OLD | NEW |
1 { | 1 { |
2 "":"Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file", | 2 "":"Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file", |
3 "":"for details. All rights reserved. Use of this source code is governed by a", | 3 "":"for details. All rights reserved. Use of this source code is governed by a", |
4 "":"BSD-style license that can be found in the LICENSE.md file.", | 4 "":"BSD-style license that can be found in the LICENSE.md file.", |
5 | 5 |
6 "packages": "../../../../.packages", | 6 "packages": "../../../../.packages", |
7 | 7 |
8 "suites": [ | 8 "suites": [ |
9 | 9 |
10 { | 10 { |
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
207 | 207 |
208 "git grep": { | 208 "git grep": { |
209 "pathspecs": [ "*.dart" ], | 209 "pathspecs": [ "*.dart" ], |
210 "patterns": [ | 210 "patterns": [ |
211 "package:front_end/", | 211 "package:front_end/", |
212 "package:kernel/" | 212 "package:kernel/" |
213 ] | 213 ] |
214 }, | 214 }, |
215 | 215 |
216 "exclude": [ | 216 "exclude": [ |
217 "^pkg/analysis_server/lib/src/analysis_server\\.dart", | 217 "^pkg/analysis_server/lib/src/analysis_server\\.dart" |
218 "^tests/compiler/dart2js/inference/enumerator\\.dart", | |
219 "^tests/compiler/dart2js/inference/id_equivalence_test\\.dart", | |
220 "^tests/compiler/dart2js/kernel/class_hierarchy_test\\.dart", | |
221 "^tests/compiler/dart2js/kernel/impact_test\\.dart", | |
222 "^tests/compiler/dart2js/kernel/visitor_test\\.dart", | |
223 "^tests/compiler/dart2js/location_collector_test\\.dart", | |
224 "^tests/compiler/dart2js/source_map_validator_helper\\.dart", | |
225 "^tests/compiler/dart2js/sourcemaps/sourcemap_helper\\.dart" | |
226 ] | 218 ] |
227 } | 219 } |
228 } | 220 } |
OLD | NEW |