dart-sdk/pkg/compiler/testing.json
Sigmund Cherem ff0e8f8035 Make extension methods more readable on dart2js stacktraces
Change-Id: I776b78c5a8742aad5ccc9aa4ffbc86827aacba96
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/118205
Commit-Queue: Sigmund Cherem <sigmund@google.com>
Reviewed-by: Johnni Winther <johnniwinther@google.com>
2019-09-20 19:01:36 +00:00

24 lines
648 B
JSON

{
"":"Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file",
"":"for details. All rights reserved. Use of this source code is governed by a",
"":"BSD-style license that can be found in the LICENSE.md file.",
"packages": "../../.packages",
"analyze": {
"options": "analysis_options.yaml",
"uris": [
".",
"../../tests/compiler/dart2js/"
],
"exclude": [
"^tests/compiler/dart2js/.*/data/.*",
"^tests/compiler/dart2js/.*/model_data/.*",
"^tests/compiler/dart2js/deferred_loading/libs/.*",
"^tests/compiler/dart2js/sourcemaps/stacktrace/extension_method.dart"
]
}
}