ember.js
ember.js copied to clipboard
[FEATURE] Add template tag component blueprints via --strict flag as per RFC #779
Implements step one of the blueprint work as per RFC #779
Allows e.g.:
ember generate component foo-bar --strict
Prior syntax is still enabled by default, or by passing the loose flag:
ember generate component foo-bar --loose
very excited for this!
@IgnaceMaes What is the status here?
@kategengler This should be good to go, functionality wise. But I could use some guidance on how to move this ahead.
This MR depended on https://github.com/ember-cli/ember-cli/pull/10332 which got merged and released in [email protected]. (yey 🎉) But can this functionality be merged already, considering it now requires a peerDependency on ember-cli@^5.5.0? Or should it be backported in ember-cli to older LTS's?
Does it work without the --strict flag for earlier ember-cli?
Does it work without the
--strictflag for earlier ember-cli?
It does! So I suppose this is fine then.