Open
Description
It would be good to expose the example/test URLs in the JSDocs:
I'm not sure how how to do this automatically though:
- write the test URLs in JSDocs and have the test runner read them (how?!). This has the advantage of "just working" when building it via TS
- manually extending the types via build, either via typescript transform or via post-build step (gives me a headache just thinking about it)
Something similar was suggested by @kidonng on the RG repo if I remember correctly.
Current situation: