Closed NullVoxPopuli closed 8 months ago
This should allow us to delete some code in ember.js, as ...attributes in {{}} is always invalid.
...attributes
{{}}
The underlying parser already errors for .foo and foo..bar
.foo
foo..bar
This should allow us to delete some code in ember.js, as
...attributes
in{{}}
is always invalid.The underlying parser already errors for
.foo
andfoo..bar