Skip to content

Commit 2985676

Browse files
committed
Expose FrontendServerDdcLibraryBundleStrategyProvider and publish 24.2.1
1 parent b685bb5 commit 2985676

File tree

5 files changed

+401
-696
lines changed

5 files changed

+401
-696
lines changed

dwds/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
## 24.2.1-wip
1+
## 24.2.1
22

33
- Update to be forward compatible with changes to `package:shelf_web_socket`.
4+
- Expose a partial implementation of
5+
`FrontendServerDdcLibraryBundleStrategyProvider`.
46

57
## 24.2.0
68

dwds/lib/dwds.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export 'src/loaders/build_runner_require.dart'
2222
export 'src/loaders/ddc.dart' show DdcStrategy;
2323
export 'src/loaders/frontend_server_strategy_provider.dart'
2424
show
25+
FrontendServerDdcLibraryBundleStrategyProvider,
2526
FrontendServerDdcStrategyProvider,
2627
FrontendServerRequireStrategyProvider;
2728
export 'src/loaders/require.dart' show RequireStrategy;

0 commit comments

Comments
 (0)