This will allow consumers to inject it using `topicTrackingState: service()` in preparation for the removal of implicit injections in Ember 4.0. `topic-tracking-state:main` is still available and will print a deprecation notice. Ideally we would convert topic-tracking-state into a true service, rather than registering a model instance into the registry. However, inter-dependencies between service injections make this very difficult to achieve. We don't want to block Glimmer Component work, so this commit does the minimum for now. |
||
|---|---|---|
| .. | ||
| discourse-bootstrap.js | ||
| dynamic-route-builders.js | ||
| inject-discourse-objects.js | ||
| map-routes.js | ||
| sniff-capabilities.js | ||
| svg-sprite-fontawesome.js | ||
| theme-errors-handler.js | ||