mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 09:31:22 -05:00
Fix incorrect comment on useDefineForClassFields (#6386)
This commit is contained in:
parent
2df4a29f49
commit
0cbf9bdbbd
1 changed files with 1 additions and 1 deletions
2
cli/dts/lib.deno.unstable.d.ts
vendored
2
cli/dts/lib.deno.unstable.d.ts
vendored
|
@ -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. */
|
||||
|
|
Loading…
Add table
Reference in a new issue