blob: 71da3e1e9c0ef2c5ac88ccdd7aa51da018e22508 (
plain)
1
2
3
4
|
import "./001_hello.js";
// Note this file starts with special byte order mark <U+FEFF>
// it's important that this file is a .ts typescript file which is passed to
// deno through `--no-check` mode.
|