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

Ignore node children #3

Open
samturrell opened this issue Feb 8, 2018 · 0 comments
Open

Ignore node children #3

samturrell opened this issue Feb 8, 2018 · 0 comments

Comments

@samturrell
Copy link

In vue we have something like the following:

export default {
	data () {
        return {
            foo: 'foo',
            bar: 'bar',
        };
    },

    computed: {
        fooBar () {
            return `${foo}${bar}`;
        },
    },
}

In this example a jsdoc block is somewhat redundant for the fooBar "method". Is it possible to whitelist a parent node with some kind of wildcard? e.g. computed.* or something?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant