Skip to content
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

@Faline10
Copy link

Faline10 commented Oct 4, 2018

Error: Unsupported function signature format.
    at /Users/fawnbertram/Documents/Libraries/cc-libraries-panel/node_modules/eslint-plugin-jsdoc/dist/jsdocUtils.js:41:11

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

brettz9 added a commit to brettz9/eslint-plugin-jsdoc that referenced this issue Nov 1, 2018
- Docs (README): Update `<ObjectPattern>` link
@brettz9 brettz9 mentioned this issue Nov 1, 2018
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 gajus closed this as completed in #117 Dec 7, 2018
gajus pushed a commit that referenced this issue Dec 7, 2018
- Docs (README): Update `<ObjectPattern>` link
@gajus
Copy link
Owner

gajus commented Dec 7, 2018

🎉 This issue has been resolved in version 3.12.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment