Bump dartdoc to 03f48ee08eccdcf2e4cd06678501f07c182bebf5

This is the first commit that should be compatible with analyzer 10.0.0

Change-Id: I7db249d1d91f17416c81268306f70baf3a460d48
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/473820
Commit-Queue: Samuel Rawlins <srawlins@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
This commit is contained in:
Sam Rawlins
2026-01-21 06:03:53 -08:00
committed by Commit Queue
parent bb82e7b52d
commit 265144a74b
2 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -138,7 +138,7 @@ vars = {
# EOL comment after a dependency to instead pin at the current revision.
"ai_rev": "a3a196bf4773c7a7a9f93b6798232fb0d8220bc3",
"core_rev": "cbb485437c61d37753bcc98818beca54d5b38f69", # b/444274553
"dartdoc_rev": "6d1aa6f5045c33d3723aba05e3e0dc1403b763c0",
"dartdoc_rev": "03f48ee08eccdcf2e4cd06678501f07c182bebf5",
"ecosystem_rev": "eac66d93142907b39f2271647c111f36ff3365b9",
"flute_rev": "b84119fba67016a80c3eb80765762bcc4d0d0b8d",
"http_rev": "a22386e9c390290c916d1c53a3d3c1447ec120ce",
+1 -3
View File
@@ -111,9 +111,7 @@ For additional documentation generation options, see the 'dartdoc_options.yaml'
if (verbose) {
log.stdout('Using the following options: $options');
}
final packageConfigProvider = PhysicalPackageConfigProvider();
final packageBuilder = PubPackageBuilder(
config, pubPackageMetaProvider, packageConfigProvider);
final packageBuilder = PubPackageBuilder(config, pubPackageMetaProvider);
Dartdoc.fromContext(config, packageBuilder).executeGuarded();
return 0;
}