From 4f67f0cc6033983540ed51f1270fb420cac45487 Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Sat, 7 Nov 2020 06:53:37 +1100 Subject: =?UTF-8?q?fix(cli):=20properly=20handle=20type=20checking=20root?= =?UTF-8?q?=20modules=20with=20type=20defini=E2=80=A6=20(#8263)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cli/tests/module_graph/file_typesref.d.ts | 1 + cli/tests/module_graph/file_typesref.js | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 cli/tests/module_graph/file_typesref.d.ts create mode 100644 cli/tests/module_graph/file_typesref.js (limited to 'cli/tests/module_graph') diff --git a/cli/tests/module_graph/file_typesref.d.ts b/cli/tests/module_graph/file_typesref.d.ts new file mode 100644 index 000000000..8ae31dde3 --- /dev/null +++ b/cli/tests/module_graph/file_typesref.d.ts @@ -0,0 +1 @@ +export const a: "a"; diff --git a/cli/tests/module_graph/file_typesref.js b/cli/tests/module_graph/file_typesref.js new file mode 100644 index 000000000..79da24cae --- /dev/null +++ b/cli/tests/module_graph/file_typesref.js @@ -0,0 +1,3 @@ +/// + +export const a = "a"; -- cgit v1.2.3