-
Notifications
You must be signed in to change notification settings - Fork 378
Migrate to capnp-es #3927
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate to capnp-es #3927
Conversation
015d807
to
f75c3c8
Compare
The generated output of |
We need to update node and types/node on EW as well |
@anonrig what's the process for that? |
Opening a branch on EW with the same branch name as this one, updating workerd git hash, and updating node and types/node. Once that build passes you can rerun the internal-build github action which will pick up your branches changes rather than an automated branch. Once this Pr lands you can land the EW change. |
Continuation of cloudflare/workers-sdk#7788, fixes https://jira.cfdata.org/browse/DEVX-1599. This migrates the type generation system in
workerd
to usecapnp-es
. Notably, this should have no changes to the actually generated types, which should give us confidence that this is working as expected.