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

write parser for jsdoc #11

Open
2 tasks
zavr-1 opened this issue Apr 27, 2019 · 0 comments
Open
2 tasks

write parser for jsdoc #11

zavr-1 opened this issue Apr 27, 2019 · 0 comments

Comments

@zavr-1
Copy link
Contributor

zavr-1 commented Apr 27, 2019

Change from a RegExp to a parser
2 problems ATM:

  • Can't check the record type in @param
    /** @param {{ record }} param
    
  • Matching the param name which starts the same as one of the previous params
    /**
     * @param {(Type | _ns.MissingType | _ns.Type)} union
     * @param {Type | MissingType} unionWithoutParenthesis
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