-
-
Notifications
You must be signed in to change notification settings - Fork 159
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
Error: Unsupported function signature format. #94
Closed
Faline10 opened this issue
Oct 4, 2018
· 1 comment
· Fixed by #117 or abdulrahman305/openapi-to-postman#6
Closed
Error: Unsupported function signature format. #94
Faline10 opened this issue
Oct 4, 2018
· 1 comment
· Fixed by #117 or abdulrahman305/openapi-to-postman#6
Labels
Comments
brettz9
added a commit
to brettz9/eslint-plugin-jsdoc
that referenced
this issue
Nov 1, 2018
- Docs (README): Update `<ObjectPattern>` link
Closed
brettz9
added a commit
to brettz9/eslint-plugin-jsdoc
that referenced
this issue
Nov 2, 2018
- Docs (README): Update `<ObjectPattern>` link
brettz9
added a commit
to brettz9/eslint-plugin-jsdoc
that referenced
this issue
Nov 13, 2018
- Docs (README): Update `<ObjectPattern>` link
brettz9
added a commit
to brettz9/eslint-plugin-jsdoc
that referenced
this issue
Dec 7, 2018
- Docs (README): Update `<ObjectPattern>` link
brettz9
added a commit
to brettz9/eslint-plugin-jsdoc
that referenced
this issue
Dec 7, 2018
- Docs (README): Update `<ObjectPattern>` link
gajus
pushed a commit
that referenced
this issue
Dec 7, 2018
- Docs (README): Update `<ObjectPattern>` link
🎉 This issue has been resolved in version 3.12.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This was referenced Mar 14, 2020
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Printing out the functionNode, I found the SourceLocation in my code and discovered the issue was array destructuring like so on a method:
myMethod([a, b]) {}
This is valid array destructuring in es6.
Using:
"babel-eslint": "8.2.1",
"esdoc": "^1.1.0",
"esdoc-ecmascript-proposal-plugin": "^1.0.0",
"esdoc-jsx-plugin": "^1.0.0",
"esdoc-standard-plugin": "^1.0.0",
This issue is similar to issue #18
The text was updated successfully, but these errors were encountered: