This website requires JavaScript.
Explore
Help
Sign In
Discource-C
/
discourse
Watch
1
Star
0
Fork
0
You've already forked discourse
mirror of
https://github.com/discourse/discourse.git
synced
2025-02-07 20:08:26 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
discourse
/
app
/
assets
/
javascripts
/
admin
/
addon
/
components
/
resumable-upload.js
4 lines
101 B
JavaScript
Raw
Normal View
History
Unescape
Escape
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-03 16:27:29 -07:00
import
Component
from
"@ember/component"
;
DEV: Convert admin component definitions to native class syntax (#20311) This conversion was achieved using the ember-native-class-codemod, plus a handful of manual fixes/tweaks
2023-02-23 15:32:53 +00:00
export
default
class
ResumableUpload
extends
Component
{
}
Reference in New Issue
Copy Permalink