donmccurdy / greendoc

🌿 An adaptable system for generating documentation of TypeScript and JavaScript APIs.
Other
11 stars 1 forks source link

Support JavaScript source #24

Open donmccurdy opened 1 year ago

donmccurdy commented 1 year ago

If TS-Morph can parse JavaScript usefully, we should try to support JavaScript source files in this project, not just TypeScript.

donmccurdy commented 1 year ago

Alternatively - TypeScript can parse JS with JSDoc, generate type definitions, and TS-Morph can parse those.