You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a minimal explanation there, but it could be improved. My understanding is that the main reason things are re-exported in app is because the app files in the addon are merged with the app files of the app. This allows Ember devs to use things like addon components using the exact same syntax and patterns they would use if the component existed directly in their own app.
Many times, addon authors have additional files in the addon folder that they do not re-export as public API, so it's good to have the distinction.
Document why addons re-export everything from addon/ into app/.
The text was updated successfully, but these errors were encountered: