diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-05-17 16:13:55 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-05-17 16:13:55 -0400 |
| commit | 13e7d04a74f7ad0b9b9dc96f681d091b65dce5ec (patch) | |
| tree | 321c63e528b939beab2f6f2c46192ab507546735 /src/environment.h | |
| parent | 8febea9aebe05644731bb68c297d3d13649a8dcb (diff) | |
Add `modules.ini` file for import aliases, as well as default aliases
for the built-in modules.
Diffstat (limited to 'src/environment.h')
| -rw-r--r-- | src/environment.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/environment.h b/src/environment.h index a89935e6..474bab61 100644 --- a/src/environment.h +++ b/src/environment.h @@ -94,5 +94,6 @@ binding_t *get_namespace_binding(env_t *env, ast_t *self, const char *name); extern type_t *TEXT_TYPE; extern type_t *PATH_TYPE; extern type_t *PATH_TYPE_TYPE; +const char *module_alias(ast_t *use); // vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0 |
