ember-cli / ember-cli/ember-cli-deprecation-workflow
Prevent eval time deprecations from vendor.
Open
- Dominant language
- JavaScript
- Stars
- 166
- Forks
- 44
- PR merge metrics
- No merged PRs in 30d
Description
Since we are putting our deprecation polyfill and workflow handlers into the `my-app.js`, any deprecations triggered while evaluating `vendor.js` are still logged to the console.
---
- [ ] Figure out how to move the ember-debug-handlers-polyfill to just after Ember loads
- [ ] Add `config/deprecation-workflow.js` to the beginning of `vendor.js` (via `contentFor('vendor-prefix')` instead of `contentFor('app-prefix')`).
Contributor guide
Assessment
This issue has not been assessed yet.