Files
sdk/pkg/front_end/testcases/general/patching/libraries.json
T
Johnni Winther b9348c7216 [cfe] Handle patches as parts
Change-Id: I50a965b8061572af8a5e408b037648b1f7ff2e0b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/413201
Reviewed-by: Chloe Stefantsova <cstefantsova@google.com>
Commit-Queue: Johnni Winther <johnniwinther@google.com>
2025-03-04 01:41:05 -08: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"
}
}
}
}