Skip to content

Commit 6369d60

Browse files
authored
Remove native compilation leftovers from build schema (#6474)
1 parent aae5434 commit 6369d60

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

docs/docson/build-schema.json

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -295,26 +295,6 @@
295295
],
296296
"description": "Example: `\"src\"` or `[\"src\", \"test\"]` or `[{\"dir\": \"src\", \"subdirs\": [...]}]`"
297297
},
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-
},
318298
"gentype-specs": {
319299
"type": "object",
320300
"properties": {
@@ -494,10 +474,6 @@
494474
"$ref": "#/definitions/package-specs",
495475
"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)"
496476
},
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-
},
501477
"use-stdlib": {
502478
"type": "boolean",
503479
"description": "(Experimental) whether to use the OCaml standard library. Default: true"

0 commit comments

Comments
 (0)