https://github.com/Perryvw/TypescriptToLua/blob/master/dist/lualib/typescript.lua#L57
Looks like this code (and the next line) is using a variable k for indexing, but k is never defined. I'm not really sure what the intention is here, so I can't fix it myself.
https://github.com/Perryvw/TypescriptToLua/blob/master/dist/lualib/typescript.lua#L57
Looks like this code (and the next line) is using a variable
kfor indexing, butkis never defined. I'm not really sure what the intention is here, so I can't fix it myself.