You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It isn't the comment persay... it is the backtick. The TypeScript pre-process parser gets confused. A work around, remove the backtick. If you want JSDoc that works until the issue in TypeScript is resolved, don't use backticks for code, use four spaces indented above the previous paragraph:
functionhello(who: string): string{return`hello ${who}`;}/** * Example that works: * * import { scanLeft } from 'some/path/in/comment.ts' */
Ran into this error while working on
fp-ts
:Some rogue regexp somewhere?
The text was updated successfully, but these errors were encountered: