fix: #55946 Added comment snippet variable#63572
Conversation
| } else if (name === 'BLOCK_COMMENT_START') { | ||
| return comments.blockCommentStartToken; | ||
| } else if (name === 'BLOCK_COMMENT_END') { | ||
| return comments.blockCommentEndToken; |
There was a problem hiding this comment.
... || undefined to ensure the default value is applied (in all cases)
There was a problem hiding this comment.
Thanks, I have made changes as per your suggestion.
|
@karanisverma The build has failed due to a strict null error. You can them locally via |
|
Thanks for the info, Looking into it :) |
|
@jrieken I have fixed the issue and I have checked locally by following the steps you mentioned above. build process seems to fail in following file I guess it's not because of the changes in this PR. Please let me know if there is anything I have to fix at my end. |
|
@jrieken I have pulled code from master, tests are passing now 🙌🏼 |
|
Thanks @karanisverma |
|
Anytime :), Thanks you for guiding me 🙂 |
Added comment snippet variable
it fixes following issue
#55946