You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added method findPackageConfigFilePath to find the package_config.json file (#2587)
* added findPackageConfigFilePath to find the package_config.json file
* updated Changelog
* updated strategy providers to allow clients to specify package config path
* added util method for webdev to compute package config path and pass it to the load strategy
* updated docstring
* revert changes to webdev
* Set DWDS version to 24.3.5 to prepare for release
Copy file name to clipboardExpand all lines: dwds/CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,6 @@
1
+
## 24.3.5
2
+
- Allow clients to specify the `packageConfigPath` in `LoadStrategy` class and associated providers.
3
+
1
4
## 24.3.4
2
5
3
6
- Added support for some debugging APIs with the DDC library bundle format. - [#2566](https://github.com/dart-lang/webdev/issues/2566), [#2573](https://github.com/dart-lang/webdev/issues/2573)
0 commit comments