cangstudent
Results
1
issues of
cangstudent
```typescript try{ throw new Exception('test') }catch(e){ console.log(e) throw e }finally{ console.log('end'); } ``` will compile to ```lua --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]] -- Lua Library inline imports local function __TS__New(target,...
bug
scope: transformation