Files
sdk/pkg/front_end/testcases/general/nested_lib_spec/libraries.json
T
Johnni Winther 9a9b33eb0b [cfe] Use generateKernelInternal in expectation tests
Change-Id: I09026eb9cd11d2bcc136a4f7448038ae270df8a2
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/357607
Reviewed-by: Jens Johansen <jensj@google.com>
Commit-Queue: Johnni Winther <johnniwinther@google.com>
2024-05-30 08:17:18 +00:00

30 lines
486 B
JSON

{
"comment:0": "This adds to the default libraries found in the platform.",
"vm": {
"include": [
{
"path": "extra_libraries.json",
"target": "_vm"
},
{
"target": "common"
}
],
"libraries": {
"test": {
"patches": [
"patch_lib.dart"
],
"uri": "origin_lib.dart"
}
}
},
"common": {
"libraries": {
"common": {
"uri": "common_lib.dart"
}
}
}
}