← Back to context Comment by skybrian 1 day ago Any chance of supporting Deno? (Knip doesn't work with Deno as far as I know.) 3 comments skybrian Reply 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 :) skybrian 21 hours ago Imports are not the same; they usually need to be resolved using deno.json. jayu_dev 21 hours ago Oh didn't know that! I will take a look over the weekend
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 :) skybrian 21 hours ago Imports are not the same; they usually need to be resolved using deno.json. jayu_dev 21 hours ago Oh didn't know that! I will take a look over the weekend
skybrian 21 hours ago Imports are not the same; they usually need to be resolved using deno.json. jayu_dev 21 hours ago Oh didn't know that! I will take a look over the weekend
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