summaryrefslogtreecommitdiff
path: root/tests/specs/run/workspaces/nested_member/main.ts
blob: 2bf53f7c2c623bca3d8d47b3709ded100e1b4ef1 (plain)
1
2
3
4
import "./foo/mod.ts";
import chalk from "./foo/bar/hello.ts";

console.log(chalk);