workers-sdk
workers-sdk copied to clipboard
feat: unstable_dev should work over remote mode
TODO:
- [ ] extract common parts out of remote.tsx
- [ ] rewrite the Remote component to be React-free
- [ ] see if it works, lol
Closes #1780
⚠️ No Changeset found
Latest commit: 91982e302b81c2a192cddc4b24c442190f086b0b
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
A wrangler prerelease is available for testing. You can install this latest build in your project with:
npm install --save-dev https://prerelease-registry.developers.workers.dev/runs/3081734597/npm-package-wrangler-1787
You can reference the automatically updated head of this PR with:
npm install --save-dev https://prerelease-registry.developers.workers.dev/prs/1787/npm-package-wrangler-1787
Or you can use npx with this latest build directly:
npx https://prerelease-registry.developers.workers.dev/runs/3081734597/npm-package-wrangler-1787 dev path/to/script.js
Codecov Report
Merging #1787 (bb4a00e) into main (adfc52d) will decrease coverage by
2.11%. The diff coverage isn/a.
:exclamation: Current head bb4a00e differs from pull request most recent head 91982e3. Consider uploading reports for the commit 91982e3 to get more accurate results
@@ Coverage Diff @@
## main #1787 +/- ##
==========================================
- Coverage 77.49% 75.38% -2.12%
==========================================
Files 105 97 -8
Lines 7473 7076 -397
Branches 1972 1849 -123
==========================================
- Hits 5791 5334 -457
- Misses 1682 1742 +60
| Impacted Files | Coverage Δ | |
|---|---|---|
| packages/wrangler/src/api/dev.ts | 57.89% <ø> (-11.34%) |
:arrow_down: |
| packages/wrangler/src/dev-registry.tsx | 14.28% <0.00%> (-58.01%) |
:arrow_down: |
| packages/wrangler/src/pages/errors.ts | 25.00% <0.00%> (-47.73%) |
:arrow_down: |
| packages/wrangler/src/cfetch/internal.ts | 6.61% <0.00%> (-40.45%) |
:arrow_down: |
| packages/wrangler/src/bundle.ts | 71.42% <0.00%> (-16.47%) |
:arrow_down: |
| packages/wrangler/src/proxy.ts | 5.43% <0.00%> (-13.05%) |
:arrow_down: |
| packages/wrangler/src/dialogs.tsx | 15.55% <0.00%> (-10.86%) |
:arrow_down: |
| packages/wrangler/src/dev/start-server.ts | 68.90% <0.00%> (-7.10%) |
:arrow_down: |
| packages/wrangler/src/pages/functions.tsx | 51.61% <0.00%> (-3.23%) |
:arrow_down: |
| ... and 26 more |