|
2 | 2 |
|
3 | 3 | This document contains a list of all bsconfig parameters with remarks, and whether they are already implemented in rewatch. It is based on https://rescript-lang.org/docs/manual/latest/build-configuration-schema. |
4 | 4 |
|
5 | | -| Parameter | JSON type | Remark | Implemented? | |
6 | | -| --------------------- | ----------------------- | ------ | :----------: | |
7 | | -| name | string | | [x] | |
8 | | -| namespace | boolean | | [x] | |
9 | | -| namespace | string | | [x] | |
10 | | -| sources | string | | [x] | |
11 | | -| sources | array of string | | [x] | |
12 | | -| sources | Source | | [x] | |
13 | | -| sources | array of Source | | [x] | |
14 | | -| ignored-dirs | array of string | | [_] | |
15 | | -| dependencies | array of string | | [x] | |
16 | | -| dev-dependencies | array of string | | [x] | |
17 | | -| generators | array of Rule-Generator | | [_] | |
18 | | -| cut-generators | boolean | | [_] | |
19 | | -| jsx | JSX | | [x] | |
20 | | -| gentypeconfig | Gentype | | [x] | |
21 | | -| compiler-flags | array of string | | [x] | |
22 | | -| warnings | Warnings | | [x] | |
23 | | -| ppx-flags | array of string | | [x] | |
24 | | -| pp-flags | array of string | | [_] | |
25 | | -| js-post-build | Js-Post-Build | `${file}` is now an absolute path | [x] | |
26 | | -| package-specs | array of Module-Format | | [_] | |
27 | | -| package-specs | array of Package-Spec | | [x] | |
28 | | -| entries | array of Target-Item | | [_] | |
29 | | -| use-stdlib | boolean | | [_] | |
30 | | -| external-stdlib | string | | [_] | |
31 | | -| bs-external-includes | array of string | | [_] | |
32 | | -| suffix | Suffix | | [x] | |
33 | | -| reanalyze | Reanalyze | | [_] | |
34 | | -| experimental-features | ExperimentalFeatures | | [x] | |
| 5 | +| Parameter | JSON type | Remark | Implemented? | |
| 6 | +| --------------------- | ----------------------- | ---------------------------------------- | :----------: | |
| 7 | +| name | string | | [x] | |
| 8 | +| namespace | boolean | | [x] | |
| 9 | +| namespace | string | | [x] | |
| 10 | +| sources | string | | [x] | |
| 11 | +| sources | array of string | | [x] | |
| 12 | +| sources | Source | | [x] | |
| 13 | +| sources | array of Source | | [x] | |
| 14 | +| ignored-dirs | array of string | | [_] | |
| 15 | +| dependencies | array of string | | [x] | |
| 16 | +| dev-dependencies | array of string | | [x] | |
| 17 | +| generators | array of Rule-Generator | | [_] | |
| 18 | +| cut-generators | boolean | | [_] | |
| 19 | +| jsx | JSX | | [x] | |
| 20 | +| gentypeconfig | Gentype | | [x] | |
| 21 | +| compiler-flags | array of string | | [x] | |
| 22 | +| warnings | Warnings | | [x] | |
| 23 | +| ppx-flags | array of string | | [x] | |
| 24 | +| pp-flags | array of string | | [_] | |
| 25 | +| js-post-build | Js-Post-Build | `${file}` is now an absolute path | [x] | |
| 26 | +| package-specs | array of Module-Format | | [_] | |
| 27 | +| package-specs | array of Package-Spec | | [x] | |
| 28 | +| entries | array of Target-Item | | [_] | |
| 29 | +| bs-external-includes | array of string | | [_] | |
| 30 | +| suffix | Suffix | | [x] | |
| 31 | +| reanalyze | Reanalyze | | [_] | |
| 32 | +| experimental-features | ExperimentalFeatures | | [x] | |
35 | 33 | | editor | object | VS Code tooling only; ignored by rewatch | [x] | |
36 | 34 |
|
37 | 35 | ### Source |
@@ -133,9 +131,9 @@ Currently supported features: |
133 | 131 |
|
134 | 132 | ### Js-Post-Build |
135 | 133 |
|
136 | | -| Parameter | JSON type | Remark | Implemented? | |
137 | | -| --------- | --------- | ------ | :----------: | |
138 | | -| cmd | string | `${file}` is now an absolute path | [x] | |
| 134 | +| Parameter | JSON type | Remark | Implemented? | |
| 135 | +| --------- | --------- | --------------------------------- | :----------: | |
| 136 | +| cmd | string | `${file}` is now an absolute path | [x] | |
139 | 137 |
|
140 | 138 | ### Package-Spec |
141 | 139 |
|
|
0 commit comments