| 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 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 144 ] | 144 ] |
| 145 } | 145 } |
| 146 ], | 146 ], |
| 147 | 147 |
| 148 "analyze": { | 148 "analyze": { |
| 149 | 149 |
| 150 "options": "../../analysis_options.yaml", | 150 "options": "../../analysis_options.yaml", |
| 151 | 151 |
| 152 "uris": [ | 152 "uris": [ |
| 153 "../../lib/src/fasta", | 153 "../../lib/src/fasta", |
| 154 "../../lib/src/fasta/analyzer", | |
| 155 "../../lib/src/fasta/builder", | 154 "../../lib/src/fasta/builder", |
| 156 "../../lib/src/fasta/dill", | 155 "../../lib/src/fasta/dill", |
| 157 "../../lib/src/fasta/kernel", | 156 "../../lib/src/fasta/kernel", |
| 158 "../../lib/src/fasta/parser", | 157 "../../lib/src/fasta/parser", |
| 159 "../../lib/src/fasta/scanner", | 158 "../../lib/src/fasta/scanner", |
| 160 "../../lib/src/fasta/source", | 159 "../../lib/src/fasta/source", |
| 161 "../../lib/src/fasta/testing", | 160 "../../lib/src/fasta/testing", |
| 162 "../../lib/src/fasta/util", | 161 "../../lib/src/fasta/util", |
| 163 "../../tool", | 162 "../../tool", |
| 164 "../../tool/_fasta", | 163 "../../tool/_fasta", |
| (...skipping 11 matching lines...) Expand all Loading... |
| 176 ], | 175 ], |
| 177 | 176 |
| 178 "exclude": [ | 177 "exclude": [ |
| 179 "/third_party/pkg/", | 178 "/third_party/pkg/", |
| 180 "/third_party/pkg_tested/", | 179 "/third_party/pkg_tested/", |
| 181 "/pkg/analyzer/(?!.*/(fasta/|kernel/|(file_state|parser_fasta_test)\\.dart
$))", | 180 "/pkg/analyzer/(?!.*/(fasta/|kernel/|(file_state|parser_fasta_test)\\.dart
$))", |
| 182 "/pkg/js_ast/" | 181 "/pkg/js_ast/" |
| 183 ] | 182 ] |
| 184 } | 183 } |
| 185 } | 184 } |
| OLD | NEW |