Software /
code /
prosody
Comparison
.luacheckrc @ 8048:75e37366a03f
luacheckrc: Declare module.environment as writable (thanks Link Mauve)
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 02 Apr 2017 22:26:52 +0200 |
parent | 7981:bbb900cfcfa5 |
child | 8239:20e3d5689cce |
comparison
equal
deleted
inserted
replaced
8047:eb9784561387 | 8048:75e37366a03f |
---|---|
21 "module._log", | 21 "module._log", |
22 "module.log", | 22 "module.log", |
23 "module.event_handlers", | 23 "module.event_handlers", |
24 "module.reloading", | 24 "module.reloading", |
25 "module.saved_state", | 25 "module.saved_state", |
26 "module.environment", | |
27 "module.global", | 26 "module.global", |
28 "module.path", | 27 "module.path", |
29 | 28 |
30 -- Module API | 29 -- Module API |
31 "module.add_extension", | 30 "module.add_extension", |
85 "module.load", | 84 "module.load", |
86 "module.add_host", | 85 "module.add_host", |
87 "module.save", | 86 "module.save", |
88 "module.restore", | 87 "module.restore", |
89 "module.command", | 88 "module.command", |
89 "module.environment", | |
90 }; | 90 }; |
91 } | 91 } |
92 files["tests/"] = { | 92 files["tests/"] = { |
93 read_globals = { | 93 read_globals = { |
94 "testlib_new_env", | 94 "testlib_new_env", |