You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 5, 2021. It is now read-only.
We might extend reach a bit (service workers, ES6 projects) by using some kind of UMD-like wrapper instead of just assuming window is available, OK to mutate, and only one version of alda should be loadable.
It might be nice if we export a single object that contains all the exported functions, so that this:
alda_cljs.parser.parse("guitar: c e g")
would become:
Alda.parse("guitar: c e g")
(I'm open to other suggestions here.)
We could do this by patching the
window
object.The text was updated successfully, but these errors were encountered: