Tomasz Lenarcik

Results 47 comments of Tomasz Lenarcik

Recently a came up with another idea. Due to usability reasons it seems better to return a handler with `ready` method similar to those returned by `meteor` subscriptions. Does it...

Actually, it would be better to call this function `require.waitOn`.

@gottre Thank you for reporting. I believe that this is issue related to the code not being compatible with the latest version of `dxfgrabber`. I am not officially supporting this...

Perhaps this is a bit naive, but since markdown parsing is intrinsically complex, maybe we could consider the good old `heredoc` operator? ```typescript /** * @example

I see. I guess the key differentiator here is the presence of "

If I am reading correctly, there has already been an attempt to implement "vanilla" markdown experience: https://github.com/microsoft/TypeScript/issues/47679#issuecomment-1244077572 but it was rejected because it could break existing JSDoc comments with unbalanced...

One potential solution could be introducing proper support for code fences in `parseTagComments`. Currently each occurrence of `"@"` will break the comment text and start a new tag.