Skip to content

Commit

Permalink
deploy: c33edaf
Browse files Browse the repository at this point in the history
  • Loading branch information
domesticmouse committed Jan 20, 2025
1 parent e20128c commit d9a2df8
Show file tree
Hide file tree
Showing 39 changed files with 69,971 additions and 69,870 deletions.
2 changes: 1 addition & 1 deletion .dart_tool/package_config.json

Large diffs are not rendered by default.

27 changes: 3 additions & 24 deletions packages/analyzer/src/summary/format.fbs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ enum IndexRelationKind : byte {
IS_WRITTEN_BY
}

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

/// The name of the class.
/// It is an index into [AnalysisDriverUnitError.strings] list.
/// It is an index into [AnalysisDriverUnitIndex.strings] list.
name:uint (id: 0);
}

Expand Down Expand Up @@ -275,18 +275,6 @@ table AnalysisDriverUnitIndex {
usedNames:[uint] (id: 14);
}

/// Information about an available, even if not yet imported file.
table AvailableFile {
/// The Dartdoc directives in the file.
directiveInfo:DirectiveInfo (id: 0);

/// Exports directives of the file.
exports:[string] (id: 1);

/// URIs of `part` directives.
parts:[string] (id: 2);
}

/// Errors for a single unit.
table CiderUnitErrors {
errors:[AnalysisDriverUnitError] (id: 0);
Expand All @@ -310,15 +298,6 @@ table DiagnosticMessage {
url:string (id: 4);
}

/// Information about the Dartdoc directives in an [AvailableFile].
table DirectiveInfo {
/// The names of the defined templates.
templateNames:[string] (id: 0);

/// The values of the defined templates.
templateValues:[string] (id: 1);
}

root_type AnalysisDriverResolvedUnit;

file_identifier "ADRU";
2 changes: 1 addition & 1 deletion styles.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion web/animations/.last_build_id
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8709deb7242c0c703cfa5d7d7b5e7122
0789b6fabc33dcb991fbe64b8cb759b6
4 changes: 2 additions & 2 deletions web/animations/flutter_bootstrap.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions web/animations/flutter_service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ const RESOURCES = {"icons/Icon-maskable-192.png": "c457ef57daa1d16f64b27b786ec2e
"/": "a61587daf8cc5b6f39cdc8496aa8b718",
"flutter.js": "4b2350e14c6650ba82871f60906437ea",
"favicon.png": "5dcef449791fa27946b3d35ad8803796",
"flutter_bootstrap.js": "6ca3e18cd71bc1d6ff0c0ae2b8da0499",
"main.dart.js": "707c1307924c23a7bb26387fe950e366"};
"flutter_bootstrap.js": "38939327bd0e2fd8282d185622811695",
"main.dart.js": "18beb5cd3e04d2c76cc763ba8c40db16"};
// The application shell files that are downloaded before a service worker can
// start.
const CORE = ["main.dart.js",
Expand Down
Loading

0 comments on commit d9a2df8

Please sign in to comment.