summaryrefslogtreecommitdiff
path: root/tests/testdata/npm/dynamic_import_reload_same_package/other.ts
blob: 28e3da14ffb01fb7d09939c849384a98f2e87570 (plain)
1
2
3
import chalk from "npm:chalk@5";

console.log(chalk.green("Ran other."));