jbolda / covector

Transparent and flexible change management for publishing packages and assets.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

investigate using deno

jbolda opened this issue · comments

We should do some research to see what it would take to support deno. I presume we will need to complete #35 and possibly use rollup to "polyfill" some of the node libs.

We removed vfile in #234 which should make this more viable.

@jbolda Deno supports .js files, also now that there is dnt you can very easily transform a deno package into a node package complete with shimming.