View Single Post
11-10-18, 12:52 AM   #18
wartoshika
A Murloc Raider
AddOn Author - Click to view addons
Join Date: May 2018
Posts: 8
@Resike:

These are 7.0.1+ functions. When i come to this stage of documenting them, i'll let you know (WoWInterface or GitHub).

@jlam:

Quote from GitHub: Its targets are World of Warcraft addons, that use Lua 5.1. In the current form, it only intend to support a subset of Typescript
Yes, i have tried to develop some test addons with this tool but unfortunately there is only some basic TypeScript support. My goal with the qhun-transpiler was to support every aspect of TypeScript.

I want decorators, bitops, complex type transpiling, JavaScript function support when transpiling, type reflection for eg. dependency injection.

Last edited by wartoshika : 11-10-18 at 01:38 AM.
  Reply With Quote