Skip to content

Commit

Permalink
Support uncurried mode (#27)
Browse files Browse the repository at this point in the history
Closes #26
  • Loading branch information
cometkim authored Aug 22, 2024
1 parent 654ff17 commit 30472f3
Show file tree
Hide file tree
Showing 4 changed files with 137 additions and 247 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

ReScript v10.1+ is required since v1.0.0. To use `Js.Promise2` and `async`/`await` for tests.

ReScript v11 can be used with `"uncurried": false`
ReScript v11.x with the [uncurried mode](https://rescript-lang.org/blog/uncurried-mode) is supported since v2.x (unreleased).

## Config

Expand Down
1 change: 0 additions & 1 deletion bsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "rescript-vitest",
"uncurried": false,
"namespace": false,
"suffix": ".mjs",
"sources": [
Expand Down
1 change: 0 additions & 1 deletion rescript.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "rescript-vitest",
"uncurried": false,
"namespace": false,
"suffix": ".mjs",
"sources": [
Expand Down
Loading

0 comments on commit 30472f3

Please sign in to comment.