-
Notifications
You must be signed in to change notification settings - Fork 421
New issue
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
Constructor names visible in debugger #1000
Comments
What is the issue? It doesn't set constructor.name. |
yes. |
I fixed this issue here #1009 |
@DVSoftware Thanks for submitting this pull request. I understand the use case, but I'm wary of using eval. There are many environments that would forbid this. Is |
@justinbmeyer unfortunately, not yet :( |
@justinbmeyer What do you think about enabling it only in dev mode? |
I'm fine with that. Can you submit a pull request for that? |
I'll wrap this with the necessary tags to make it only work in dev mode. |
VOTE HERE
Hi I am having some issue with names here.
Code:
In debugger I dump 2 variables:
I am using latest pull from git. The older pull gives null as fullname
The text was updated successfully, but these errors were encountered: