```sh npx ember-holy-futuristic-template-namespacing-batman-codemod ensure-template-only-has-backing-class ``` We would like to colocate templates but, when no backing class exists, colocated templates extend `templateOnly` instead of `Ember.Component`. Generating the backing class helps avoid any behavioral changes. We can also run the `tagless-ember-components-codemod` to put the tags into the templates at which point we could convert these back to template-only components. |
||
|---|---|---|
| .. | ||
| bool.js | ||
| category-list.js | ||
| category.js | ||
| color.js | ||
| compact-list.js | ||
| emoji-list.js | ||
| enum.js | ||
| group-list.js | ||
| host-list.js | ||
| list.js | ||
| named-list.js | ||
| secret-list.js | ||
| simple-list.js | ||
| string.js | ||
| tag-list.js | ||
| upload.js | ||
| uploaded-image-list.js | ||
| url-list.js | ||
| value-list.js | ||