jsdoc: Doesn't support JSX
I am trying to use jsdoc with .jsx
files and seems doesn’t work. I can build the .jsx
files and then try to generate the documentation but I really don’t like that solution.
Are you going to support .jsx
?
About this issue
- Original URL
- State: closed
- Created 9 years ago
- Reactions: 1
- Comments: 17 (5 by maintainers)
Commits related to this issue
- add JSX support (#1001) — committed to jsdoc/jsdoc by hegemonic 9 years ago
- look for JSX files by default (#1001) — committed to jsdoc/jsdoc by hegemonic 9 years ago
I’ve added JSX support on GitHub master. JSX support will be included in JSDoc 3.4.0. For now, if you want JSX support, use GitHub master, not the npm version of JSDoc.
It’s very likely that the current implementation has some bugs. If JSDoc can’t handle your JSX code, please file a new issue, and include a code sample that reproduces the error.