-
```
What steps will reproduce the problem?
1. Run the linter on https://gist.github.com/2629373
What is the expected output?
No errors reported, because all of these methods are part of a prototype
…
-
```
What steps will reproduce the problem?
1. Run the linter on https://gist.github.com/2629373
What is the expected output?
No errors reported, because all of these methods are part of a prototype
…
-
See https://github.com/jsdoc3/jsdoc/issues/1046:
> At http://usejsdoc.org/tags-type.html I see "number", "boolean", "string" and "Array".
>
> At http://usejsdoc.org/tags-returns.html I see Titlecase…
dandv updated
7 years ago
-
```
The CommonJS module pattern is based on keeping things away from the global, as
this is considered to be bad practice. I've been writing an application for
RequireJS, which implements the common…
-
```
The CommonJS module pattern is based on keeping things away from the global, as
this is considered to be bad practice. I've been writing an application for
RequireJS, which implements the common…
-
```
The CommonJS module pattern is based on keeping things away from the global, as
this is considered to be bad practice. I've been writing an application for
RequireJS, which implements the common…
-
There are a lot of pages in the API docs which have an invalid link in the "W3C WebDriver spec" section. See [this page](https://nightwatchjs.org/api/alerts/accept.html) for one such example.
- [x]…
-
Does anyone know if it is possible to modify VSCode Intellisense for JSDoc and TSDoc tags? I have always been bothered by the way VSCode handles certain JS/TS doc tags and I just cannot handle it …
-
JSDoc has [its own idea of modules](http://usejsdoc.org/tags-module.html), which [I've discussed before](https://github.com/documentationjs/documentation/issues/803#issuecomment-330340611) - essential…
-
Functions with types like `function(number):boolean` are only rendered as the single word "function".
Using Closure compiler syntax for function annotations: https://github.com/google/closure-c…