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
Nice catch! Apparently this issue is specific to having an input start with an arrow function expression (or some other syntax element whose start is modified) and include a tagged template expression.
…or maybe arrow function transform breaks tagged template literal?
Example:
Expected:
code
is valid javascript and caneval
without error.Actual:
code
errors oneval
: 'Unexpected identifier`.See repro on code sandbox
The text was updated successfully, but these errors were encountered: