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

Support for JSDoc module: references #10

Open
freaktechnik opened this issue Oct 15, 2017 · 1 comment
Open

Support for JSDoc module: references #10

freaktechnik opened this issue Oct 15, 2017 · 1 comment

Comments

@freaktechnik
Copy link

freaktechnik commented Oct 15, 2017

Currently JSDoc module: references are looked up in the provided schemas. However, modules are defined with JSDoc syntax within JS files. The trouble here is mostly resolving the modules, since their name may not match their path.

Potentially a similar situation for external: references.

I'd be willing to develop a patch to add these features, though after quickly looking at the source of this package, I am not sure what the best strategy to resolve modules would be.

@AndreiSoroka
Copy link

any updates? :)

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

2 participants