EricSmekens / jsep

JavaScript Expression Parser
http://ericsmekens.github.io/jsep/
MIT License
835 stars 136 forks source link

Member after tagged template literal causes error #259

Closed anpete closed 7 months ago

anpete commented 7 months ago

The following:

const e = jsep("String.raw`foo`.length");

produces:

Error: Variable names cannot start with a number (.l) at character 16
github-actions[bot] commented 7 months ago

:tada: This issue has been resolved in version @jsep-plugin/template-v1.0.4 :tada:

The release is available on:

Your semantic-release bot :package::rocket: