ember-cli / ember-cli-deprecation-workflow

MIT License
165 stars 43 forks source link

positional-arguments false positive #160

Closed yratanov closed 11 months ago

yratanov commented 11 months ago

When ember-glimmer.link-to.positional-arguments is enabled, the following code is raising an error:

<button
  {{on "click" (transition-to "some.route" (query-params some="param")}}
/>

ember-router-helpers

Since it is not in the context of LinkTo, it shouldn't raise an error.