Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support and enforcement for spread syntax in order-in-* rules #934

Merged
merged 1 commit into from Sep 7, 2020
Merged

Add support and enforcement for spread syntax in order-in-* rules #934

merged 1 commit into from Sep 7, 2020

Conversation

bmish
Copy link
Member

@bmish bmish commented Sep 7, 2020

Fixes crash with spread syntax. Also adds spread as a supported configuration type for these rules. Spread syntax should be listed before all other property types.

Fixes #924.

@bmish bmish added the Bug label Sep 7, 2020
And add spread syntax configuration support to these rules.
@bmish bmish merged commit ac0636f into ember-cli:master Sep 7, 2020
@bmish bmish changed the title Fix spread syntax crashes in order-in-* rules Add support and enforcement for spread syntax in order-in-* rules Sep 7, 2020
@bmish bmish added Enhancement and removed Bug labels Sep 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

order-in-models: TypeError: Cannot read property 'name' of undefined
1 participant