1 مستودع
Type definitions for the API surface of external Lua libraries.
Distinct from External Library Type Declarations: Specifically for Lua libraries, whereas the parent refers to JavaScript libraries.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Lua Library Type Declarations. Refine with filters or upvote what's useful.
lua-language-server is a static analysis tool and type checker for the Lua language that implements the Language Server Protocol. It provides a system for detecting type mismatches, unused code, and logic errors in source files. The project features an inference-based type system that deduces variable types and supports optional annotations and meta files to enforce type safety. It allows for the definition of custom types and function signatures, including support for overloads and member visibility controls. The server provides a broad set of IDE capabilities, including real-time code auto
Provides the ability to describe external library signatures using meta files for accurate autocompletion.