clover caruso
clover caruso
odd note, this only appears when enabling sourcemaps
thank you node types are upstreamed in `@types/node`
when testing on my personal website (astro) it doesn't seem to work. lots of errors.  i tried to debug this myself but it's hard to navigate the obfuscated bundle,...
these tests are definitely regressions. its a panic from failing to create the job object
minimal reproduction ```ts const string = "A".repeat(1_000_000); const proc = Bun.spawn({ cmd: ["cat"], stdio: ["pipe", "pipe", "inherit"], }); for (let i = 0; i < 10; i += 1) {...
i dont think its a huge big deal, but right now yarn puts a warning for packages that use an unknonw engine. but this is the only package manager to...
yes but probably not right now. i think it would be cool if bun in the engines field could be used to force the `--bun` flag for clis
the solution for this issue should be to print `warn` when sourcemap loading fails. and then the second issue #11279 will be about actually fixing the invalid sourcemaps.
forgot to close when i added the warning. this now prints a warning when a sourcemap fails to load but was tried.
oh wow, a double crash. 1. first there is a bug in `bun install` causing it to crash. could be related to the vpn, but i doubt it. 2. second,...