From 5fc5e7b54a9fba421dfc473016625a4f592403ed Mon Sep 17 00:00:00 2001 From: Maayan Hanin Date: Tue, 4 Aug 2020 00:39:48 +0300 Subject: fix(cli): add support for non-UTF8 source files (#6789) Fixes: #5542 --- cli/tests/encoding/utf-8.ts | 1 + 1 file changed, 1 insertion(+) create mode 100644 cli/tests/encoding/utf-8.ts (limited to 'cli/tests/encoding/utf-8.ts') diff --git a/cli/tests/encoding/utf-8.ts b/cli/tests/encoding/utf-8.ts new file mode 100644 index 000000000..bf889aeb7 --- /dev/null +++ b/cli/tests/encoding/utf-8.ts @@ -0,0 +1 @@ +console.log("Hello World"); -- cgit v1.2.3