Unverified Commit 11854497 authored by Elliott Brooks's avatar Elliott Brooks Committed by GitHub

Update DWDS to `20.0.1` in `flutter_tools` (#132350)

- Updates DWDS from `19.0.2` to `20.0.1`
- Makes the required changes for the breaking changes to the `AssetReader` class
parent 36c40e49
......@@ -295,7 +295,6 @@ class WebAssetServer implements AssetReader {
server,
PackageUriMapper(packageConfig),
digestProvider,
server.basePath,
packageConfig.toPackageUri(
globals.fs.file(entrypoint).absolute.uri,
),
......@@ -347,6 +346,7 @@ class WebAssetServer implements AssetReader {
///
/// It should have no leading or trailing slashes.
@visibleForTesting
@override
String basePath;
// handle requests for JavaScript source, dart sources maps, or asset files.
......
......@@ -11,7 +11,7 @@ dependencies:
args: 2.4.2
browser_launcher: 1.1.1
dds: 2.9.4
dwds: 19.0.2
dwds: 20.0.1
completion: 1.0.1
coverage: 1.6.3
crypto: 3.0.3
......@@ -107,4 +107,4 @@ dartdoc:
# Exclude this package from the hosted API docs.
nodoc: true
# PUBSPEC CHECKSUM: 1a86
# PUBSPEC CHECKSUM: f97d
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment