| 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 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 "^pkg/compiler/lib/src/closure\\.dart", | |
| 219 "^pkg/compiler/lib/src/elements/elements\\.dart", | |
| 220 "^pkg/compiler/lib/src/elements/modelx\\.dart", | |
| 221 "^pkg/compiler/lib/src/inferrer/inferrer_engine\\.dart", | |
| 222 "^pkg/compiler/lib/src/js_backend/namer\\.dart", | |
| 223 "^pkg/compiler/lib/src/kernel/kernel_visitor\\.dart", | |
| 224 "^pkg/compiler/lib/src/resolution/members\\.dart", | |
| 225 "^pkg/compiler/lib/src/resolution/resolution\\.dart", | |
| 226 "^pkg/compiler/lib/src/resolution/resolution_strategy\\.dart", | |
| 227 "^pkg/compiler/lib/src/serialization/equivalence\\.dart", | |
| 228 "^pkg/compiler/lib/src/serialization/resolved_ast_serialization\\.dart", | |
| 229 "^pkg/compiler/lib/src/ssa/builder_kernel\\.dart", | |
| 230 "^tests/compiler/dart2js/inference/enumerator\\.dart", | 218 "^tests/compiler/dart2js/inference/enumerator\\.dart", |
| 231 "^tests/compiler/dart2js/inference/id_equivalence_test\\.dart", | 219 "^tests/compiler/dart2js/inference/id_equivalence_test\\.dart", |
| 232 "^tests/compiler/dart2js/kernel/class_hierarchy_test\\.dart", | 220 "^tests/compiler/dart2js/kernel/class_hierarchy_test\\.dart", |
| 233 "^tests/compiler/dart2js/kernel/impact_test\\.dart", | 221 "^tests/compiler/dart2js/kernel/impact_test\\.dart", |
| 234 "^tests/compiler/dart2js/kernel/visitor_test\\.dart", | 222 "^tests/compiler/dart2js/kernel/visitor_test\\.dart", |
| 235 "^tests/compiler/dart2js/location_collector_test\\.dart", | 223 "^tests/compiler/dart2js/location_collector_test\\.dart", |
| 236 "^tests/compiler/dart2js/source_map_validator_helper\\.dart", | 224 "^tests/compiler/dart2js/source_map_validator_helper\\.dart", |
| 237 "^tests/compiler/dart2js/sourcemaps/sourcemap_helper\\.dart" | 225 "^tests/compiler/dart2js/sourcemaps/sourcemap_helper\\.dart" |
| 238 ] | 226 ] |
| 239 } | 227 } |
| 240 } | 228 } |
| OLD | NEW |