ts-plus / typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pipeable extensions don't include the jsdocs of the targeted functions, unlike with static and fluent

patroza opened this issue · comments

  • Misses documentation about the function
  • Also misses the tags like @macro traced etc.

The last point lead me to believe it's the reason why tracing doesn't work in
@effect/language-service, because of lack of @macro — traced jsdocs etc.
Example in patroza/ts-plus-test#1

But for fluent and static extensions, where in the editor I can see these tags, it seems tracing also doesn't work :S