workers-sdk
workers-sdk copied to clipboard
⛅️ Home to Wrangler, the CLI for Cloudflare Workers®
Fixes https://jira.cfdata.org/browse/DEVX-1953 --- - Tests - [ ] TODO (before merge) - [x] Tests included - [ ] Tests not necessary because: - Wrangler / Vite E2E Tests CI Job...
Fixes #000 --- - Tests - [ ] TODO (before merge) - [x] Tests included - [ ] Tests not necessary because: - Wrangler / Vite E2E Tests CI Job...
The open api template uses chafana, which relies on yargs-parser, which has a dependency on node.js 20.19.0 or later. Fixes #[insert GH or internal issue link(s)]. _Describe your change..._ ---...
Reverts cloudflare/workers-sdk#9570
Python Workers can now have vendored packages in a `vendor` dir. These packages can contain files which won't ordinarily be uploaded automatically, this PR fixes that. CC @hoodmane @danlapid ---...
### Describe the solution With Miniflare I can do the following to have a Worker with a Service Binding to another Worker on an arbitrary address: ```js import { Miniflare...
Fixes #[insert GH or internal issue link(s)]. _Describe your change..._ --- - Tests - [ ] TODO (before merge) - [ ] Tests included - [ ] Tests not necessary...
### What versions & operating system are you using? Wrangler 4.20.3, Mac OS 15.5 ### Please provide a link to a minimal reproduction _No response_ ### Describe the Bug I’m...
### What versions & operating system are you using? Wrangler v4.18.0, Node v20.18.2, Windows 11 ### Please provide a link to a minimal reproduction _No response_ ### Describe the Bug...
### Describe the solution I'm not sure where exactly the source of `worker-configuration.d.ts` types is - the `wrangler` package seems to get its types from `miniflare` but haven't dug into...