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

Update ESLint plugin to handle Handlebar's native #with token #76

Merged
merged 1 commit into from
Jun 23, 2020

Conversation

erinsinger93
Copy link
Contributor

Currently, when developers try to use the native "with" helper (https://handlebarsjs.com/guide/builtin-helpers.html#with), the Glimmer ESLint plugin throws the error "Token with is used in an hbs tagged template literal, but is not defined @glimmerx/template-vars". This change adds support for Handlebar's "with" helper.

@chiragpat chiragpat added the bug Something isn't working label Jun 23, 2020
@chiragpat chiragpat merged commit c70f1df into glimmerjs:master Jun 23, 2020
@lifeart
Copy link
Contributor

lifeart commented Jun 25, 2020

shold we also support let helper?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants