auto-submit[bot] 1 year ago
parent 304314a867
commit 8553b75ff1

File diff suppressed because one or more lines are too long

@ -8,39 +8,6 @@
// or "pkg/analyzer/tool/generate_files" for the analyzer package IDL/sources.
/// Enum of declaration kinds in available files.
enum AvailableDeclarationKind : byte {
CLASS,
CLASS_TYPE_ALIAS,
CONSTRUCTOR,
ENUM,
ENUM_CONSTANT,
EXTENSION,
FIELD,
FUNCTION,
FUNCTION_TYPE_ALIAS,
GETTER,
METHOD,
MIXIN,
SETTER,
TYPE_ALIAS,
VARIABLE
}
/// Enum used to indicate the kind of an index relation.
enum IndexRelationKind : byte {
/// Left: class.
@ -308,106 +275,16 @@ table AnalysisDriverUnitIndex {
usedNames:[uint] (id: 14);
}
/// Information about a single declaration.
table AvailableDeclaration {
children:[AvailableDeclaration] (id: 0);
codeLength:uint (id: 1);
codeOffset:uint (id: 2);
defaultArgumentListString:string (id: 3);
defaultArgumentListTextRanges:[uint] (id: 4);
docComplete:string (id: 5);
docSummary:string (id: 6);
fieldMask:uint (id: 7);
isAbstract:bool (id: 8);
isConst:bool (id: 9);
isDeprecated:bool (id: 10);
isFinal:bool (id: 11);
isStatic:bool (id: 12);
/// The kind of the declaration.
kind:AvailableDeclarationKind (id: 13);
locationOffset:uint (id: 14);
locationStartColumn:uint (id: 15);
locationStartLine:uint (id: 16);
/// The first part of the declaration name, usually the only one, for example
/// the name of a class like `MyClass`, or a function like `myFunction`.
name:string (id: 17);
parameterNames:[string] (id: 18);
parameters:string (id: 19);
parameterTypes:[string] (id: 20);
/// The partial list of relevance tags. Not every declaration has one (for
/// example, function do not currently), and not every declaration has to
/// store one (for classes it can be computed when we know the library that
/// includes this file).
relevanceTags:[string] (id: 21);
requiredParameterCount:uint (id: 22);
returnType:string (id: 23);
typeParameters:string (id: 24);
}
/// Information about an available, even if not yet imported file.
table AvailableFile {
/// Declarations of the file.
declarations:[AvailableDeclaration] (id: 0);
/// The Dartdoc directives in the file.
directiveInfo:DirectiveInfo (id: 1);
directiveInfo:DirectiveInfo (id: 0);
/// Exports directives of the file.
exports:[AvailableFileExport] (id: 2);
/// Is `true` if this file is a library.
isLibrary:bool (id: 3);
/// Is `true` if this file is a library, and it is deprecated.
isLibraryDeprecated:bool (id: 4);
/// Offsets of the first character of each line in the source code.
lineStarts:[uint] (id: 5);
exports:[string] (id: 1);
/// URIs of `part` directives.
parts:[string] (id: 6);
}
/// Information about an export directive.
table AvailableFileExport {
/// Combinators contained in this export directive.
combinators:[AvailableFileExportCombinator] (id: 1);
/// URI of the exported library.
uri:string (id: 0);
}
/// Information about a `show` or `hide` combinator in an export directive.
table AvailableFileExportCombinator {
/// List of names which are hidden. Empty if this is a `show` combinator.
hides:[string] (id: 1);
/// List of names which are shown. Empty if this is a `hide` combinator.
shows:[string] (id: 0);
parts:[string] (id: 2);
}
/// Errors for a single unit.

File diff suppressed because one or more lines are too long

@ -11,6 +11,6 @@ _flutter.buildConfig = {"engineRevision":"cb4b5fff73850b2e42bd4de7cb9a4310a78ac4
_flutter.loader.load({
serviceWorkerSettings: {
serviceWorkerVersion: "1842572068"
serviceWorkerVersion: "3240849021"
}
});

@ -35,7 +35,7 @@ const RESOURCES = {"flutter.js": "4b2350e14c6650ba82871f60906437ea",
"icons/Icon-maskable-512.png": "301a7604d45b3e739efc881eb04896ea",
"favicon.png": "5dcef449791fa27946b3d35ad8803796",
"version.json": "42906adb43c8fac5e6348de24f5c28d0",
"flutter_bootstrap.js": "c3ecb4f2a441052146a58a7c2c691779"};
"flutter_bootstrap.js": "26b0dae38229d25ef36b8c0d6ed01b2f"};
// The application shell files that are downloaded before a service worker can
// start.
const CORE = ["main.dart.js",

@ -11,6 +11,6 @@ _flutter.buildConfig = {"engineRevision":"cb4b5fff73850b2e42bd4de7cb9a4310a78ac4
_flutter.loader.load({
serviceWorkerSettings: {
serviceWorkerVersion: "2375442543"
serviceWorkerVersion: "585179318"
}
});

@ -32,7 +32,7 @@ const RESOURCES = {"flutter.js": "4b2350e14c6650ba82871f60906437ea",
"icons/Icon-maskable-512.png": "301a7604d45b3e739efc881eb04896ea",
"favicon.png": "5dcef449791fa27946b3d35ad8803796",
"version.json": "08c8c94a1f10fbdfa4e8389d31bd1ed8",
"flutter_bootstrap.js": "f2fd4dafde16f026afce447d6aec3ca3"};
"flutter_bootstrap.js": "7c9f0944983c8874d5cd36da840dfe62"};
// The application shell files that are downloaded before a service worker can
// start.
const CORE = ["main.dart.js",

@ -11,6 +11,6 @@ _flutter.buildConfig = {"engineRevision":"cb4b5fff73850b2e42bd4de7cb9a4310a78ac4
_flutter.loader.load({
serviceWorkerSettings: {
serviceWorkerVersion: "2483489881"
serviceWorkerVersion: "2616760469"
}
});

@ -77,7 +77,7 @@ const RESOURCES = {"flutter.js": "4b2350e14c6650ba82871f60906437ea",
"icons/Icon-maskable-512.png": "301a7604d45b3e739efc881eb04896ea",
"favicon.png": "5dcef449791fa27946b3d35ad8803796",
"version.json": "4af817f8de4133edacca0908f16858d5",
"flutter_bootstrap.js": "739f31b3751c2d87d36dfa5674293551"};
"flutter_bootstrap.js": "b0974c61182a17e8e0860baebffb6944"};
// The application shell files that are downloaded before a service worker can
// start.
const CORE = ["main.dart.js",

@ -11,6 +11,6 @@ _flutter.buildConfig = {"engineRevision":"cb4b5fff73850b2e42bd4de7cb9a4310a78ac4
_flutter.loader.load({
serviceWorkerSettings: {
serviceWorkerVersion: "845975687"
serviceWorkerVersion: "1153289821"
}
});

@ -32,7 +32,7 @@ const RESOURCES = {"flutter.js": "4b2350e14c6650ba82871f60906437ea",
"icons/Icon-maskable-512.png": "301a7604d45b3e739efc881eb04896ea",
"favicon.png": "5dcef449791fa27946b3d35ad8803796",
"version.json": "f18d220f770434409d5d68bddf9bd1af",
"flutter_bootstrap.js": "f15981513f5b338006a344ed0e77dfa8"};
"flutter_bootstrap.js": "60d8813c09dd0f4a889332a98a020393"};
// The application shell files that are downloaded before a service worker can
// start.
const CORE = ["main.dart.js",

@ -11,6 +11,6 @@ _flutter.buildConfig = {"engineRevision":"cb4b5fff73850b2e42bd4de7cb9a4310a78ac4
_flutter.loader.load({
serviceWorkerSettings: {
serviceWorkerVersion: "1857000747"
serviceWorkerVersion: "2355658148"
}
});

@ -32,7 +32,7 @@ const RESOURCES = {"flutter.js": "4b2350e14c6650ba82871f60906437ea",
"icons/Icon-maskable-512.png": "301a7604d45b3e739efc881eb04896ea",
"favicon.png": "5dcef449791fa27946b3d35ad8803796",
"version.json": "9c336dc978923faadf6aa0ad75d0ea12",
"flutter_bootstrap.js": "f35814d7b0f8fc72b1d7f856a6b7e1c0"};
"flutter_bootstrap.js": "c34a45997158ed5fbb0552d1c18b48b9"};
// The application shell files that are downloaded before a service worker can
// start.
const CORE = ["main.dart.js",

@ -11,6 +11,6 @@ _flutter.buildConfig = {"engineRevision":"cb4b5fff73850b2e42bd4de7cb9a4310a78ac4
_flutter.loader.load({
serviceWorkerSettings: {
serviceWorkerVersion: "4004094012"
serviceWorkerVersion: "2644387632"
}
});

@ -36,7 +36,7 @@ const RESOURCES = {"flutter.js": "4b2350e14c6650ba82871f60906437ea",
"icons/Icon-maskable-512.png": "301a7604d45b3e739efc881eb04896ea",
"favicon.png": "5dcef449791fa27946b3d35ad8803796",
"version.json": "d8b1411a8d58c36c6abe2f9380d1c88d",
"flutter_bootstrap.js": "99f0b5ec677a0ede570c2832a3ac3b8f"};
"flutter_bootstrap.js": "5d6f24a06c33c2fc1eeb6ea8f877bb27"};
// The application shell files that are downloaded before a service worker can
// start.
const CORE = ["main.dart.js",

@ -11,6 +11,6 @@ _flutter.buildConfig = {"engineRevision":"cb4b5fff73850b2e42bd4de7cb9a4310a78ac4
_flutter.loader.load({
serviceWorkerSettings: {
serviceWorkerVersion: "2132087731"
serviceWorkerVersion: "3143061230"
}
});

@ -32,7 +32,7 @@ const RESOURCES = {"flutter.js": "4b2350e14c6650ba82871f60906437ea",
"icons/Icon-maskable-512.png": "301a7604d45b3e739efc881eb04896ea",
"favicon.png": "5dcef449791fa27946b3d35ad8803796",
"version.json": "c877dd821e537c427c816dfd698efafd",
"flutter_bootstrap.js": "0b92592bf74ad73858d13e831f51c5de"};
"flutter_bootstrap.js": "707c70dbbe0040fbfeba4bbf0cbeedaf"};
// The application shell files that are downloaded before a service worker can
// start.
const CORE = ["main.dart.js",

@ -11,6 +11,6 @@ _flutter.buildConfig = {"engineRevision":"cb4b5fff73850b2e42bd4de7cb9a4310a78ac4
_flutter.loader.load({
serviceWorkerSettings: {
serviceWorkerVersion: "1168634391"
serviceWorkerVersion: "1931692576"
}
});

@ -32,7 +32,7 @@ const RESOURCES = {"flutter.js": "4b2350e14c6650ba82871f60906437ea",
"icons/Icon-maskable-512.png": "301a7604d45b3e739efc881eb04896ea",
"favicon.png": "5dcef449791fa27946b3d35ad8803796",
"version.json": "5f28b101a23cda222084598333ffdc2e",
"flutter_bootstrap.js": "265ddc044ea8dc33d2774f2d3774737a"};
"flutter_bootstrap.js": "d71696f138fd8847bd5fc2a3b2e32233"};
// The application shell files that are downloaded before a service worker can
// start.
const CORE = ["main.dart.js",

@ -11,6 +11,6 @@ _flutter.buildConfig = {"engineRevision":"cb4b5fff73850b2e42bd4de7cb9a4310a78ac4
_flutter.loader.load({
serviceWorkerSettings: {
serviceWorkerVersion: "3693945494"
serviceWorkerVersion: "3835206412"
}
});

@ -30,7 +30,7 @@ const RESOURCES = {"flutter.js": "4b2350e14c6650ba82871f60906437ea",
"icons/Icon-192.png": "ac9a721a12bbc803b44f645561ecb1e1",
"icons/Icon-512.png": "96e752610906ba2a93c65f8abe1645f1",
"version.json": "ec6a4d1e9d6a65953ce1a6b4ea1041ee",
"flutter_bootstrap.js": "fc802a1eb82ce6e021ea94c88f9b94eb"};
"flutter_bootstrap.js": "237f2e5c418dfcc995b62b69a63cb02c"};
// The application shell files that are downloaded before a service worker can
// start.
const CORE = ["main.dart.js",

Loading…
Cancel
Save