0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-01 09:24:20 -04:00
denoland-deno/cli/tests/testdata/run/byte_order_mark.ts

5 lines
203 B
TypeScript
Raw Normal View History

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.