@tlua/cli
v0.0.52
Published
Typed Lua compiler, language service, and JavaScript API
Maintainers
Readme
tlua
tlua is a typed Lua compiler, language service, and tooling stack based on the
TypeScript compiler architecture.
Usage
Install the package and run the compiler:
npm install --save-dev @tlua/cli
npx tlua --helpThe package selects the native binary for the current operating system and
architecture through an optional @tlua/tlua-<platform> dependency.
JavaScript API
The experimental JavaScript API is available through the @tlua/cli/unstable/*
exports. These APIs may change between releases.
Issues and feedback
Report problems on the issue tracker.
