diff options
author | Rob Palmer <rob.palmer2@gmail.com> | 2020-08-24 17:37:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-24 18:37:30 +0200 |
commit | 0cbf9bdbbd5ce4f6b603671bb63c5a136cf523b7 (patch) | |
tree | b84c100b12118a107f3b6ac1db2a917a5432bbc2 /cli/dts/lib.deno.unstable.d.ts | |
parent | 2df4a29f498bf2c0123a75e455fe9c714917fed1 (diff) |
Fix incorrect comment on useDefineForClassFields (#6386)
Diffstat (limited to 'cli/dts/lib.deno.unstable.d.ts')
-rw-r--r-- | cli/dts/lib.deno.unstable.d.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |