Volen

Results 23 comments of Volen

Thanks for the bug report! It seems like the playground doesn't support promises, but if you remove the `async` keyword from the function it seems to run correctly. I'll fix...

Thank you so much, I'm glad you're enjoying this plugin! Can you share the code which causes the issue? I'm currently trying to replicate it like so: `channel.ts` ```ts export...

Yeah, this is not possible currently because macro calls are just regular function calls, you can only use them where you can call functions :(. As of using a macro...

I'm having the exact same issue!

I managed to fix the issue by using an earlier version of webpack. ``` "webpack": "^4.29.4", "webpack-cli": "^3.1.1" ``` This is probably an issue with webpack

I figured it out - you have to animate it yourself by changing the `seed` value. The demo is sorta misleading.

Creator of ts-runtime-checks here: is this going to be merged?

The `entryPoints` option should be an array pointing to files in different npm packages/projects. Every export inside the file is going to be documented, as well as all exports from...

Interesting, thanks for the bug report! I'm not sure how that's even possible...