deno/cli/tests/023_no_ext
Kitson Kelly 7e2c7fb6c5
refactor(cli): migrate run and cache to new infrastructure (#7996)
Co-authored-by: Ryan Dahl <ry@tinyclouds.org>
2020-10-23 11:50:15 +11:00

3 lines
68 B
Plaintext

import * as mod4 from "./subdir/mod4.js";
console.log(mod4.isMod4);