ember-cli / ember-cli/ember-cli-deprecation-workflow

Prevent eval time deprecations from vendor.

Open
#2 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.