Index: pkg/analyzer/lib/src/summary/format.fbs |
diff --git a/pkg/analyzer/lib/src/summary/format.fbs b/pkg/analyzer/lib/src/summary/format.fbs |
index 329fe6b6615b3d51dda6f5a2bed11234fb6a6dd2..14497436980a5c9bb87ed2db79434eb475c6bb85 100644 |
--- a/pkg/analyzer/lib/src/summary/format.fbs |
+++ b/pkg/analyzer/lib/src/summary/format.fbs |
@@ -1181,6 +1181,13 @@ table LinkedUnit { |
*/ |
table PackageBundle { |
/** |
+ * MD5 hash of the non-informative fields of the [PackageBundle] (not |
+ * including this one). This can be used to identify when the API of a |
+ * package may have changed. |
+ */ |
+ apiSignature:string (id: 7); |
+ |
+ /** |
* Linked libraries. |
*/ |
linkedLibraries:[LinkedLibrary] (id: 0); |