From e18e46a3b3f734d1c848b80a16d11810597b49f4 Mon Sep 17 00:00:00 2001 From: Gerald Date: Thu, 23 Jul 2020 12:09:20 +0800 Subject: fix(std/fs): remove unexisted imports (#6850) --- std/fs/test.ts | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 std/fs/test.ts (limited to 'std/fs/test.ts') diff --git a/std/fs/test.ts b/std/fs/test.ts new file mode 100644 index 000000000..57684a50e --- /dev/null +++ b/std/fs/test.ts @@ -0,0 +1,2 @@ +// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. +import "./mod.ts"; -- cgit v1.2.3