Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Member after tagged template literal causes error #259

Closed
anpete opened this issue Mar 25, 2024 · 1 comment · Fixed by #260
Closed

Member after tagged template literal causes error #259

anpete opened this issue Mar 25, 2024 · 1 comment · Fixed by #260
Labels

Comments

@anpete
Copy link
Contributor

anpete commented Mar 25, 2024

The following:

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

produces:

Error: Variable names cannot start with a number (.l) at character 16
anpete added a commit to anpete/jsep that referenced this issue Mar 25, 2024
github-actions bot pushed a commit that referenced this issue Mar 27, 2024
# [@jsep-plugin/template-v1.0.4](https://github.com/EricSmekens/jsep/compare/@jsep-plugin/template-v1.0.3...@jsep-plugin/template-v1.0.4) (2024-03-27)

### Bug Fixes

* support member exp after template and tagged template ([69dc0b1](69dc0b1)), closes [#259](#259)
Copy link

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

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant