You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,8 @@ This project should be considered in beta status. We run it in production at [Wa
41
41
Find this output by running `yarn rewatch --help`.
42
42
43
43
```
44
+
Rewatch is an alternative build system for the Rescript Compiler bsb (which uses Ninja internally). It strives to deliver consistent and faster builds in monorepo setups with multiple packages, where the default build system fails to pick up changed interfaces across multiple packages
45
+
44
46
Usage: rewatch [OPTIONS] [COMMAND] [FOLDER]
45
47
46
48
Arguments:
@@ -69,10 +71,13 @@ Options:
69
71
[possible values: true, false]
70
72
71
73
--compiler-args <COMPILER_ARGS>
72
-
74
+
This prints the compiler arguments. It expects the path to a rescript.json file. This also requires --bsc-path and --rescript-version to be present
0 commit comments