From 33eea0400d6b72d84c8fe80d1fbf9f02723187fb Mon Sep 17 00:00:00 2001 From: Nayeem Rahman Date: Sun, 7 Mar 2021 20:40:11 +0000 Subject: fix(cli/ast): Pass importsNotUsedAsValues to swc (#9714) Fixes #9709 --- cli/tests/087_hello.ts | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 cli/tests/087_hello.ts (limited to 'cli/tests/087_hello.ts') diff --git a/cli/tests/087_hello.ts b/cli/tests/087_hello.ts new file mode 100644 index 000000000..1a9d8f114 --- /dev/null +++ b/cli/tests/087_hello.ts @@ -0,0 +1,2 @@ +export type SomeType = unknown; +console.log("Hello, world!"); -- cgit v1.2.3