Comparison

.luacheckrc @ 12296:49ebac8a5260

prosody: Expose main thread on the 'prosody' global To allow running things in it.
author Kim Alvefur <zash@zash.se>
date Wed, 06 Oct 2021 14:49:26 +0200
parent 12002:cbed7d8d8f35
child 12298:cb459f8fa740
comparison
equal deleted inserted replaced
12295:e22afa09ebf2 12296:49ebac8a5260
10 "import", 10 "import",
11 }; 11 };
12 files["prosody"] = { 12 files["prosody"] = {
13 allow_defined_top = true; 13 allow_defined_top = true;
14 module = true; 14 module = true;
15 globals = {
16 "prosody";
17 }
15 } 18 }
16 files["prosodyctl"] = { 19 files["prosodyctl"] = {
17 allow_defined_top = true; 20 allow_defined_top = true;
18 module = true; 21 module = true;
19 }; 22 };