Skip to content

Remove native compilation leftovers from build schema #6474

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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