Volen

Results 23 comments of Volen

Thanks for submitting an issue! At this point, I think the entire extractor needs to be rewritten, there are quite a few changes in 4.8 that break it. I'll probably...

This package currently uses `eslint`, so I'm not sure if `prettier` is needed

For it to update you also need to update the file the macro is called in (even if it's just adding a space at the end of the file) -...

Theoretically, anything macros expand to can be written in javascript. I like the example because it shows how something trivial that's usually a pain to write if you have a...

Thanks for the issue! When ts-docs finds an export, it doesn't use the name alias for anything, it instead visits the file the exports are from and uses the names...

Thanks for the PR! Will be merged soon

Hi, currently postfix macros autocomplete only works on built-in types like string, number, boolean and arrays. You'll have to create a type for the object and add the macro as...

Currently it's not possible to use check types in a union, you could try using the `Or` check

Hi! Currently, this library isn't the best at handling unions of objects/arrays, This will be looked at very soon, but for now, you could create a discriminated union out of...