Skip to content

Conversation

@samchon
Copy link
Owner

@samchon samchon commented Nov 22, 2023

As TypeScript starts skipping parsing JSDocComments since TypeScript v5.3 update but it is possible to revive the JSDocComments' parsing, by hacking the jsDocParsingMode value of tsc.js, I've decided to print a warning message from typia when the jsDocParsingMode value is not hacked.

Therefore, it is possible to running the typia as before even when the jsDocParsingMode has not benn hacked, and user can ignore the warning message if he (or she) does not use any comment tags and not generating any JSON schema with description comments in the application.

As TypeScript starts skipping parsing `JSDocComment`s since TypeScript v5.3 update but it is possible to revive the `JSDocComment`s' parsing, by hacking the `jsDocParsingMode` value of `tsc.js`, I've decided to print a warning message from `typia` when the `jsDocParsingMode` value is not hacked.

Therefore, it is possible to running the `typia` as before even when the `jsDocParsingMode` is not hacked, and user can ignore the warning message if he (or she) does not use any comment tags or not generating JSON schema with description comments.

- Related issue: microsoft/TypeScript#55739
@samchon samchon added documentation Improvements or additions to documentation enhancement New feature or request labels Nov 22, 2023
@samchon samchon self-assigned this Nov 22, 2023
@samchon samchon merged commit 450e705 into v5.3 Nov 22, 2023
@samchon samchon deleted the features/wizard branch November 22, 2023 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants