roc/crates/compiler/load_internal
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 Merge branch 'main' into inline-imports 2024-04-20 12:01:11 -03:00
tests Implement import aliases 2024-04-20 12:07:01 -03:00
Cargo.toml split test_utils 2024-04-15 20:30:34 +10:00