tstl-plugin
There are 11 repositories under tstl-plugin topic.
AdamRaichu/tstl-attribution-plugin
A transformer for Typescript-To-Lua which can be used to add attribution to output files.
Cheatoid/TSTL-extensions
Plugin for TSTL which provides various low-level extensions
thinknathan/ts-defold-tstl-trim-extensions
TypeScript-to-Lua plugin that strips the final extension from files with nested extensions. Dedicated to @ts-defold
thinknathan/tstl-const-propagation
TypeScriptToLua plugin that performs constant propagation and constant folding
thinknathan/tstl-export-rename
TypeScriptToLua plugin that renames the `___exports` variable
thinknathan/tstl-export-to-global
TypeScriptToLua plugin that transforms all exported variables to global declarations
thinknathan/tstl-nullify-function
TypeScriptToLua plugin that sets annotated local functions to nil
thinknathan/tstl-remove-debug
TypeScriptToLua plugin that removes debugging expressions
thinknathan/tstl-simple-const-unroller
TypeScriptToLua plugin that performs constant folding for simple numeric expressions
thinknathan/tstl-simple-delete
TypeScriptToLua plugin that replaces calls to the TSTL `delete` function with a statement setting a value to `nil`.
thinknathan/tstl-simple-inline-func
TypeScriptToLua plugin that performs inline expansion to simple functions