083 ecology module aliasing

○ Planned This feature is planned but not yet implemented.

ECOLOGY: Module aliasing should not break special behavior

Failure Output

error[PARSE003]: import paths must start with $ alias (e.g., '$std/io', '$src/helper') - define aliases in koru.json
  --> tests/regression/300_ADVANCED_FEATURES/320_STDLIB/320_083_ecology_module_aliasing/input.kz:14:1
    |
 14 | ~import ctrl = "$std/control"
    | ^

Code

input.kz