ember-cli / ember-cli/ember-cli-deprecation-workflow
Prevent eval time deprecations from vendor.
- Vorherrschende Sprache
- JavaScript
- Sterne
- 166
- Forks
- 44
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
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')`).
Beitragsleitfaden
Rechercherichtung
Beginne damit nachzuverfolgen, wie contentFor('app-prefix') derzeit das Deprecation-Polyfill und die Workflow-Handler in my-app.js platziert, und vergleiche anschließend den Einfügepfad für vendor-prefix in vendor.js. Überprüfe config/deprecation-workflow.js und die Platzierung von ember-debug-handlers-polyfill; fertig ist es, wenn Deprecations während der Auswertung von vendor.js behandelt werden, ohne vorzeitig protokolliert zu werden.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- javascript
- Bereich
- build-system, tooling
- Issue-Typ
- Bug
- Schwierigkeit
- 3/5
- Geschätzter Aufwand
- 1-2 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Klar beschrieben
- Anfängerfreundlichkeit
- 35/100