rescript-bun
Advanced tools
+5
-5
| { | ||
| "name": "rescript-bun", | ||
| "version": "0.4.1", | ||
| "version": "0.5.0", | ||
| "main": "src/Bun.js", | ||
@@ -23,9 +23,9 @@ "sideEffects": false, | ||
| "devDependencies": { | ||
| "@rescript/core": "1.0.0", | ||
| "rescript": "11.1.0-rc.2" | ||
| "@rescript/core": "1.3.0", | ||
| "rescript": "11.1.1" | ||
| }, | ||
| "peerDependencies": { | ||
| "rescript": ">=11.0.0 || ^11.1.0-rc.2", | ||
| "@rescript/core": ">=1.0.0" | ||
| "rescript": ">=11.1.0", | ||
| "@rescript/core": ">=1.3.0" | ||
| } | ||
| } |
+1
-1
@@ -11,3 +11,3 @@ # rescript-bun | ||
| You need to be on at least a recent RC of ReScript v11. This is designed for uncurried mode so you should use that as well (`"uncurried": true` in your bsconfig/`rescript.json`). | ||
| You need to be on ReScript v11 `>=11.1.0` and Core `>=1.3.0`. This is designed for uncurried mode so you should use that as well (`"uncurried": true` in your bsconfig/`rescript.json`). | ||
@@ -14,0 +14,0 @@ Install `rescript-bun` and `@rescript/core`: |
+1
-1
@@ -17,3 +17,3 @@ { | ||
| "package-specs": { | ||
| "module": "es6", | ||
| "module": "esmodule", | ||
| "in-source": true | ||
@@ -20,0 +20,0 @@ }, |
+0
-9
@@ -24,11 +24,2 @@ // Generated by ReScript, PLEASE EDIT WITH CARE | ||
| }; | ||
| case 0 : | ||
| case 1 : | ||
| case 2 : | ||
| case 3 : | ||
| case 5 : | ||
| return { | ||
| TAG: "Unknown", | ||
| _0: x | ||
| }; | ||
| case 6 : | ||
@@ -35,0 +26,0 @@ return { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
437370
01521
-0.59%