Skip to content
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

Missing name property on function expressions and arrow functions #1443

Closed
HalidOdat opened this issue Jul 28, 2021 · 0 comments · Fixed by #1442
Closed

Missing name property on function expressions and arrow functions #1443

HalidOdat opened this issue Jul 28, 2021 · 0 comments · Fixed by #1442
Assignees
Labels
bug Something isn't working execution Issues or PRs related to code execution
Milestone

Comments

@HalidOdat
Copy link
Member

We are missing name property on expression function with no name (function() {}) and arrow functions (() => {}) both should have a name with the value of an empty string.

@HalidOdat HalidOdat added bug Something isn't working execution Issues or PRs related to code execution labels Jul 28, 2021
@HalidOdat HalidOdat added this to the v0.13.0 milestone Jul 28, 2021
@HalidOdat HalidOdat assigned HalidOdat and unassigned HalidOdat Jul 28, 2021
@HalidOdat HalidOdat linked a pull request Jul 28, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working execution Issues or PRs related to code execution
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant