[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: dot-d
- From: "Pierre Chapuis" <lua@...>
- Date: Mon, 15 May 2023 09:55:39 +0200
On Mon, May 15, 2023, at 02:15, Soni "They/Them" L. wrote:
> We are wondering, if it would be possible to support foo.lua.d/bar.lua
> for require("foo.bar").
When it comes to this kind of thing, you can do basically anything by
implementing a custom package searcher.
https://www.lua.org/manual/5.4/manual.html#pdf-package.searchers
--
Pierre Chapuis
- References:
- dot-d, Soni "They/Them" L.