lua: package.cpath/config/loaders/searchers stubs (attrib.lua past #9)
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Has been cancelled
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Has been cancelled
This commit is contained in:
@@ -1442,6 +1442,11 @@
|
||||
(dict-set! package "loaded" __package-loaded)
|
||||
(dict-set! package "preload" __package-preload)
|
||||
(dict-set! package "path" "?;?.lua")
|
||||
(dict-set! package "cpath" "?;?.so")
|
||||
(dict-set! package "config" "/\n;\n?\n!\n-")
|
||||
(dict-set! package "loaders" {})
|
||||
(dict-set! package "searchers" {})
|
||||
(dict-set! package "searchpath" (fn (&rest args) nil))
|
||||
|
||||
(define
|
||||
lua-require
|
||||
|
||||
Reference in New Issue
Block a user