From 0cbf9bdbbd5ce4f6b603671bb63c5a136cf523b7 Mon Sep 17 00:00:00 2001 From: Rob Palmer Date: Mon, 24 Aug 2020 17:37:30 +0100 Subject: Fix incorrect comment on useDefineForClassFields (#6386) --- cli/dts/lib.deno.unstable.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/dts/lib.deno.unstable.d.ts b/cli/dts/lib.deno.unstable.d.ts index 4bb449116..14079f300 100644 --- a/cli/dts/lib.deno.unstable.d.ts +++ b/cli/dts/lib.deno.unstable.d.ts @@ -283,7 +283,7 @@ declare namespace Deno { * symbols). Defaults to `false`. */ keyofStringsOnly?: string; /** Emit class fields with ECMAScript-standard semantics. Defaults to `false`. - * Does not apply to `"esnext"` target. */ + */ useDefineForClassFields?: boolean; /** List of library files to be included in the compilation. If omitted, * then the Deno main runtime libs are used. */ -- cgit v1.2.3