Hacker News new | ask | show | jobs
by acdibble 1727 days ago
Deno linter: https://deno.land/manual/tools/linter

Deno format: https://deno.land/manual/tools/formatter

Deno bundle: https://deno.land/manual/tools/bundler

Not sure about polyfilling, but it might leverage TSC for that?

Added bonus is Deno compile, for creating standalone executables: https://deno.land/manual/tools/compiler

1 comments

All of those packages are for running things in Deno or creating modules that will run in Deno.

Rome is for building frontend packages and apps.