deno/cli/tests/testdata/module_graph/file_tests-a.mjs

3 lines
46 B
JavaScript

import * as b from "./b.ts";
console.log(b);