Files
sdk/pkg/front_end/test/patching/data/abstract_class/libraries.json
T
Johnni Winther 5f32f4d7b6 [cfe] Separate patch from regular libraries
+ handle them through the origin library.

This prepares for supporting multiple patch libraries for the same
library.

Change-Id: Ib4934fd2f2c7f743fa342dae86002ac72d57f9a3
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/222304
Reviewed-by: Chloe Stefantsova <cstefantsova@google.com>
2021-12-10 22:11:29 +00:00

13 lines
153 B
JSON

{
"none": {
"libraries": {
"test": {
"patches": [
"patch.dart"
],
"uri": "origin.dart"
}
}
}
}