add support for modules again
This commit is contained in:
parent
a3a3652294
commit
a0bfaefe7c
2 changed files with 35 additions and 2 deletions
|
|
@ -1,5 +1,13 @@
|
|||
local logger = require('dep.log')
|
||||
|
||||
---@class modules
|
||||
---@field prefix string prefix to prepend to the modules
|
||||
---@field [integer] string list of all modules to load
|
||||
|
||||
---@class speclist
|
||||
---@field modules modules a list of modules
|
||||
---@field [integer] spec a spec
|
||||
|
||||
---@class spec
|
||||
---@field [1] string id
|
||||
---@field setup function? code to run before the package is loaded
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue