Files
sdk/pkg/front_end/testcases/extensions/patch/libraries.json
T
Johnni Winther 5333f30e1e [cfe] Add introductory to SourceExtensionBuilder
Change-Id: I34966f96110b6101dbdf96571af12eba2b0e39d1
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/389460
Commit-Queue: Johnni Winther <johnniwinther@google.com>
Reviewed-by: Jens Johansen <jensj@google.com>
2024-10-10 12:09:20 +00:00

14 lines
237 B
JSON

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