|
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 |
| -| version | string | | [_] | |
8 |
| -| name | string | | [x] | |
9 |
| -| namespace | boolean | | [x] | |
10 |
| -| namespace | string | | [x] | |
11 |
| -| sources | string | | [x] | |
12 |
| -| sources | array of string | | [x] | |
13 |
| -| sources | Source | | [x] | |
14 |
| -| sources | array of Source | | [x] | |
15 |
| -| ignored-dirs | array of string | | [_] | |
16 |
| -| dependencies | array of string | | [x] | |
17 |
| -| dev-dependencies | array of string | | [x] | |
18 |
| -| generators | array of Rule-Generator | | [_] | |
19 |
| -| cut-generators | boolean | | [_] | |
20 |
| -| jsx | JSX | | [x] | |
21 |
| -| gentypeconfig | Gentype | | [_] | |
22 |
| -| compiler-flags | array of string | | [x] | |
23 |
| -| warnings | Warnings | | [x] | |
24 |
| -| ppx-flags | array of string | | [x] | |
25 |
| -| pp-flags | array of string | | [_] | |
26 |
| -| js-post-build | Js-Post-Build | | [_] | |
27 |
| -| package-specs | array of Module-Format | | [_] | |
28 |
| -| package-specs | array of Package-Spec | | [x] | |
29 |
| -| entries | array of Target-Item | | [_] | |
30 |
| -| use-stdlib | boolean | | [_] | |
31 |
| -| external-stdlib | string | | [_] | |
32 |
| -| bs-external-includes | array of string | | [_] | |
33 |
| -| suffix | Suffix | | [x] | |
34 |
| -| reanalyze | Reanalyze | | [_] | |
35 |
| -| experimentalFeatures | ExperimentalFeatures | | [x] | |
| 5 | +| Parameter | JSON type | Remark | Implemented? | |
| 6 | +| --------------------- | ----------------------- | ------ | :----------: | |
| 7 | +| version | string | | [_] | |
| 8 | +| name | string | | [x] | |
| 9 | +| namespace | boolean | | [x] | |
| 10 | +| namespace | string | | [x] | |
| 11 | +| sources | string | | [x] | |
| 12 | +| sources | array of string | | [x] | |
| 13 | +| sources | Source | | [x] | |
| 14 | +| sources | array of Source | | [x] | |
| 15 | +| ignored-dirs | array of string | | [_] | |
| 16 | +| dependencies | array of string | | [x] | |
| 17 | +| dev-dependencies | array of string | | [x] | |
| 18 | +| generators | array of Rule-Generator | | [_] | |
| 19 | +| cut-generators | boolean | | [_] | |
| 20 | +| jsx | JSX | | [x] | |
| 21 | +| gentypeconfig | Gentype | | [_] | |
| 22 | +| compiler-flags | array of string | | [x] | |
| 23 | +| warnings | Warnings | | [x] | |
| 24 | +| ppx-flags | array of string | | [x] | |
| 25 | +| pp-flags | array of string | | [_] | |
| 26 | +| js-post-build | Js-Post-Build | | [_] | |
| 27 | +| package-specs | array of Module-Format | | [_] | |
| 28 | +| package-specs | array of Package-Spec | | [x] | |
| 29 | +| entries | array of Target-Item | | [_] | |
| 30 | +| use-stdlib | boolean | | [_] | |
| 31 | +| external-stdlib | string | | [_] | |
| 32 | +| bs-external-includes | array of string | | [_] | |
| 33 | +| suffix | Suffix | | [x] | |
| 34 | +| reanalyze | Reanalyze | | [_] | |
| 35 | +| experimental-features | ExperimentalFeatures | | [x] | |
36 | 36 |
|
37 | 37 | ### Source
|
38 | 38 |
|
|
0 commit comments