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

JSDoc3 ~ namepaths are not supported #13

Closed
SevInf opened this issue Apr 17, 2015 · 2 comments
Closed

JSDoc3 ~ namepaths are not supported #13

SevInf opened this issue Apr 17, 2015 · 2 comments
Milestone

Comments

@SevInf
Copy link

SevInf commented Apr 17, 2015

JSDoc3 allows to use ~ character to refer to the inner member of the class/namespace (docs), but jsdoctypeparser does not recognize such declarations as a valid types:

>parser.parse('Name~property')
Unexpected token: "":
Name~property
   ^
@Kuniwak Kuniwak added the bug label Apr 17, 2015
@Kuniwak Kuniwak added this to the v2.0.0 milestone May 10, 2015
@Kuniwak
Copy link
Member

Kuniwak commented May 10, 2015

Thanks for your reporting, @SevInf .

I'm gonna enable it on v2.0.0 (related 9e60e6d).
And after v2.0.0, we can get new AST that is not comatible to v1.x.
In v1.1.4, it will be an unknown type.

@Kuniwak Kuniwak added new feature and removed bug labels May 10, 2015
@Kuniwak
Copy link
Member

Kuniwak commented Aug 5, 2015

It will be released with v2.0.0

@Kuniwak Kuniwak closed this as completed Aug 5, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants