mirror of
https://github.com/janet-lang/janet
synced 2026-07-14 23:32:42 +00:00
1f91ee30fe
This replaces a lot of the functionality in require by moving it to module/find. module/native-paths and module/image-paths are also merged into the one module/paths to make it easier to extend. This of course breaks some of the less important API - module/native-paths no longer exists.