1 2 3 4 5 6 7
import { throwsError } from "../subdir/mod1.ts"; function foo() { throwsError(); } foo();