cloudflare / workers-types

TypeScript type definitions for authoring Cloudflare Workers.
BSD 3-Clause "New" or "Revised" License
359 stars 89 forks source link

Move overrides to `workerd` C++ source code #304

Closed mrbbot closed 1 year ago

mrbbot commented 1 year ago

Once cloudflare/workerd#113 is merged, we'll want to move overrides in this repository over to workerd. Rather than defining these in TypeScript files, we'll define them in JSG_* macros in the C++ code. This will ensure authors of workerd are aware of the TypeScript types, and hopefully keep workers-types more in sync with the runtime in the future.

mrbbot commented 1 year ago

https://github.com/cloudflare/workerd/pull/133