top | item 28609200

(no title)

acdibble | 4 years 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

discuss

order

wayneftw|4 years ago

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.