Aljeksej Jaroševič
Aljeksej Jaroševič
@alawatthe Yeah, it was a bad idea. You're going right, I like your plan :+1: > And of course the other way round, if there is a default value in...
Thanks for report. Looking at it.
http://usejsdoc.org/tags-param.html — nothing about it https://github.com/senchalabs/jsduck/wiki/@param — still nothing https://github.com/jsdoc3/jsdoc/issues/987#issuecomment-93864964 — gotcha!
I've left the comment in jsdoc repo. I'm fine if we make this possible, but then it won't work in jsdoc tool. Guess it will hurt a lot of people...
Partially done. Need to add `allExcept` here.
Related to jscs-dev/node-jscs#1257
Thanks, nice catch! > Whichever you choose, be consistent within your project. Need to make some option for types parsing algorithm to use '/' instead of '|'. What you think...
@jdforrester Yeah, thanks for clarifying that. For now it looks like complicated task cuz we also need some info about used delimiter to check it. Don't see how to check...
Internal mechanics of `jscs` doesn't allow this for now. Probably only if all extendable and final classes are placed in one file. On the flip side `jscs` is a code...