clover caruso

Results 232 comments of clover caruso

cannot merge because of failing test case. feature works for simpler cases but this may not ship with this memory corruption

can you add a test to ensure bun.file("anything.css") actually returns the intended mimetype

jarred reviews prs randomly. sorry the other was merged first. the diff is identical

it is not documented yet but `bun exec` serves this purpose.

that generated relative path is yikes. i can reproduce

`const prefixed_filename = "\\\\?\\" + path.resolve(filename);` is a simplified version of toNamespacedPath i think once the path pr merges it might be worthwhile to use that api internally for all...

interesting. i thought i fixed this already. i guess not

i wonder if proxies in console.log should just not call the get and other handlers. node.js takes this approach. realizing now i feel like calling these getter functions may have...

> be able to tell apart proxies from ordinary objects. We can detect this, and in (the pr that makes windows process.env work) i made a change to print proxies...

i think we should revert the `__esModule` thing for the runtime as it is a step that Node.js explicitly does not do, and due to that, most of the babel...