-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MDN canvas tutorial in Reason and Webpack (#35)
* .gitignore: add emacs *~ files * Adds a basic canvas with ball bouncing off walls * MDN tutorial rewritten with webpack-reason-loader * Temporarily add melange runtime libs * CI: copy melange runtime lib to node_modules * Add merlin and dot-merlin-reader * Ignore .merlin files from VCS * Split hello.re into two Reason files
- Loading branch information
1 parent
94da178
commit b295f1e
Showing
272 changed files
with
63,259 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"dependencies": { | ||
"ocaml": "5.x", | ||
"@opam/dune": "*", | ||
"@opam/melange": "*", | ||
"@opam/reason": "*" | ||
}, | ||
"devDependencies": { | ||
"@opam/merlin": "*", | ||
"@opam/dot-merlin-reader": "*", | ||
"@opam/ocamlformat": "*", | ||
"@opam/ocamlformat-rpc": "*", | ||
"@opam/ocaml-lsp-server": "*" | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.