discourse/app/assets/javascripts/wizard
Peter Wagenet 7caaee27cc
DEV: Generate template backing classes for app (#17300)
```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.
2022-07-04 01:27:29 +02:00
..
addon DEV: Generate template backing classes for app (#17300) 2022-07-04 01:27:29 +02:00
app DEV: Make wizard an ember addon (#17027) 2022-06-17 14:50:21 +02:00
tests DEV: Make addons buildable on their own (#17205) 2022-06-23 22:19:54 +02:00
.npmrc DEV: Make wizard an ember addon (#17027) 2022-06-17 14:50:21 +02:00
ember-cli-build.js DEV: Make addons buildable on their own (#17205) 2022-06-23 22:19:54 +02:00
index.js DEV: Make wizard an ember addon (#17027) 2022-06-17 14:50:21 +02:00
package.json DEV: Allow newer versions of node (#17261) 2022-06-28 20:52:31 +02:00