Comment by jayu_dev
1 day 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 day 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 :)
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