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
Due to a regex replace when running denoify, all private class members received illegal names, e.g. @rimbuamount instead of #amount. This breaks the code for Deno and should be fixed.
The text was updated successfully, but these errors were encountered:
Due to a regex replace when running denoify, all private class members received illegal names, e.g.
@rimbuamount
instead of#amount
. This breaks the code for Deno and should be fixed.The text was updated successfully, but these errors were encountered: