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 26
26
27
27
#### :memo : Documentation
28
28
29
+ - Update jsx schema configuration. https://github.com/rescript-lang/rescript/pull/7755
30
+
29
31
#### :nail_care : Polish
30
32
31
33
#### :house : Internal
Original file line number Diff line number Diff line change 311
311
"type" : " string" ,
312
312
"description" : " JSX module. Either \" react\" for React, or (since v11.1) any valid module name to apply a generic JSX transform."
313
313
},
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."
318
317
}
319
318
},
320
319
"additionalProperties" : false
You can’t perform that action at this time.
0 commit comments