Skip to content
Snippets Groups Projects
Commit e3b50c1a authored by 最萌小汐's avatar 最萌小汐
Browse files

#638 literal of `package.config`

parent 8af5147e
No related branches found
No related tags found
No related merge requests found
...@@ -15,8 +15,6 @@ function require(modname) end ...@@ -15,8 +15,6 @@ function require(modname) end
---#DES 'package' ---#DES 'package'
---@class packagelib ---@class packagelib
---#DES 'package.config'
---@field config string
---#DES 'package.cpath' ---#DES 'package.cpath'
---@field cpath string ---@field cpath string
---#DES 'package.loaded' ---#DES 'package.loaded'
...@@ -27,6 +25,14 @@ function require(modname) end ...@@ -27,6 +25,14 @@ function require(modname) end
---@field preload table ---@field preload table
package = {} package = {}
---#DES 'package.config'
package.config = [[
/
;
?
!
-]]
---@version <5.1 ---@version <5.1
---#DES 'package.loaders' ---#DES 'package.loaders'
package.loaders = {} package.loaders = {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment