Missing name
property on function expressions and arrow functions
#1443
Milestone
name
property on function expressions and arrow functions
#1443
We are missing
name
property on expression function with no name (function() {}
) and arrow functions (() => {}
) both should have aname
with the value of an empty string.The text was updated successfully, but these errors were encountered: