Skip to content

Commit

Permalink
Re-organise the entire folder structure
Browse files Browse the repository at this point in the history
  • Loading branch information
davesnx committed Jun 27, 2023
1 parent c9afa90 commit 92a2424
Show file tree
Hide file tree
Showing 292 changed files with 1,250 additions and 68 deletions.
2 changes: 1 addition & 1 deletion dune
Original file line number Diff line number Diff line change
@@ -1 +1 @@
(dirs lib ppx test demo mocked-hash-js)
(dirs packages demo mocked-hash-js)
1 change: 0 additions & 1 deletion lib/melange-fetch
Submodule melange-fetch deleted from bb426e
1 change: 0 additions & 1 deletion lib/melange-runtime
Submodule melange-runtime deleted from bb426e
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion lib/belt/test/test.ml → packages/belt/test/test.ml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ let _ =
Belt.Array.forEachU aa (fun x ->
match Js.Undefined.toOption x with
| None -> print_endline "YUP"
| ((Some x) [@explicit_arity]) -> assert false)
| Some x -> assert false)

let aa = Belt.Array.mapWithIndex aa (fun i _ -> i)
let aaa = Belt.List.concat [ 1.0; 2.0 ] [ 3.0; 4.0 ]
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions packages/css/test/test.ml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
let () =
Alcotest.run "Css"
[ Test_css_styles.tests; Test_css_autoprefixer.tests; Test_css_hash.tests ]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 92a2424

Please sign in to comment.