This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
|
|
@ -0,0 +1,6 @@
|
|||
(melange.emit
|
||||
(target dist)
|
||||
(alias mel)
|
||||
(modules entry_module)
|
||||
(emit_stdlib false)
|
||||
(libraries parent))
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
(lang dune 3.8)
|
||||
|
||||
(using melange 0.1)
|
||||
|
|
@ -0,0 +1 @@
|
|||
let () = Js.log (Parent.M_a.t)
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
(library
|
||||
(modes melange)
|
||||
(name leaf))
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
module Other = Other
|
||||
|
||||
let x = Other.t
|
||||
let t = 1
|
||||
|
|
@ -0,0 +1 @@
|
|||
let t = 1
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
(library
|
||||
(modes melange)
|
||||
(name parent)
|
||||
(libraries leaf))
|
||||
|
|
@ -0,0 +1 @@
|
|||
let t = Leaf.t
|
||||
|
|
@ -0,0 +1 @@
|
|||
let t = Leaf.t
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
Test file unmangling with melange.emit that depends on a library, that depends on another library
|
||||
|
||||
$ dune build @mel
|
||||
$ node _build/default/dist/entry_module.js
|
||||
1
|
||||
Loading…
Add table
Add a link
Reference in a new issue