|
|
|
|
|
by ofriw
482 days ago
|
|
A few things which are not a big deal, but do require some work: - Back when we started, only Deno had the ability to compile to a single exec - We're using deno's module resolution which is superior in every way (with an ESBuild plugin) - Deno's filesystem API All of the above can be implemented for other runtimes, and it's definitely on our roadmap |
|