Skip to content

Updating `as` deprecation warning to give filename and lineNumber

Choose a tag to compare

@phillipskevin phillipskevin released this 09 Nov 18:18
· 671 commits to master since this release

Instead of

can-stache: Do not use `{{#each people as person}}`, instead use `{{#each people person=value}}`

this warning will now show

filename.stache:1: the `as` keyword is deprecated. Use {{#each people person=value}} instead of {{#each people as person}}.