| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Thank you @almost-jay for the contribution! 🙇♂️ I'm hoping to get back to coding & merging PRs in spring of 2026 🤞 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
added support for class methods, including constructors, by adding a new branch to extract.ts which handles .isConstructorDeclaration(), .isCallExpression(), etc. Also changed node.getChildAt(0, sourceFile) to use node.expression, because it seemed cleaner and was necessary to parse classes properly
Have only tested this on three projects so it might have bugs I haven't noticed...