Skip to content

Bump jsoo #2255

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 26 additions & 4 deletions compiler/dune
Original file line number Diff line number Diff line change
@@ -1,9 +1,31 @@
(alias
(name native)
(deps grainc/grainc.exe graindoc/graindoc.exe grainformat/grainformat.exe
grainlsp/grainlsp.exe test/test.exe))
(deps
grainc/grainc.exe
graindoc/graindoc.exe
grainformat/grainformat.exe
grainlsp/grainlsp.exe
test/test.exe))

(alias
(name js)
(deps grainc/grainc.bc.js graindoc/graindoc.bc.js
grainformat/grainformat.bc.js grainlsp/grainlsp.bc.js test/test.bc.js))
(deps
grainc/grainc.bc.js
graindoc/graindoc.bc.js
grainformat/grainformat.bc.js
grainlsp/grainlsp.bc.js
test/test.bc.js))

(env
(_
(js_of_ocaml
(flags (:standard) --quiet --no-extern-fs --disable use-js-string)
(link_flags (:standard) --quiet --disable use-js-string)
(build_runtime_flags
(:standard)
--quiet
--no-extern-fs
--disable
use-js-string))))

(data_only_dirs node_modules)
2 changes: 1 addition & 1 deletion compiler/dune-project
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(lang dune 2.3)
(lang dune 3.0)
(name grain)
(version 0.6.6)
(using menhir 2.0)
Expand Down
6 changes: 3 additions & 3 deletions compiler/esy.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
}
},
"scripts": {
"copy:exe": "cp #{$GRAINC_BIN_PATH} #{$GRAINDOC_BIN_PATH} #{$GRAINFORMAT_BIN_PATH} #{$GRAINLSP_BIN_PATH} #{$CLI_BIN_DIR}",
"copy:js": "cp #{$GRAINC_JS_PATH} #{$GRAINDOC_JS_PATH} #{$GRAINFORMAT_JS_PATH} #{$GRAINLSP_JS_PATH} #{$CLI_BIN_DIR}",
"copy:exe": "cp -f #{$GRAINC_BIN_PATH} #{$GRAINDOC_BIN_PATH} #{$GRAINFORMAT_BIN_PATH} #{$GRAINLSP_BIN_PATH} #{$CLI_BIN_DIR}",
"copy:js": "cp -f #{$GRAINC_JS_PATH} #{$GRAINDOC_JS_PATH} #{$GRAINFORMAT_JS_PATH} #{$GRAINLSP_JS_PATH} #{$CLI_BIN_DIR}",
"clean": "rm -rf #{self.root}/_esy",
"build:js": "esy b dune build @js --no-buffer #{os == 'windows' ? '-j 2' : ''}",
"test": "#{$TEST_EXEC_PATH}",
Expand Down Expand Up @@ -54,7 +54,7 @@
"ocaml": "4.14.1000"
},
"devDependencies": {
"@opam/js_of_ocaml-compiler": "5.0.1",
"@opam/js_of_ocaml-compiler": "6.0.1",
"@opam/ocaml-lsp-server": "1.14.1",
"@opam/rely": "^4.0.0"
},
Expand Down
1,324 changes: 686 additions & 638 deletions compiler/esy.lock/index.json

Large diffs are not rendered by default.

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

1 change: 1 addition & 0 deletions compiler/esy.lock/opam/base-bytes.base/opam

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

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

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

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

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

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

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

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

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

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

2 changes: 1 addition & 1 deletion compiler/esy.lock/opam/fiber.3.7.0/opam

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

Loading
Loading