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
Trying to transform the following valid javascript
letfoo=`$`;
results in an exception from Shimport. As far as I can tell, the unescaped $ can appear anywhere in the string and cause this error. If an unescaped $ in a template string is not followed by a {, Shimport should just treat it like a regular character.
The text was updated successfully, but these errors were encountered:
Trying to transform the following valid javascript
results in an exception from Shimport. As far as I can tell, the unescaped
$
can appear anywhere in the string and cause this error. If an unescaped$
in a template string is not followed by a{
, Shimport should just treat it like a regular character.The text was updated successfully, but these errors were encountered: