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
-24Lines changed: 0 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -295,26 +295,6 @@
295
295
],
296
296
"description": "Example: `\"src\"` or `[\"src\", \"test\"]` or `[{\"dir\": \"src\", \"subdirs\": [...]}]`"
297
297
},
298
-
"targetItems": {
299
-
"type": "object",
300
-
"properties": {
301
-
"kind": {
302
-
"enum": ["native", "bytecode", "js"],
303
-
"description": "The compiler to use for the target"
304
-
},
305
-
"main": {
306
-
"type": "string",
307
-
"description": "Name of the main module used as entry point for this target. 'entry-point' isn't used when this project is built as a dependency."
308
-
}
309
-
}
310
-
},
311
-
"entries": {
312
-
"type": "array",
313
-
"items": {
314
-
"$ref": "#/definitions/targetItems"
315
-
},
316
-
"description": "A list of buildable targets"
317
-
},
318
298
"gentype-specs": {
319
299
"type": "object",
320
300
"properties": {
@@ -494,10 +474,6 @@
494
474
"$ref": "#/definitions/package-specs",
495
475
"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)"
496
476
},
497
-
"entries": {
498
-
"$ref": "#/definitions/entries",
499
-
"description": "(internal) Used by bsb to build to different targets: native (ocamlopt), bytecode (ocamlc) or JS (bsc)"
500
-
},
501
477
"use-stdlib": {
502
478
"type": "boolean",
503
479
"description": "(Experimental) whether to use the OCaml standard library. Default: true"
0 commit comments