Bjorn Lu

Results 767 comments of Bjorn Lu

Interesting. Yeah since we had issues being confused of `hmr: false` not actually disabling websockets, I think it's worth considering a new `ws` option instead, or rename as `ws` and...

Yeah we actually have conflicting description with the docs and the template. I've also opened a discussion about that https://github.com/vitejs/vite/discussions/9276. I think we've not removed the restriction from the docs...

We likely have to migrate to express 5 together for this. I've done so in my templates, and the only breaking change I found was that `*` patterns now needs...

Closing this for now as the types are only used by the docs which showcases express v4 because it's still marked the latest tag.

Seems like a compiler issue, you can paste the frontmatter code in https://live-astro-compiler.vercel.app to observe the invalid output. ```js const $$stdin = $$createComponent(($$result, $$props, $$slots) => { // good //...

Sounds good to me if the implementation isn't too complex. Maybe it can be a new `--output junit` flag, and the current one can be `--output human` or something. Similar...

I have not started on that but that sounds like a good idea too. Feel free to work on the reporter abstraction first 👍