Skip to content

Commit d9a2df8

Browse files
committed
deploy: c33edaf
1 parent e20128c commit d9a2df8

39 files changed

+69971
-69870
lines changed

.dart_tool/package_config.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

packages/analyzer/src/summary/format.fbs

Lines changed: 3 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ enum IndexRelationKind : byte {
7373
IS_WRITTEN_BY
7474
}
7575

76-
/// When we need to reference a synthetic element in [PackageIndex] we use a
76+
/// When we need to reference a synthetic element in PackageIndex we use a
7777
/// value of this enum to specify which kind of the synthetic element we
7878
/// actually reference.
7979
enum IndexSyntheticElementKind : byte {
@@ -147,12 +147,12 @@ table AnalysisDriverResolvedUnit {
147147
/// Information about a subtype of one or more classes.
148148
table AnalysisDriverSubtype {
149149
/// The names of defined instance members.
150-
/// They are indexes into [AnalysisDriverUnitError.strings] list.
150+
/// They are indexes into [AnalysisDriverUnitIndex.strings] list.
151151
/// The list is sorted in ascending order.
152152
members:[uint] (id: 1);
153153

154154
/// The name of the class.
155-
/// It is an index into [AnalysisDriverUnitError.strings] list.
155+
/// It is an index into [AnalysisDriverUnitIndex.strings] list.
156156
name:uint (id: 0);
157157
}
158158

@@ -275,18 +275,6 @@ table AnalysisDriverUnitIndex {
275275
usedNames:[uint] (id: 14);
276276
}
277277

278-
/// Information about an available, even if not yet imported file.
279-
table AvailableFile {
280-
/// The Dartdoc directives in the file.
281-
directiveInfo:DirectiveInfo (id: 0);
282-
283-
/// Exports directives of the file.
284-
exports:[string] (id: 1);
285-
286-
/// URIs of `part` directives.
287-
parts:[string] (id: 2);
288-
}
289-
290278
/// Errors for a single unit.
291279
table CiderUnitErrors {
292280
errors:[AnalysisDriverUnitError] (id: 0);
@@ -310,15 +298,6 @@ table DiagnosticMessage {
310298
url:string (id: 4);
311299
}
312300

313-
/// Information about the Dartdoc directives in an [AvailableFile].
314-
table DirectiveInfo {
315-
/// The names of the defined templates.
316-
templateNames:[string] (id: 0);
317-
318-
/// The values of the defined templates.
319-
templateValues:[string] (id: 1);
320-
}
321-
322301
root_type AnalysisDriverResolvedUnit;
323302

324303
file_identifier "ADRU";

styles.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/animations/.last_build_id

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8709deb7242c0c703cfa5d7d7b5e7122
1+
0789b6fabc33dcb991fbe64b8cb759b6

web/animations/flutter_bootstrap.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/animations/flutter_service_worker.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ const RESOURCES = {"icons/Icon-maskable-192.png": "c457ef57daa1d16f64b27b786ec2e
3434
"/": "a61587daf8cc5b6f39cdc8496aa8b718",
3535
"flutter.js": "4b2350e14c6650ba82871f60906437ea",
3636
"favicon.png": "5dcef449791fa27946b3d35ad8803796",
37-
"flutter_bootstrap.js": "6ca3e18cd71bc1d6ff0c0ae2b8da0499",
38-
"main.dart.js": "707c1307924c23a7bb26387fe950e366"};
37+
"flutter_bootstrap.js": "38939327bd0e2fd8282d185622811695",
38+
"main.dart.js": "18beb5cd3e04d2c76cc763ba8c40db16"};
3939
// The application shell files that are downloaded before a service worker can
4040
// start.
4141
const CORE = ["main.dart.js",

0 commit comments

Comments
 (0)