1 2 3 4 5 6 7
// deno-lint-ignore-file import chalk from "npm:chalk"; console.log("hello"); throw new Error("boom!");