glimmerjs / glimmer-vm

MIT License
1.13k stars 191 forks source link

Prevent use of ...attributes in invalid places #1582

Closed NullVoxPopuli closed 8 months ago

NullVoxPopuli commented 8 months ago

This should allow us to delete some code in ember.js, as ...attributes in {{}} is always invalid.

The underlying parser already errors for .foo and foo..bar