Brian Kim
Brian Kim
Implemented in 0.6
I have settled on the name `shovel`. For now. I’ve got ESBuild and node vm’s working. The `develop` command is useable, now I need to do `static` and maybe call...
Thinking about possible entry file exports for the static command. Currently, I have: ```js export default { async staticPaths() { return [...paths]; }, }; ``` but I need to run...
@sdankel Can you try against 3.3.19? Sorry to hear you’re having trouble.
How do I fucking turn you off bro?
``` [array] [array.array] [] k: v ``` In this example, the second array scope seems to say that "array" is an object, but if we close the scope, should the...
> Watching isn't going to make it for 1.0. Implementing it would take a lot of work for a browser, so holding back 1.0 for watching would delay all other...
@mkruisselbrink An Observer-like API would be incredible! Although I always get a little antsy thinking about how all the DOM `Observer` APIs slightly vary. Like why does the FilesystemObserver’s `observe()`...