| 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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 129 } | 129 } |
| 130 ], | 130 ], |
| 131 | 131 |
| 132 "analyze": { | 132 "analyze": { |
| 133 | 133 |
| 134 "options": "../../.analysis_options", | 134 "options": "../../.analysis_options", |
| 135 | 135 |
| 136 "uris": [ | 136 "uris": [ |
| 137 "../../lib/src/fasta", | 137 "../../lib/src/fasta", |
| 138 "../../lib/src/fasta/analyzer", | 138 "../../lib/src/fasta/analyzer", |
| 139 "../../lib/src/fasta/bin", | |
| 140 "../../lib/src/fasta/builder", | 139 "../../lib/src/fasta/builder", |
| 141 "../../lib/src/fasta/dill", | 140 "../../lib/src/fasta/dill", |
| 142 "../../lib/src/fasta/kernel", | 141 "../../lib/src/fasta/kernel", |
| 143 "../../lib/src/fasta/parser", | 142 "../../lib/src/fasta/parser", |
| 144 "../../lib/src/fasta/parser/bin", | |
| 145 "../../lib/src/fasta/scanner", | 143 "../../lib/src/fasta/scanner", |
| 146 "../../lib/src/fasta/scanner/bin", | |
| 147 "../../lib/src/fasta/scanner/testing", | |
| 148 "../../lib/src/fasta/source", | 144 "../../lib/src/fasta/source", |
| 149 "../../lib/src/fasta/testing", | 145 "../../lib/src/fasta/testing", |
| 150 "../../lib/src/fasta/util", | 146 "../../lib/src/fasta/util", |
| 147 "../../tool", |
| 148 "../../tool/fasta", |
| 151 "parser/parser_suite.dart", | 149 "parser/parser_suite.dart", |
| 152 "scanner/scanner_suite.dart", | 150 "scanner/scanner_suite.dart", |
| 153 "compile_test.dart", | 151 "compile_test.dart", |
| 154 "kompile_test.dart", | 152 "kompile_test.dart", |
| 155 "outline_test.dart", | 153 "outline_test.dart", |
| 156 "sdk_test.dart", | 154 "sdk_test.dart", |
| 157 "../../../../utils/kernel-service/kernel-service.dart" | 155 "../../../../utils/kernel-service/kernel-service.dart", |
| 156 "../../../../tools/patch_sdk.dart" |
| 158 ], | 157 ], |
| 159 | 158 |
| 160 "exclude": [ | 159 "exclude": [ |
| 161 "/third_party/pkg/", | 160 "/third_party/pkg/", |
| 162 "/pkg/analyzer/" | 161 "/pkg/analyzer/" |
| 163 ] | 162 ] |
| 164 } | 163 } |
| 165 } | 164 } |
| OLD | NEW |