LuaBuilder constructor
const
LuaBuilder({})
Creates a LuaBuilder with the supplied configuration.
Implementation
const LuaBuilder({
required this.sources,
this.mode = CompileMode.bytecode,
this.outputDirName = 'lua',
this.enableConstantFolding = true,
this.enablePeephole = true,
this.stripDebug = false,
});