When jscs with checkTypes enabled meets the line like ``` * @param {module:my-name.SomeName} bla ``` it reports an error "expects valid type instead of module:my-name.SomeName". It should accept module:module-name and external:module-name prefixes. http://usejsdoc.org/howto-commonjs-modules.html#module-identifiers shows examples of namepaths like `module:my/pants.Jeans#hem` and http://usejsdoc.org/tags-external.html shows the same for externals like `external:String#rot13` Tested: jscs@1.12.0 jscs-jsdoc@0.4.5
When jscs with checkTypes enabled meets the line like
it reports an error "expects valid type instead of module:my-name.SomeName".
It should accept module:module-name and external:module-name prefixes.
http://usejsdoc.org/howto-commonjs-modules.html#module-identifiers shows examples of namepaths like
module:my/pants.Jeans#hemand http://usejsdoc.org/tags-external.html shows the same for externals likeexternal:String#rot13Tested:
[email protected]
[email protected]