Skip to content

v2022-07-23

Compare
Choose a tag to compare
@Viir Viir released this 23 Jul 11:48
· 1163 commits to main since this release
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.