From ee4290e7b2c0c4e67909449cb9e187f6fd404c81 Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Sat, 12 Jun 2021 23:08:36 -0400 Subject: [PATCH] 3.2.0 --- deno/lib/playground.ts | 1 + src/playground.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/deno/lib/playground.ts b/deno/lib/playground.ts index 4b13f906b..f96b6e003 100644 --- a/deno/lib/playground.ts +++ b/deno/lib/playground.ts @@ -1,4 +1,5 @@ import { z } from "./index.ts"; + const run = async () => { z; }; diff --git a/src/playground.ts b/src/playground.ts index 71b311599..746f94e03 100644 --- a/src/playground.ts +++ b/src/playground.ts @@ -1,4 +1,5 @@ import { z } from "./index"; + const run = async () => { z; };