Skip to content

Commit d12020d

Browse files
authored
Describe jsxFragmentFactory option default value (#46798)
1 parent 162713f commit d12020d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/compiler/commandLineParser.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -950,7 +950,8 @@ namespace ts {
950950
name: "jsxFragmentFactory",
951951
type: "string",
952952
category: Diagnostics.Language_and_Environment,
953-
description: Diagnostics.Specify_the_JSX_Fragment_reference_used_for_fragments_when_targeting_React_JSX_emit_e_g_React_Fragment_or_Fragment
953+
description: Diagnostics.Specify_the_JSX_Fragment_reference_used_for_fragments_when_targeting_React_JSX_emit_e_g_React_Fragment_or_Fragment,
954+
defaultValueDescription: "React.Fragment",
954955
},
955956
{
956957
name: "jsxImportSource",

0 commit comments

Comments
 (0)