Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[typescript] fix: escaped multiline comments; implementation option 3 #19554

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

joscha
Copy link
Contributor

@joscha joscha commented Sep 9, 2024

alternative implementation for #19528 and #19553, via #19528 (comment):

if it's not a lot of work, can you please file another PR to add null guards for the typescript generator(s)?

This implementation moves the null guard in the super classes. It leaves the individual implementations of escapeUnsafeCharacters of all generators as-is, thus reducing the diff in this pull request.

This implementation is a mixture of #19528 and #19553. It doesn't introduce a new odd ...NullGuard method and it also doesn't touch all generators.

closes #19528 #19553

@joscha joscha changed the title Joscha/fix escaped multiline comments option 3 [typescript] fix: escaped multiline comments; implementation option 3 Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant