We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When compiling to JS using the following options:
-D js-classic -D js-unflatten
The classes output is like this:
hide.comp.cdb.Table = $hxClasses["hide.comp.cdb.Table"] = function(editor,sheet,root,mode) { ... }
And in the VSCode JS debugger, it shows like this:
I think that by separating the single assignment into two separates it should display correctly.
The text was updated successfully, but these errors were encountered:
maybe we should (also?) use named functions for this
Sorry, something went wrong.
This should have been fixed by #10894
No branches or pull requests
When compiling to JS using the following options:
The classes output is like this:
And in the VSCode JS debugger, it shows like this:
I think that by separating the single assignment into two separates it should display correctly.
The text was updated successfully, but these errors were encountered: