Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@

#### :memo: Documentation

- Update jsx schema configuration. https://github.com/rescript-lang/rescript/pull/7755

#### :nail_care: Polish

#### :house: Internal
Expand Down
7 changes: 3 additions & 4 deletions docs/docson/build-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -311,10 +311,9 @@
"type": "string",
"description": "JSX module. Either \"react\" for React, or (since v11.1) any valid module name to apply a generic JSX transform."
},
"mode": {
"type": "string",
"enum": ["classic", "automatic"],
"description": "JSX transformation mode"
"preserve": {
"type": "boolean",
"description": "Whether to preserve the JSX in the output. Requires `version` to be set."
}
},
"additionalProperties": false
Expand Down
Loading