rescript-bun
Advanced tools
| // Generated by ReScript, PLEASE EDIT WITH CARE | ||
| /* This output is empty. Its source's type definitions, externals and/or unused code got optimized away. */ |
Sorry, the diff of this file is not supported yet
| // Generated by ReScript, PLEASE EDIT WITH CARE | ||
| /* This output is empty. Its source's type definitions, externals and/or unused code got optimized away. */ |
Sorry, the diff of this file is not supported yet
+36
| // Generated by ReScript, PLEASE EDIT WITH CARE | ||
| var SQLQuery = {}; | ||
| var fromArray = (function(array) { | ||
| array.raw = [...array] | ||
| return array | ||
| }); | ||
| var TemplateStringsArray = { | ||
| fromArray: fromArray | ||
| }; | ||
| var query = (function(t, strings, params) { | ||
| let templateArray = TemplateStringsArray.fromArray(strings) | ||
| return t(templateArray, ...params) | ||
| }); | ||
| var object = (function(t, obj, cols) { | ||
| return t(obj, ...cols) | ||
| }); | ||
| var values = (function(t, values) { | ||
| return t(arr) | ||
| }); | ||
| export { | ||
| SQLQuery , | ||
| TemplateStringsArray , | ||
| query , | ||
| object , | ||
| values , | ||
| } | ||
| /* No side effect */ |
Sorry, the diff of this file is not supported yet
+5
-1
| { | ||
| "name": "rescript-bun", | ||
| "version": "0.6.0", | ||
| "version": "0.6.2", | ||
| "main": "src/Bun.js", | ||
@@ -13,2 +13,6 @@ "sideEffects": false, | ||
| }, | ||
| "publishConfig": { | ||
| "access": "public", | ||
| "registry": "https://registry.npmjs.org/" | ||
| }, | ||
| "files": [ | ||
@@ -15,0 +19,0 @@ "rescript.json", |
+8
-0
@@ -5,2 +5,10 @@ # rescript-bun | ||
| ## Release Branches | ||
| This repository maintains two active release branches: | ||
| - **`main` branch**: For 1.x releases (ReScript v11+ support) | ||
| - **`2.x` branch**: For 2.x releases (ReScript v12+ support) | ||
| Each branch has independent release cycles managed by changesets. See [DUAL_BRANCH_SETUP.md](DUAL_BRANCH_SETUP.md) for detailed information about the dual-branch setup. | ||
| Use [Bun](https://bun.sh) with ReScript. | ||
@@ -7,0 +15,0 @@ |
Sorry, the diff of this file is too big to display
455876
1.78%105
6.06%1571
2.01%237
3.49%