summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/jsr/no_module_graph/multiple.ts
blob: 0df32b78008641b440207b44d4dce73e94e7e31b (plain)
1
2
3
4
5
import version1 from "jsr:@denotest/no_module_graph@0.1.0/mod.ts";
import version2 from "jsr:@denotest/no_module_graph@^0.2/mod.ts";

console.log(version1);
console.log(version2);