roc/crates/compiler/problem/src
Agus Zubiaga 842a256907
Implement import aliases
Allows a module to be imported with an alias:

    import JsonDecode as JD

Import aliases must be unique and they cannot have the same name
as an imported module.
2024-04-20 12:07:01 -03:00
..
can.rs Implement import aliases 2024-04-20 12:07:01 -03:00
lib.rs make file loading errors that happen late in compilation still fatal 2023-04-09 14:03:33 -07:00