Description
Accidental use of uninitialized variables can be caught earlier in Lua projects.
This package is useful for developers who want stricter runtime checks while debugging scripts or libraries. It is a development helper, not a static analyzer or type system.
Strict checks can break code that relied on dynamic globals. Enable them deliberately and test existing scripts.