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
Describe the bug
JavaScript template strings can include expressions:
consts=`foo ${bar.toString()}`
When using the Javascript or Typescript matchers, these expressions cannot be matched. When using the Generic matcher, it works.
Reproducing
bit.ly/3QEaAfy
Expected behavior
I expect to be able to match on expressions within template strings.
Additional context
It is possible for me to "just" use the Generic matcher when transforming these files, but I'm not sure what other potential issues I might cause myself by doing so, and it makes me wonder whether I should be using the Typescript matcher at all.
The text was updated successfully, but these errors were encountered:
Describe the bug
JavaScript template strings can include expressions:
When using the Javascript or Typescript matchers, these expressions cannot be matched. When using the Generic matcher, it works.
Reproducing
bit.ly/3QEaAfy
Expected behavior
I expect to be able to match on expressions within template strings.
Additional context
It is possible for me to "just" use the Generic matcher when transforming these files, but I'm not sure what other potential issues I might cause myself by doing so, and it makes me wonder whether I should be using the Typescript matcher at all.
The text was updated successfully, but these errors were encountered: