From 6ad120e2b3d7c69fa09a38ee989a6782d6fb7373 Mon Sep 17 00:00:00 2001 From: nnmrts Date: Sun, 21 Nov 2021 19:33:30 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=8F=B7=EF=B8=8F=20add=20deprecated?= =?UTF-8?q?=20`imap`=20to=20options=20type?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/build_command_string.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/build_command_string.ts b/src/build_command_string.ts index 5aa0a27..40019ae 100644 --- a/src/build_command_string.ts +++ b/src/build_command_string.ts @@ -7,6 +7,7 @@ enum DenoOptions { cachedOnly = "cachedOnly", cert = "cert", importmap = "importmap", + imap = "imap", inspect = "inspect", inspectBrk = "inspectBrk", lock = "lock",