Jason Miller

Results 153 issues of Jason Miller

Hi there, We've started getting issues opened against Microbundle from CRL users, but it's hard to help people when they're using an undocumented fork of the codebase - I don't...

This implements ` {}}>`. When onBeforeRoute returns a Promise for a given URL transition, that Promise is thrown from within the incoming route to simulate a Suspense-based paused transition. This...

enhancement
discussion
lib

It looks like Netlify automatically redirects to URLs with trailing slashes (go to `wmr.dev/docs`, then reload). I'm not sure if there's a way to turn that off on the Netlify...

This adds support for `wmr.config.js`, and uses it in the demo app to demonstrate an SSR middleware. ToDo: - [x] have the SSR plugin use the same `prerender()` export we...

DRAFT

The implementation here is super ridiculous, I know. I tried all of the `d.ts` bundlers I could find, and none of them were able to handle ambient declarations within types...

infra

I decided to give ESBuild a try. It doesn't support transpiling to ES5 yet, so it's not going to work for the `foo.legacy.js` output files being generated in this PR....

DRAFT
performance