Skip to content

Commit

Permalink
update to the latest translator; upgrade to rescript11
Browse files Browse the repository at this point in the history
  • Loading branch information
LuKuangChen committed Sep 17, 2024
1 parent 850e0bb commit 9f57834
Show file tree
Hide file tree
Showing 7 changed files with 360 additions and 88 deletions.
2 changes: 1 addition & 1 deletion docs/main.js

Large diffs are not rendered by default.

94 changes: 51 additions & 43 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
"dependencies": {
"@brownplt/s-expression": "github:brownplt/s-expression",
"@brownplt/smol-translator": "github:brownplt/smol-translator",
"@rescript/core": "^1.5.2",
"@rescript/core": "^1.6.0",
"@rescript/react": "^0.13.0",
"install": "^0.13.0",
"npm": "^10.8.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rescript": "^11.1.3"
"rescript": "^11.1.4"
},
"devDependencies": {
"css-loader": "^7.1.2",
Expand Down
8 changes: 6 additions & 2 deletions bsconfig.json → rescript.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,22 @@
],
"package-specs": [
{
"module": "es6",
"module": "esmodule",
"in-source": true
}
],
"suffix": ".bs.js",
"suffix": ".mjs",
"jsx": {
"version": 4,
"mode": "classic"
},
"bs-dependencies": [
"@rescript/react",
"@rescript/core",
"@brownplt/smol-translator",
"@brownplt/s-expression"
],
"bsc-flags": [
"-open RescriptCore"
]
}
Loading

0 comments on commit 9f57834

Please sign in to comment.