Skip to content

Commit 538cf8a

Browse files
committed
Auto-commit: Sync changes [2026-03-05]
1 parent d9f1181 commit 538cf8a

11 files changed

Lines changed: 20 additions & 43 deletions

File tree

File renamed without changes.

journal-theme/bsconfig.json

Lines changed: 0 additions & 29 deletions
This file was deleted.

journal-theme/rescript.json

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,27 @@
33
"version": "0.1.0",
44
"sources": [
55
{
6-
"dir": "assets/rescript/src",
6+
"dir": "assets/rescript",
77
"subdirs": true
88
}
99
],
1010
"package-specs": [
1111
{
12-
"module": "esmodule",
13-
"in-source": false
12+
"module": "es6",
13+
"in-source": true
1414
}
1515
],
16-
"suffix": ".res.js",
17-
"bs-dependencies": [],
16+
"suffix": ".bs.js",
17+
"bs-dependencies": [
18+
"@rescript/core"
19+
],
1820
"warnings": {
19-
"number": "+a-4-9-27-40-42-44-48-50-61-102",
20-
"error": "+5+6+8+101"
21+
"error": "+101"
2122
},
22-
"bsc-flags": ["-bs-no-version-header"]
23+
"bsc-flags": [
24+
"-bs-super-errors"
25+
],
26+
"ppx-flags": [],
27+
"namespace": true,
28+
"refmt": 3
2329
}

plugin-conflict-mapper/examples/web-project-deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"test": "deno test --allow-all"
99
},
1010
"imports": {
11-
"rescript": "npm:rescript@^12.1.0",
11+
"rescript": "^12.0.0",
1212
"@rescript/core": "npm:@rescript/core@^1.6.0",
1313
"safe-dom/": "https://raw.githubusercontent.com/hyperpolymath/rescript-dom-mounter/main/src/",
1414
"proven/": "../proven/bindings/rescript/src/"

praxis/examples/web-project-deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"test": "deno test --allow-all"
99
},
1010
"imports": {
11-
"rescript": "npm:rescript@^12.1.0",
11+
"rescript": "^12.0.0",
1212
"@rescript/core": "npm:@rescript/core@^1.6.0",
1313
"safe-dom/": "https://raw.githubusercontent.com/hyperpolymath/rescript-dom-mounter/main/src/",
1414
"proven/": "../proven/bindings/rescript/src/"
File renamed without changes.

resurrect/examples/web-project-deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"test": "deno test --allow-all"
99
},
1010
"imports": {
11-
"rescript": "npm:rescript@^12.1.0",
11+
"rescript": "^12.0.0",
1212
"@rescript/core": "npm:@rescript/core@^1.6.0",
1313
"safe-dom/": "https://raw.githubusercontent.com/hyperpolymath/rescript-dom-mounter/main/src/",
1414
"proven/": "../proven/bindings/rescript/src/"

secured/examples/web-project-deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"test": "deno test --allow-all"
99
},
1010
"imports": {
11-
"rescript": "npm:rescript@^12.1.0",
11+
"rescript": "^12.0.0",
1212
"@rescript/core": "npm:@rescript/core@^1.6.0",
1313
"safe-dom/": "https://raw.githubusercontent.com/hyperpolymath/rescript-dom-mounter/main/src/",
1414
"proven/": "../proven/bindings/rescript/src/"
File renamed without changes.

sinople-theme/examples/web-project-deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"test": "deno test --allow-all"
99
},
1010
"imports": {
11-
"rescript": "npm:rescript@^12.1.0",
11+
"rescript": "^12.0.0",
1212
"@rescript/core": "npm:@rescript/core@^1.6.0",
1313
"safe-dom/": "https://raw.githubusercontent.com/hyperpolymath/rescript-dom-mounter/main/src/",
1414
"proven/": "../proven/bindings/rescript/src/"

0 commit comments

Comments
 (0)