We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23fd180 commit 0ed8d4fCopy full SHA for 0ed8d4f
1 file changed
tests/baselines/reference/api/typescript.d.ts
@@ -8411,7 +8411,7 @@ declare namespace ts {
8411
*
8412
* Default: `500`
8413
*/
8414
- readonly hoverMaximumLength?: number;
+ readonly maximumHoverLength?: number;
8415
}
8416
type OrganizeImportsTypeOrder = "last" | "inline" | "first";
8417
/** Represents a bigint literal value without requiring bigint support */
0 commit comments