roc/crates/compiler/problem
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
..
src Implement import aliases 2024-04-20 12:07:01 -03:00
Cargo.toml run a toml formatter and then clean it up a bit 2023-03-06 19:47:57 -08:00