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
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -333,7 +333,7 @@
333
333
},
334
334
{
335
335
"type": "string",
336
-
"description": "(Usually not needed) Alternative path to `refmt`, the Reason syntax binary. Default: path to the `refmt.exe` BuckleScript provides out of the box"
336
+
"description": "(Usually not needed) Alternative path to `refmt`, the Reason syntax binary. Default: path to the `refmt.exe` ReScript provides out of the box"
337
337
}
338
338
]
339
339
},
@@ -368,7 +368,7 @@
368
368
]
369
369
}
370
370
},
371
-
"title": "BuckleScript build configuration",
371
+
"title": "ReScript build configuration",
372
372
"description": "All paths are required to be in **Unix format** (foo/bar), the build system normalizes them for other platforms internally",
373
373
"type": "object",
374
374
"properties": {
@@ -420,7 +420,7 @@
420
420
},
421
421
"reason": {
422
422
"$ref": "#/definitions/reason-specs",
423
-
"description": "BuckleScript comes with [Reason](http://reasonml.github.io/) by default. Specific configurations here."
423
+
"description": "ReScript comes with [Reason](http://reasonml.github.io/) by default. Specific configurations here."
424
424
},
425
425
"gentypeconfig": {
426
426
"$ref" : "#/definitions/gentype-specs",
@@ -466,7 +466,7 @@
466
466
},
467
467
"package-specs": {
468
468
"$ref": "#/definitions/package-specs",
469
-
"description": "BuckleScript can currently output to [Commonjs](https://en.wikipedia.org/wiki/CommonJS), and [ES6 modules](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import)"
469
+
"description": "ReScript can currently output to [Commonjs](https://en.wikipedia.org/wiki/CommonJS), and [ES6 modules](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import)"
0 commit comments