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
This is just a place holder issue to add support for block comments like /* comment */
This should be fairly straight forward with ast parser since the comments array includes comments of both type CommentLine and CommentBlock however this will be challenging as support is added for languages for which the ast parser cannot be used.
The text was updated successfully, but these errors were encountered:
This is just a place holder issue to add support for block comments like
/* comment */
This should be fairly straight forward with ast parser since the comments array includes comments of both type
CommentLine
andCommentBlock
however this will be challenging as support is added for languages for which the ast parser cannot be used.The text was updated successfully, but these errors were encountered: