I tried updating to `typescript@3` and there is two problems, both with `getCombinedModifierFlags`. https://github.com/Perryvw/TypescriptToLua/blob/f62835e9d86ca09ec64c585c063d799d8e0e9f90/src/Transpiler.ts#L121 `Node` vs expected `Declaration`, can use `as Declaration` here? https://github.com/Perryvw/TypescriptToLua/blob/f62835e9d86ca09ec64c585c063d799d8e0e9f90/src/TSHelper.ts#L51 not sure what to do here.
I tried updating to
typescript@3and there is two problems, both withgetCombinedModifierFlags.https://github.com/Perryvw/TypescriptToLua/blob/f62835e9d86ca09ec64c585c063d799d8e0e9f90/src/Transpiler.ts#L121
Nodevs expectedDeclaration, can useas Declarationhere?https://github.com/Perryvw/TypescriptToLua/blob/f62835e9d86ca09ec64c585c063d799d8e0e9f90/src/TSHelper.ts#L51
not sure what to do here.