Skip to content

Commit

Permalink
es6
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro committed Nov 4, 2024
1 parent f138ffb commit 887179b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion runtime-export/dune
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
(target x)
(alias npm)
(modules)
(libraries melange.belt))
(emit_stdlib false)
(module_systems
(es6 js))
(libraries melange.js melange melange.belt))

(rule
(alias runtime-pkg)
Expand Down
3 changes: 2 additions & 1 deletion runtime-export/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"author": "Antonio Nuno Monteiro <[email protected]>",
"license": "LGPL-2.1 or later",
"description": "Toolchain to produce JS from Reason/OCaml"
"description": "Toolchain to produce JS from Reason/OCaml",
"type": "module"
}

0 comments on commit 887179b

Please sign in to comment.