File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 2626
2727#### :memo : Documentation
2828
29+ - Update jsx schema configuration. https://github.com/rescript-lang/rescript/pull/7755
30+
2931#### :nail_care : Polish
3032
3133#### :house : Internal
Original file line number Diff line number Diff line change 311311 "type" : " string" ,
312312 "description" : " JSX module. Either \" react\" for React, or (since v11.1) any valid module name to apply a generic JSX transform."
313313 },
314- "mode" : {
315- "type" : " string" ,
316- "enum" : [" classic" , " automatic" ],
317- "description" : " JSX transformation mode"
314+ "preserve" : {
315+ "type" : " boolean" ,
316+ "description" : " Whether to preserve the JSX in the output. Requires `version` to be set."
318317 }
319318 },
320319 "additionalProperties" : false
You can’t perform that action at this time.
0 commit comments