SantoJambit

Results 8 comments of SantoJambit

Just came across the same issue.. I got mine working by using the parameter `--parse-extension ts` as seen in the top-posting.

Readme would be fine for me.. it's the first place I start looking for information. A file in the docs folder would be the next best thing (with a link...

@exapsy React.MouseEvent is not meant to be used with EventSource. I think your issue is a different one.

Not sure if the same issue, but I get the same error message with just `@see` and `@link` (no `@remarks`): https://typescripttolua.github.io/play/#code/PQKhCgAIUhlB7AtgU0gYySgdgFyhaSAAQGdlUBvIgGwEssBrSACxxwAcSAuYYAc1o5mAVwBGAOgyJgiWmgBO8EvABmOYABUAnu2SwFtdutokSw5CWAAWAJwBGAAw2AvvmDhkAD3bx5OSCrCWGg4tPBYkACyWgBiQSFhWAAUAJSQFK5AA for some reason, it only shows once you start...

nwsapi has been released in version 2.2.9, so as soon as jsdom updates to that version, it should be fixed :smile:

Sorry, I will try again: This is not an actual error with the logic, but rather an error with the error logging code. While I was writing #38, I was...

So, here's one case that should work, but doesn't: ```typescript interface MyType { foo: string; } const foobar: MyType = { foo: 'bar' }; function test(fb: JsonValue) { return 0;...