Sync main platform support into 2026 RC#293
Merged
Merged
Conversation
Restore web/WASM-safe default exports for pub.dev/pana scoring and prepare mcp_dart 2.2.2 release.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
mainplatform-support fix into thedev/2026-07-28-rcline via a reviewable sync PR2.3.0-dev.1) while adding an Unreleased note that the RC line inherited the stable2.2.2web/WASM-safe default export pathStreamableMcpServerstub for RC-only API shape (enableJsonResponse,boundPort) so PR Track MCP 2026-07-28 RC integration #281 can analyze cleanly after the syncWhy
PR #281 currently conflicts with
mainand still has the olddart.library.js_interopconditional export pattern. Syncingmaininto the RC branch brings in the package-side pana/pub.dev WASM scoring workaround from #292/#293 without changing the RC versioning.Verification
dart format --output=none --set-exit-if-changed <changed dart files>dart analyze lib test/conformance test/interop/test_dart_server.dart test/interop/ts_client_with_dart_server_test.dart test/server/streamable_mcp_server_test.dart test/shared/transport_api_compatibility_test.dart test/module_exports_test.dartdart testdart analyzedart compile wasm bin/main.dart -o build/main.wasmpana 0.23.13 /tmp/mcp-dart-dev-sync-281160/160is:wasm-readydart pub publish --dry-runPackage has 0 warnings.Follow-up
After this merges into
dev/2026-07-28-rc, PR #281 should pick up the conflict resolution and the RC branch should retain the fixed web/default export path.