Luca Casonato
Luca Casonato
For those unaware: module blocks == https://github.com/tc39/proposal-js-module-blocks. @surma would this be of interest to you?
> Is this something specific to Web Assembly, or does it extend to other formats? I have not come up with any other good formats this would be useful for....
I think we should clarify that this changes not how imported assets are evaluated (parsed), but rather how that parsed asset is translated into bindings exported from a module. Parsing...
I agree with @sebmarkbage's thoughts here. How would get an asset reference for a WASM module? Something like the below seems very strange to me. ```js import module from "./foo.wasm"...
Guy and me discussed this in private. Here is my take: - Split "asset load" and "evaluate" into two separate host functions, each being idempotent. - "asset load" takes a...
GitHub Action deployment mode does not support reading `deno.json` yet, which is necessary for automatic JSX, because of the `compilerOptions` in the config file.
I agree. I'll look into adding Algolia DocSearch
Can you add a test?
Thanks @psimk. I did some dependency updates and such yesterday that may have broken the dev flow in the fresh repo for a couple hours. I think it should all...
"With your current configuration, Renovate will create 71 Pull Requests:"