Add an option to tstl that produces a single-file output. This is useful for environments where only a single Lua artifact can be provided such as Tabletop Simulator. This will avoid the need for secondary bundling solutions which may or may not work with TypescriptToLua's output. tstl is in the best position to compose the output for single file output.
Add an option to
tstlthat produces a single-file output. This is useful for environments where only a single Lua artifact can be provided such as Tabletop Simulator. This will avoid the need for secondary bundling solutions which may or may not work with TypescriptToLua's output.tstlis in the best position to compose the output for single file output.