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
From what I could gather defining an arrow function should cause automatic semicolon insertion which is why the source is even valid in the first place.
The text was updated successfully, but these errors were encountered:
LinusCenterstrom
changed the title
invalid code is generated if a semicolon is omitted after setting a property on an object to a arrow function on the line before an iife
invalid code is generated if a semicolon is omitted after setting a property on an object to an arrow function on the line before an iife
Jan 21, 2021
The original code is generated by webpack (can provide if wanted).
But a minimal example is this.
source:
output:
From what I could gather defining an arrow function should cause automatic semicolon insertion which is why the source is even valid in the first place.
The text was updated successfully, but these errors were encountered: