Richard Carson
Richard Carson
Apologies, a fix in 0.12.0 was designed to address this On 0.12 you still see it?
Ok I will investigate
Fixed in master, will leave this open this the next version publishes. You can now just import "fs" instead of node:fs for builtins
Fixed in release 0.12.0
Can you show me an example of what you mean?
> I mean like this: > > On Rust items: > https://rustwasm.github.io/wasm-bindgen/reference/attributes/on-rust-exports/constructor.html > > On JS items: > https://rustwasm.github.io/wasm-bindgen/reference/attributes/on-js-imports/constructor.html > > This would make interop much easier :) > >...
Looking to implement this soon Can I get more examples of how you picture this being used?
Unfortunately this is just not how Deno was designed - I must follow their engine's rules for now!
The reason this occurs is because of the way deno_core specified the dependency on their end, Effectively both versions fit their requirements so sometimes the wrong one gets selected
Fixed in release 0.12.0