mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Changes made using the ember-native-class-codemod, plus some manual tweaks Also ensures our implicit injections applied to the prototype immediately. Without this, they will only be applied on the next `.extend()` call, which is now later than the first native-class extension.