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
If tab-based indentation is used in the codebase (e.g. prettier config "useTabs": true), introspectComments does not accurately parse comments. For example, descriptions have leading * characters that are interpreted as bullets, and tsdoc tags are not stripped away.
Minimum reproduction code
I will attach a PR with a test case shortly, let me know if you need anything else.
Steps to reproduce
see current behavior
Expected behavior
introspectComments should work identical for space and tab-based indentation
Package version
5.1.5
NestJS version
8.2.3
Node.js version
14.15.1
In which operating systems have you tested?
macOS
Windows
Linux
Other
No response
The text was updated successfully, but these errors were encountered:
Just checking in. If there's anything lacking from the description or the PR, or if there's anything I can do to help get this merged, please let me know.
Is there an existing issue for this?
Current behavior
If tab-based indentation is used in the codebase (e.g. prettier config
"useTabs": true
),introspectComments
does not accurately parse comments. For example, descriptions have leading*
characters that are interpreted as bullets, and tsdoc tags are not stripped away.Minimum reproduction code
I will attach a PR with a test case shortly, let me know if you need anything else.
Steps to reproduce
see current behavior
Expected behavior
introspectComments should work identical for space and tab-based indentation
Package version
5.1.5
NestJS version
8.2.3
Node.js version
14.15.1
In which operating systems have you tested?
Other
No response
The text was updated successfully, but these errors were encountered: