Files
sdk/pkg/front_end/testcases/dartdevc/factory_patch/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

14 lines
243 B
JSON

{
"dartdevc": {
"comment:0": "This adds to the default libraries found in the platform.",
"libraries": {
"test": {
"patches": [
"patch_lib.dart"
],
"uri": "origin_lib.dart"
}
}
}
}