Disclaimer: the following is a compilation of many thoughts and discussions about the future of the loader spec, it is not an actual plan, just food for thoughts. Rationale on why we might want to simplify the Loader API Importing relative and global modules on-demand is a primary use-case to level-up with node/CJS capabilities (import() imperative form is needed). A module may want to create a ne

