v2022-07-23
Support module aliases on import in Elm Interactive compiler + Automate testing an Elm Interactive scenario depending on a module alias. + Expand the lookup of references in an Elm module during compilation to consider module aliases declared with the `import` syntax. + Fix bug in `getDirectDependenciesFromModule`: Don't use the alias there.