summaryrefslogtreecommitdiff
path: root/tests/testdata/compile/node_modules_symlink_outside/main.ts
blob: 45f681f7ca5f5e4090826a48cf6f9ab1f168a5d3 (plain)
1
2
3
4
5
6
import { getValue, setValue } from "npm:@denotest/esm-basic";

setValue(4);

console.log(getValue());
console.log(Deno.readTextFileSync("./node_modules/test.txt"));