You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docson/build-schema.json
+14-7
Original file line number
Diff line number
Diff line change
@@ -350,16 +350,23 @@
350
350
}
351
351
}
352
352
},
353
-
"react-specs": {
353
+
"jsx-specs": {
354
354
"type": "object",
355
355
"properties": {
356
-
"jsx": {
357
-
"$ref": "#/definitions/jsx-version",
358
-
"description": "Whether to apply the [RescriptReact](https://github.com/rescript-lang/rescript-react)-specific JSX PPX transformation."
356
+
"version": {
357
+
"type": "number",
358
+
"enum": [3, 4],
359
+
"description": "Whether to apply the specific version of JSX PPX transformation"
359
360
},
360
-
"runtime": {
361
-
"$ref": "#/definitions/react-runtime",
362
-
"description": "Whether to apply the [RescriptReact](https://github.com/rescript-lang/rescript-react)-specific JSX PPX transformation."
361
+
"module": {
362
+
"type": "string",
363
+
"enum": ["react"],
364
+
"description": "JSX module, currently only support the React."
0 commit comments