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
Consolidate FrontendServerDdcStrategyProvider and FrontendServerRequireStrategyProvider under a shared parent class. - [#2517](https://gith… (#2518)
* Consolidate and under a shared parent class. - [#2517](#2517)
* clean up lib/src/loaders/frontend_server_strategy_provider.dart
* updated copyright date, make T extend loadstrategy and define strategies as late
* code formatting
* combine load strategies into one file and make fields/methods private
* updated path to load strategy providers and added a throw statement when new module format (ddc library bundle) is requested
Copy file name to clipboardExpand all lines: dwds/CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
## 24.2.0-wip
2
2
3
+
- Consolidate `FrontendServerDdcStrategyProvider` and `FrontendServerRequireStrategyProvider` under a shared parent class. - [#2517](https://github.com/dart-lang/webdev/issues/2517)
0 commit comments