Open droid001 opened 2 years ago
When using the hash private class field like
`class ClassWithPrivateClassFeatures() {
...
}`
…the following error is thrown:
Uncaught Error: atom-easy-jsdoc expects valid JavaScript. Error parsing: Unexpected character '#' /Users/xyz/.atom/packages/atom-easy-jsdoc/lib/jsdoc/funcParser.js:42
When using the hash private class field like
`class ClassWithPrivateClassFeatures() {
privateField;
}`
…the following error is thrown: