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

adapt_framework: convert to es6 classes and modules #2999

Closed
oliverfoster opened this issue Dec 17, 2020 · 0 comments · Fixed by #3000
Closed

adapt_framework: convert to es6 classes and modules #2999

oliverfoster opened this issue Dec 17, 2020 · 0 comments · Fixed by #3000
Assignees

Comments

@oliverfoster
Copy link
Member

Remove all amd define/return and replace with import/export default.
Convert classic var Class = Backbone.Class.extend({}) to ES6 class Class extends Backbone.Class {}

@oliverfoster oliverfoster self-assigned this Dec 17, 2020
@moloko moloko added this to Need fixing in The Quick TODO Board via automation Jan 6, 2021
@moloko moloko moved this from Need fixing to Need reviewing in The Quick TODO Board Jan 6, 2021
The Quick TODO Board automation moved this from Need reviewing to Need releasing Jan 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
The Quick TODO Board
Needs releasing
Development

Successfully merging a pull request may close this issue.

1 participant