emberjs / ember-render-modifiers

Implements did-insert / did-update / will-destroy modifiers for emberjs/rfcs#415
MIT License
86 stars 33 forks source link

re-apply blueprint #27

Closed NullVoxPopuli closed 3 years ago

NullVoxPopuli commented 4 years ago

while working on https://github.com/emberjs/ember-render-modifiers/pull/25, I noticed that the linting didn't like decorators (wanted to use @tracked for adding tests). I figured the last blueprint applied to this addon was pre-octane, so re-applying ember-cli-update hopefully "just works"?

NullVoxPopuli commented 4 years ago

looks like the modifier manager polyfill broke somehow? all tests pass except for ember-source @ 2.18 and 3.4 (pre modifier-manager)