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
The following Code will generate a Function Expression inside of a Call Expression inside of a Sequence Expression. (function(){})(), stuff()
When parsed and prettyPrinted through recast, it will print out the following, syntax-invalid, code: function() {}(), stuff();
The text was updated successfully, but these errors were encountered:
The following Code will generate a Function Expression inside of a Call Expression inside of a Sequence Expression.
(function(){})(), stuff()
When parsed and prettyPrinted through recast, it will print out the following, syntax-invalid, code:
function() {}(), stuff();
The text was updated successfully, but these errors were encountered: