Cameron Robey
Cameron Robey
Potentially can have a rethink in the future once we know more clearly the repl story with the open source runtime.
@mrbbot - your eyes would be appreciated :)
Decided this is blocked until we know the exact specifics of implementation with the open source runtime. Until then, users can use this feature directly from miniflare - documentation here:...
Closing this as the repl story with the open source runtime is very unclear.
I think we can now close this with: - https://github.com/cloudflare/cloudflare-docs/pull/5150 Thanks @KianNH !
`devSession.on("reload", (reloadEvent) => handleReloadEvent(reloadEvent));` Having something like this would be really useful for implementing live reloads, https://github.com/cloudflare/wrangler2/issues/1167. The current implementation in miniflare does this in a similar way - [live...
Going to wait until open source runtime implemented https://github.com/cloudflare/wrangler2/issues/1637
This is due to the way we handle the two types of worker formats. Currently we "guess" which type of worker we have - and if we find exports we...
Should probably write a`CONTRIBUTING.MD` file similar to https://github.com/cloudflare/wrangler2/blob/main/CONTRIBUTING.md
Is there anything I can help with on this? Otherwise is this good to merge?