Sergei Grishchenko
Sergei Grishchenko
There is great project [csstype](https://github.com/frenic/csstype) and also there is wrapper in [kotlin-wrappers](https://github.com/JetBrains/kotlin-wrappers) for it. They are great because of: 1) They are generated from MDN specs 1) They have zero-runtime...
This issue is reopened because we still have problems with keys in wrappers and we have plans to introduce some solution.
Be careful, code above does not produce exit code 1, so even broken tests will be green on CI, here is my corrected version of this snippet: ```ts import process...
Yes, something like this. E.g. in Vitest docs you can see an example of [exclude](https://vitest.dev/config/#exclude) property in config. If I want to implement a similar approach in my CLI utility...
Thank you for answer. I see what you think about TS, but Typedoc is tool for TS documentation. In my opinionion, TS using is very symbolic and principal question for...
I have sent PR with desribed changes, see #112