clover caruso
clover caruso
was messing around with the state of things, mainly writing own framework code. my notes - [ ] assets crash - [ ] import {x as y} emits `ns.y` instead...
> why not [...] frameworks will likely be able to customize/implement the serialization and validation layer. while i haven't fully read the react rfcs and implementations, i think it a...
these are all up to the decision of the framework; the underlying api/bundler doesn't care.
css dev server related: - [x] all css errors point into invalid memory. solved temporarily by just not printing the css errors. not good quality imo - [x] an asset...
should not have been closed
i fixed this in https://bun.sh/blog/bun-v1.0.29#bunx-checks-for-updates-more-frequently
i got hit with a devious review comment when i had a diff with package.json changed to include a completely unpinned package. an single-command example: `bun i @clo/lib@npm:@paperclover/lib`
Console issue you are seeing is https://github.com/oven-sh/bun/issues/3625. It's a constructor that returns a console object that has stdout/stderr redirected
console.console is implemented in the next release that might fix vitest
the clerk basic example does not work in development mode either. trying to create a minimal reproduction for a bug we're facing with clerk/tanstack but this makes that harder.