diff --git a/docs/roadmap.md b/docs/roadmap.md index 33f8678..89321c9 100644 --- a/docs/roadmap.md +++ b/docs/roadmap.md @@ -106,6 +106,14 @@ It would be incredible if this object could be forwarded to Alpine directly like This will reduce every import's size slightly. And more importantly; it will remove the need to wrap `_import` calls inside script tags without `type="module"`, making things easier for the developer and greatly decrease the chance of unexpected behaviour caused by race conditions due to slow network speeds when a `DOMContentLoaded` listener was forgotten. +## Optionally assigning a import to the window scope + +It could be convenient to provide an api to assign imports to a window variable by use of a prop. This idea is still settling in so might change. + +```html + +``` + ## Better exception messages We need better exception messages & add more problem solutions. There are a lot of different scenarios to account for and we need your help! If you think we should provide a Ignition solution for a specific error please reach out via [GitHub](https://github.com/gwleuverink/bundle).