summaryrefslogtreecommitdiff
path: root/std/fs/mod.ts
diff options
context:
space:
mode:
authorCasper Beyer <caspervonb@pm.me>2020-09-08 01:12:24 +0800
committerGitHub <noreply@github.com>2020-09-07 19:12:24 +0200
commit334ed0e2f42f146b68aa996d26b1fe34f751fe3e (patch)
tree7cf4c8bb0f169f726f3f43d9d4275e58c857d943 /std/fs/mod.ts
parentd4b6b25def76f5891b953266692e2a98bc302c1c (diff)
BREAKING(std/fs): remove writeJson and writeJsonSync (#7256)
Diffstat (limited to 'std/fs/mod.ts')
-rw-r--r--std/fs/mod.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/std/fs/mod.ts b/std/fs/mod.ts
index 2e39146a9..9d361494f 100644
--- a/std/fs/mod.ts
+++ b/std/fs/mod.ts
@@ -8,6 +8,5 @@ export * from "./exists.ts";
export * from "./expand_glob.ts";
export * from "./move.ts";
export * from "./copy.ts";
-export * from "./write_json.ts";
export * from "./walk.ts";
export * from "./eol.ts";