glimmerjs / glimmer-experimental

A set of experimental high-level APIs built on Glimmer.js
https://glimmerjs.github.io/glimmer-experimental/
58 stars 26 forks source link

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

Closed erinsinger93 closed 4 years ago

erinsinger93 commented 4 years ago

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.

lifeart commented 4 years ago

shold we also support let helper?