| OLD | NEW |
| 1 { | 1 { |
| 2 "":"Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file", | 2 "":"Copyright (c) 2017, 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 "analyze": { | 8 "analyze": { |
| 9 "options": "analysis_options.yaml", | 9 "options": "analysis_options.yaml", |
| 10 | 10 |
| 11 "uris": [ | 11 "uris": [ |
| 12 ".", | 12 ".", |
| 13 "../../tests/compiler/dart2js/", | 13 "../../tests/compiler/dart2js/" |
| 14 "../../tests/utils/" | |
| 15 ], | 14 ], |
| 16 | 15 |
| 17 "exclude": [ | 16 "exclude": [ |
| 18 "^tests/compiler/dart2js/data/.*", | 17 "^tests/compiler/dart2js/data/.*", |
| 19 "^tests/compiler/dart2js/path with spaces/.*", | 18 "^tests/compiler/dart2js/path with spaces/.*", |
| 20 "^tests/compiler/dart2js/sourcemaps/data/.*", | 19 "^tests/compiler/dart2js/sourcemaps/data/.*" |
| 21 "^tests/utils/dummy\\.dart" | |
| 22 ] | 20 ] |
| 23 } | 21 } |
| 24 } | 22 } |
| OLD | NEW |