https://github.com/samchon/reproduce-ts5.2-transform-api-comment-bug
Reproduce TS5.2 transform API bug that erasing `JSDocTag.comment`
https://github.com/samchon/reproduce-ts5.2-transform-api-comment-bug
Last synced: 12 months ago
JSON representation
Reproduce TS5.2 transform API bug that erasing `JSDocTag.comment`
- Host: GitHub
- URL: https://github.com/samchon/reproduce-ts5.2-transform-api-comment-bug
- Owner: samchon
- License: mit
- Created: 2023-05-20T06:38:44.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-26T10:21:03.000Z (about 3 years ago)
- Last Synced: 2025-02-25T04:34:20.560Z (over 1 year ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Reproduce `ts.getJSDocTags()` bug erasing `comment` property.
- Related issue: [samchon/typia/issues/633](https://github.com/samchon/typia/issues/633#issuecomment-1555700102)
```bash
npm install
npm start
```