Skip to content

Commit

Permalink
Remove native compilation leftovers from build schema
Browse files Browse the repository at this point in the history
  • Loading branch information
cknitt committed Nov 5, 2023
1 parent 124f1ad commit 7f83fbd
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions docs/docson/build-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -295,26 +295,6 @@
],
"description": "Example: `\"src\"` or `[\"src\", \"test\"]` or `[{\"dir\": \"src\", \"subdirs\": [...]}]`"
},
"targetItems": {
"type": "object",
"properties": {
"kind": {
"enum": ["native", "bytecode", "js"],
"description": "The compiler to use for the target"
},
"main": {
"type": "string",
"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."
}
}
},
"entries": {
"type": "array",
"items": {
"$ref": "#/definitions/targetItems"
},
"description": "A list of buildable targets"
},
"gentype-specs": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -494,10 +474,6 @@
"$ref": "#/definitions/package-specs",
"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)"
},
"entries": {
"$ref": "#/definitions/entries",
"description": "(internal) Used by bsb to build to different targets: native (ocamlopt), bytecode (ocamlc) or JS (bsc)"
},
"use-stdlib": {
"type": "boolean",
"description": "(Experimental) whether to use the OCaml standard library. Default: true"
Expand Down

0 comments on commit 7f83fbd

Please sign in to comment.