-
## Code
```ts
class A {
toString = () => {
return "A";
}
}
console.log(new A())
```
## Expected Output
```
A
```
## Current Output
```
table: 0x28
```
-
Hello, congrats for the project! I suggest that the TypeScript multiline string using ` (backticks) do get converted to Lua's multi line string using [[ ]].
Also a call to a module method like modu…
-
The message should explicitly tell you to use `string.match(foo, regex)`.
-
Yue have some nice features/syntax that make it a joy to work with like existence ?, nil coalescing ??, backcalls, destruct vargs... . But it also has big draw back that make it a bad choice for me to…
-
```ts
// function in object so considered method with self
const fn = ({ f: () => void }) => f();
// Lambda function without context
const g = () => {};
fn({ f: g }); // Should be validation …
-
## Search Terms
parser options compiler api
## Suggestion
Add a way to pass additional custom options to the CLI Parser.
## Use Cases
We currently work on a tool transpiling Typescript …
-
https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-8.html#ecmascript-private-fields
-
playground:
https://typescripttolua.github.io/play/#code/FAYwNghgzlAEAKEBOBTAdgF1gb2LfsAsgIwAUAlDgL54GEBMA-BdcDaJDLAMIAWAlmAAmsFAA8M6IXESpMOWvhItcBNbCgBXAA4okAOmXlFsGmoYqTarboMNG+iiZpUgA
key inpu…
-
* Would make `undefined !== null`
* Would make `typeof null === "object"` correct
* Would make it work it in arrays
* We'll have to emit more code to make it falsy
-
### Priority
Low
### Area
- [X] Data
- [X] Source
- [ ] Docker
- [ ] Other
### What happened?
We have comparing some things between Mehah and Cip client, i have noted a great CPU increase when br…
MUN1Z updated
1 month ago