0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-31 09:14:20 -04:00
denoland-deno/cli/tests/testdata/byte_order_mark.ts
Ryan Dahl 163f2ef571
fix: parse error when transpiling code with BOM (#11688)
Co-authored-by: David Sherret <dsherret@gmail.com>
2021-08-16 09:28:29 +02:00

4 lines
203 B
TypeScript

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.