feat(flow-client): switch the live client bootstrap from GWT to TypeScript - #24953
Open
totally-not-ai[bot] wants to merge 6 commits into
Open
feat(flow-client): switch the live client bootstrap from GWT to TypeScript#24953totally-not-ai[bot] wants to merge 6 commits into
totally-not-ai[bot] wants to merge 6 commits into
Conversation
Contributor
Author
Review — GWT→TS bootstrap cutoverThe
Clean, minimal, and correct. LGTM. The new comment accurately documents the entry-point flow. |
…cript FlowClient.init() -- imported and called by Flow.ts -- is generated by scripts/client.js. Change the generator to emit the TypeScript bootstrap (onModuleLoad from Bootstrapper) instead of wrapping the compiled GWT engine blob, making the TypeScript engine the live client. The GWT compile output is no longer read. The full mocha suite, including FlowTests (which exercises the bootstrap), passes against the TypeScript client. The GWT sources and build wiring are removed in the follow-up PR.
totally-not-ai
Bot
force-pushed
the
flow-client-ts-cutover
branch
from
July 8, 2026 17:01
950e2a9 to
fc90354
Compare
totally-not-ai
Bot
force-pushed
the
flow-client-ts-engine
branch
from
July 8, 2026 17:01
fbfbe84 to
760dd0a
Compare
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
Flips the client over to TypeScript.
FlowClient.init()(imported and called byFlow.ts) is generated byscripts/client.js; this changes the generator to emit the TypeScript bootstrap (onModuleLoadfromBootstrapper) instead of wrapping the compiled GWT engine blob. The TypeScript engine is now the live client.The full mocha suite (87 files, 497 tests) — including
FlowTests, which exercises the bootstrap — passes against the TypeScript client. The GWT sources and build wiring are removed in the next PR.Stacked on #24952 (base
flow-client-ts-engine) — merge after it. Non-draft; please review before merging.