-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Static definitions inside a ES2015 class cause errors #18
Comments
Docma currently supports JSDoc v3.4.3 (latest stable version as of Jun, 2017). Static methods (and getters/setters) would work but static (property) fields seem a stage-1 proposal which is currently not supported by JSDoc yet. Once JSDoc supports it, Docma will. |
Thank you, |
That crash/issue (with your static property example) is fixed by JSDoc v3.5.4 which is the version Docma will run with the new release. This will also add support for arrow methods and code with most ES2015 features. I still have some work with the new release; but won't take too long though. |
@onury any idea when a new version will be released.. I thought it would be as easy as just updating the jsdoc-x dependency but its still failing for me on arrow functions
causes an error on page load which results in a no render
|
There are other things to be updated such as |
Supported in Docma v2.0.0. |
This :
Causes an error like:
Also this fails:
The text was updated successfully, but these errors were encountered: