Hacker News new | ask | show | jobs
by skybrian 107 days ago
Any chance of supporting Deno? (Knip doesn't work with Deno as far as I know.)
1 comments

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