summaryrefslogtreecommitdiff
path: root/tests/testdata/run/byte_order_mark.ts
blob: 40eb23c1d09bac7554f9ae0e1a3e546bc6488410 (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.