Open ShawSumma opened 7 months ago
I mostly fixed this in a PR merged earlier today. It would replace default
with default_
in the js backend. Not ideal for every case, but once we get more name override control, it should be possible to make custom alternatives.
See also #114 that I closed with said PR.
The keyword
default
is not detected in some JS contexts... a way to have an alt would be nice.@ben-509 might be working on similar stuff, so i'll assign him.