ember-fastboot / ember-cli-fastboot

Server-side rendering for Ember.js apps
http://ember-fastboot.com/
MIT License
852 stars 160 forks source link

Octane-ify runtime code #909

Open chriskrycho opened 1 year ago

chriskrycho commented 1 year ago

Just what it says on the tin. Notably, this is a breaking change, since it means that it would otherwise introduce the “zebra-striping” hazard for interior between native and classic classes: if someone is extending the FastBoot service using classic class syntax, it could have strange behaviors around edge cases where overriding the now-native-class version of the service.