Currently lua bundling version 1.6 works great, but it is brittle due to string matching and regex. It would be nice to make it more future proof.
- implement lua lexer
- work with benjamin_dobell to have a full feature golang port of luabundle
- use a typescript/js emulator, load luabundle & dependencies, and execute bundling in virtual env
Currently lua bundling version 1.6 works great, but it is brittle due to string matching and regex. It would be nice to make it more future proof.