Hacker News new | ask | show | jobs
by jayu_dev 114 days ago
I didn't test deno, but I guess it should work. Deno is just a runtime, imports/export are the same, compliant with JS specs.

But if it won't work feel free to open issue on GH :)

1 comments

Imports are not the same; they usually need to be resolved using deno.json.
Oh didn't know that! I will take a look over the weekend