Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial --experimental-local implementation using Miniflare 3 #1894

Merged
merged 10 commits into from Sep 27, 2022

Commits on Sep 20, 2022

  1. Configuration menu
    Copy the full SHA
    f0e04aa View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. Configuration menu
    Copy the full SHA
    3062d73 View commit details
    Browse the repository at this point in the history
  2. Update packages/wrangler/src/dev.tsx

    Co-authored-by: Somhairle MacLe貌id <samuel@macleod.space>
    mrbbot and penalosa committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    e368006 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f037384 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. Configuration menu
    Copy the full SHA
    87765bb View commit details
    Browse the repository at this point in the history
  2. Stub caches implementation when using --experimental-local

    `workerd` currently throws on any use of the Cache API. Workers Sites
    requires the Cache API to function though, so stub it out to no-ops,
    like in regular `wrangler dev`.
    mrbbot committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    daee6ae View commit details
    Browse the repository at this point in the history
  3. Ignore errors when cleaning up experimental local ref

    These should've been caught/logged earlier.
    mrbbot committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    6de8c09 View commit details
    Browse the repository at this point in the history
  4. Add changeset

    mrbbot committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    869c999 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'main' into miniflare3-experimental-local

    # Conflicts:
    #	package-lock.json
    #	packages/wrangler/package.json
    #	packages/wrangler/src/dev/local.tsx
    #	packages/wrangler/src/publish.ts
    mrbbot committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    b6fbe35 View commit details
    Browse the repository at this point in the history
  6. Fix type errors

    mrbbot committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    cd9ef56 View commit details
    Browse the repository at this point in the history