-
TypeScriptToLua should transpile the JavaScript/TypeScript `string.includes()` to Lua's `string.match()`, or something similar.
-
how can use this in java js engine?
i just need ts 2 lua in java, i dont need node.js
-
@chgibb
How to async program with `hydro-sdk`?
Has the other solution to instead of the await and async, only `Future`?
**The reason why they have not been supporting is the `typescripttolua` ha…
-
## Checklist
- [*] I'm reporting a broken site support
- [*] I've verified that I'm running youtube-dl version **2021.06.06**
- [*] I've checked that all provided URLs are alive and playable in…
-
For example:
```ts
function func() {
return $multi(1,2,3);
}
print(func()[1])
```
Causes `func()[1]` to be translated to `func()[2]`, which is not correct, instead it should be something …
-
First of all, congratulations for the project, Hisham! I'm impressed. You probably know that TypeScript has been evolving to transpile to other languages than JavaScript, there is even Lua transpilati…
-
Would be nice to have a way to type lua enums which aren't actual enums and just rely on some restricted set of values. For example imagine following lua function:
```lua
function sayHello(languag…
-
**Introduction**
I'm developing resources for MTASA on typescript. MTASA does not support Lua's `require`, therefore, I cannot use Lua Modules. Only global-scoped variables/classes/functions can be…
-
https://typescripttolua.github.io/play.html#src=%2F**%20%40extension%20*%2F%0Aclass%20Test%20%7B%0A%20%20%20%20public%20get%20t()%3A%20string%20%7B%0A%20%20%20%20%20%20%20%20return%20%22t%22%3B%0A%20%…
-
If using the command `node node_modules/hydro-sdk/dist/compiler -t ota/hello_world.ts -m hello-world -d assets -p debug -w ota/hello_world.ts` to build the bytecode does not work as expected with the …