Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fully merge backend-src and frontend-src (#654)
* Move shared types to Miso.Html.Types module * Make frontend Attribute type a superset of backend Attribute type * Use frontend-src Attribute type for backend as well * Move frontend-only orphans into Miso.Html.Types * Drop duplicate backend-src AllowDrop type * Merge View types into a single type * Merge ToView classes * Get rid of intermediate VTree in ToHtml View instance * Move Html View instance into shared Miso.Html.Types module * Drop trivial Miso.Html.Internal module from backend-src * Move VTree and runView into shared Miso.Html.Types module * Drop trivial Miso.Html.Internal module from frontend-src * Move Miso.Delegate and Miso.Diff from frontend-src to src * Merge separate Miso modules into single union * Get rid of JSADDLE cpp
- Loading branch information