From 6844caa9a552e3f8fd1f2139bdffdd090d48fe9a Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Wed, 28 Oct 2020 11:52:20 +1100 Subject: fix(cli): restore tripleslash lib refs support (#8157) Fixes #8147 --- cli/tests/tsc2/file_libref.ts | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 cli/tests/tsc2/file_libref.ts (limited to 'cli/tests/tsc2') diff --git a/cli/tests/tsc2/file_libref.ts b/cli/tests/tsc2/file_libref.ts new file mode 100644 index 000000000..8af5a83d0 --- /dev/null +++ b/cli/tests/tsc2/file_libref.ts @@ -0,0 +1,7 @@ +/// +/// +/// + +export const div = document.createElement("div"); +div.innerHTML = `Hello World!`; +console.log(Deno.args); -- cgit v1.2.3