Ky0toFu

Results 3 issues of Ky0toFu

## Summary - Escapes the `*/` terminator in TypeScript doc comments before emitting them into `/** ... */` JSDoc blocks. - Prevents schema `doc_comment` lines from closing the JSDoc block...

c++
javascript
typescript
codegen

## Summary The TypeScript generator in `flatc` writes schema documentation comments directly into a JSDoc block without escaping the terminator. A crafted line like `*/…/*` in a `.fbs` doc comment...

**What version of protobuf and what language are you using?** Version: v33.2 (git tag commit `7ccf2060af4cd13c44a8659d0999be6c7a98fcc1`) Language: C++ **What operating system (Linux, Windows, ...) and version?** Windows 11 with WSL...

untriaged