Skip to content

Commit

Permalink
fix(std/fs): remove unexisted imports (denoland#6850)
Browse files Browse the repository at this point in the history
  • Loading branch information
gera2ld committed Jul 23, 2020
1 parent fd900cf commit e18e46a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions std/fs/mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ export * from "./exists.ts";
export * from "./expand_glob.ts";
export * from "./move.ts";
export * from "./copy.ts";
export * from "./read_file_str.ts";
export * from "./write_file_str.ts";
export * from "./read_json.ts";
export * from "./write_json.ts";
export * from "./walk.ts";
Expand Down
2 changes: 2 additions & 0 deletions std/fs/test.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
import "./mod.ts";

0 comments on commit e18e46a

Please sign in to comment.