roc/crates/compiler/load_internal/tests
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
..
fixtures/build Merge branch 'main' into inline-imports 2024-04-20 12:01:11 -03:00
helpers moved all crates into seperate folder + related path fixes 2022-07-01 17:37:43 +02:00
test_load.rs Implement import aliases 2024-04-20 12:07:01 -03:00