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
* Remove dev flag usage
* Update bash tests
* Remove nonexisting-dev-files sample
* Correct rescript name
* Update snapshots
* Update count in suffix test
* Update count in format test
* Update snapshot
* Remove obvious duplicated test
* Lock file
* Add changelog
* Update CHANGELOG.md
Co-authored-by: Christoph Knittel <[email protected]>
* Update rewatch/src/cli.rs
Co-authored-by: Christoph Knittel <[email protected]>
* Increase wait for watch test to 20s
* Hopefully increase the right timeout now...
* Ok it needs both
---------
Co-authored-by: Christoph Knittel <[email protected]>
Co-authored-by: Christoph Knittel <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@
16
16
17
17
- Removed "rescript legacy" subcommand in favor of separate "rescript-legacy" binary. https://github.com/rescript-lang/rescript/pull/7928
18
18
- Add comparison fn for Error in Result.equal and compare. https://github.com/rescript-lang/rescript/pull/7933
19
+
- Rewatch: `"type": "dev"` and `dev-dependencies` will be compiled by default for local packages. The `--dev` flag no longer does anything. https://github.com/rescript-lang/rescript/pull/7934
0 commit comments