RunJS
RunJS copied to clipboard
`SyntaxError: Missing semicolon.` when typing object literal
The issue only exists when typing the object literal, the issue does not exist when defining a variable.
RunJS 1.8.0
With RunJS 2.9.0 the error is different:
The wording of the message has changed, but the meaning is still the same. This error is generated by Babel, which has received multiple updates since this ticket was opened.