You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should recognize global objects in the returned values
/** * Foo.bar(a) -> Array **/
The above, should replace Array with link to Array documentation.
It should recognize global objects in the arguments definition
/** * Foo.bar(a) -> Array * - a (RegExp): Some description **/
The above should replace RegExp with link to RegExp documentation
It should recognize global objects in links
/** * Foo.baz -> String * * Serialized representation of self as [[Object]]. **/
The above should replace [[Object]] with link to Object documentation
By default links to global objects should point MDN. But there should be an option to provide custom URL for global objects documentation (e.g. node.js documentation page).