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
+2-19
Original file line number
Diff line number
Diff line change
@@ -304,21 +304,12 @@
304
304
},
305
305
"description": "path to gentype, path resolution is similar to ReScript"
306
306
},
307
-
"reason-specs": {
308
-
"type": "object",
309
-
"properties": {
310
-
"react-jsx": {
311
-
"$ref": "#/definitions/react-jsx-version",
312
-
"description": "Whether to apply the [RescriptReact](https://github.com/rescript-lang/rescript-react)-specific JSX PPX transformation."
313
-
}
314
-
}
315
-
},
316
307
"jsx-specs": {
317
308
"type": "object",
318
309
"properties": {
319
310
"version": {
320
311
"type": "number",
321
-
"enum": [3, 4],
312
+
"enum": [4],
322
313
"description": "Whether to apply the specific version of JSX PPX transformation"
323
314
},
324
315
"module": {
@@ -329,10 +320,6 @@
329
320
"type": "string",
330
321
"enum": ["classic", "automatic"],
331
322
"description": "JSX transformation mode"
332
-
},
333
-
"v3-dependencies": {
334
-
"$ref": "#/definitions/dependencies",
335
-
"description": "Build the given dependencies in JSX V3 compatibility mode."
336
323
}
337
324
},
338
325
"additionalProperties": false
@@ -422,10 +409,6 @@
422
409
"type": "boolean",
423
410
"description": "Configuration for the uncurried mode."
424
411
},
425
-
"reason": {
426
-
"$ref": "#/definitions/reason-specs",
427
-
"description": "ReScript comes with [Reason](http://reasonml.github.io/) by default. Specific configurations here."
428
-
},
429
412
"gentypeconfig": {
430
413
"$ref": "#/definitions/gentype-specs",
431
414
"description": "gentype config, see cristianoc/genType for more details"
@@ -458,7 +441,7 @@
458
441
},
459
442
"ppx-flags": {
460
443
"$ref": "#/definitions/ppx-specs",
461
-
"description": "PPX macros to pass to compiler. The syntax is package_name/binary, for example: `reason/reactjs_jsx_ppx_3.native`. Currenly searches in `node_modules`"
444
+
"description": "PPX macros to pass to compiler. The syntax is package_name/binary, for example: `rescript-relay/ppx`. Currenly searches in `node_modules`"
0 commit comments