Files
sdk/pkg/front_end/testing_with_lints.json
T
Johnni Winther c10b41a4e2 [kernel] Add DartType.toTypeText and Constant.toConstantText
These are used to provide a testable textual representation
of types and constants that do not rely upon Node.toString.

Change-Id: Iff77ebb44e8299b262f4f263666b2e1d4dd5794b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/147909
Commit-Queue: Johnni Winther <johnniwinther@google.com>
Reviewed-by: Jens Johansen <jensj@google.com>
2020-05-18 11:48:20 +00:00

24 lines
644 B
JSON

{
"ignored_1":"Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file",
"ignored_2":"for details. All rights reserved. Use of this source code is governed by a",
"ignored_3":"BSD-style license that can be found in the LICENSE.md file.",
"packages": "../../.packages",
"analyze": {
"options": "analysis_options.yaml",
"uris": [
"lib/"
],
"exclude": [
"test/analyser_ignored/",
"test/extensions/data/",
"test/id_testing/data/",
"test/language_versioning/data/",
"test/patching/data/",
"test/static_types/data/",
"test/text_representation/data/"
]
}
}