1
0
mirror of https://github.com/janet-lang/janet synced 2025-07-02 10:02:49 +00:00
Calvin Rose b75fb8dc9e Add :@all: to module/expand-path
Allow more easily importing modules from custom directories
without jumping through too many hoops. Technically, this was
possible before but required circumventing the built-in module/paths
and was just a hassle.

Also add entries to module/path (and module/add-path) to allow code
like the following.

(setdyn :my-libs "/home/me/janet-stuff/")

(import @my-libs/toolbox)

Intended for things like test harnesses where code might not
be installed to the usual directories.
2022-11-04 11:15:48 -05:00
..
2022-03-21 18:22:59 -05:00
2022-03-21 18:22:59 -05:00
2022-11-04 11:15:48 -05:00
2022-03-21 18:22:59 -05:00
2022-03-21 18:22:59 -05:00
2022-03-21 18:22:59 -05:00
2022-03-21 18:22:59 -05:00