-
-
Notifications
You must be signed in to change notification settings - Fork 57
[playground] add melange.dom
to bundle
#779
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
Merged
Merged
Conversation
This file contains hidden or 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
* main: playground: split test file into multiple ones (#759) test redundant alert behavior (#761) rename: {Bs_conditional_initial,Res_compmisc} to Initialization.{Global,Perfile} (#776) refactor: remove branches that are never created rename: bs_exception -> mel_exception refactor: move load_unit to Js_cmj_format (#774) refactor: only override load_cmi in the playground bundle (#773) refactor: use a single output_prefix function (#772) refactor: use a dedicated type for artifact extensions (#771) refactor: delete ext_fmt and ext_js_file_kind (#770) refactor: use a single file -> module_name function (#769) refactor: inline ext_char and valid_input_extension (#768) chore: clean up unnecessary functions in Ext_array (#767) chore(core lib): remove unused files (#765) chore: remove unused modules from Ext. (#766) chore: simplify `melange.dom` dune rules (#764) update opam sw version in makefile (#760)
anmonteiro
approved these changes
Oct 18, 2023
Should we add a change log entry for this stuff too? |
anmonteiro
added a commit
to anmonteiro/opam-repository
that referenced
this pull request
Oct 22, 2023
CHANGES: - Add TRMC (Tail Recursion Modulo Cons) support ([melange-re/melange#743](melange-re/melange#743)) - [playground]: Add `melange.dom` to bundle ([melange-re/melange#779](melange-re/melange#779)) - Fix `Sys.argv` runtime to match declared type ([melange-re/melange#791](melange-re/melange#791)) - Make `'a Js.t` abstract (again), fixing a regression when bringing back OCaml-style objects BuckleScript ([melange-re/melange#786](melange-re/melange#786)) - Don't issue "unused attribute" warning for well-formed `@@@mel.config` in interface files ([melange-re/melange#800](melange-re/melange#800)) - Stop showing `Js__.Js_internal` in types and error messages ([melange-re/melange#798](melange-re/melange#798)) - Fix printing of OCaml-style objects and uncurried application ([melange-re/melange#807](melange-re/melange#807))
nberth
pushed a commit
to nberth/opam-repository
that referenced
this pull request
Jun 18, 2024
CHANGES: - Add TRMC (Tail Recursion Modulo Cons) support ([melange-re/melange#743](melange-re/melange#743)) - [playground]: Add `melange.dom` to bundle ([melange-re/melange#779](melange-re/melange#779)) - Fix `Sys.argv` runtime to match declared type ([melange-re/melange#791](melange-re/melange#791)) - Make `'a Js.t` abstract (again), fixing a regression when bringing back OCaml-style objects BuckleScript ([melange-re/melange#786](melange-re/melange#786)) - Don't issue "unused attribute" warning for well-formed `@@@mel.config` in interface files ([melange-re/melange#800](melange-re/melange#800)) - Stop showing `Js__.Js_internal` in types and error messages ([melange-re/melange#798](melange-re/melange#798)) - Fix printing of OCaml-style objects and uncurried application ([melange-re/melange#807](melange-re/melange#807))
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.