deno-rollup
deno-rollup copied to clipboard
Possible fix of rollup-plugin-deno-resolver plugin compatibility issue with deno 1.22 which has Deno.emit() removed.
Possible fix of rollup-plugin-deno-resolver plugin compatibility issue with deno 1.22 which has Deno.emit() removed.
Since deno 1.22 been released, rollup-plugin-deno-resolver plugin complains that Deno.emit() api does not exists anymore.
I am not experienced with TypeScript / deno api but I hope you can find some time to check this pull request, because my Django app depends on it.