-
Hello,
I get a crash when using the following:
``` javascript
immutable.Map.prototype[Symbol.toStringTag] = function _toStringTag() {
return 'Map';
};
```
However, this works fine:
``` javascrip…
-
Hi !
During my React development I found out that using ES6 Object destructuring causes ESDoc to crash with the following:
```
TypeError: Cannot read property 'charAt' of undefined
at Object. (X…
-
**Do you want to request a *feature* or report a *bug*?**
Seems like a bug, although this behaviour could be by design.
**What is the current behavior?**
Conflicting nested dependencies a…
-
Hi Jeff,
Thank you for jsdoc-baseline.
However, I'm having a trouble installing it. I've followed README.md, experimented and researched. The problem is probably npm-specific, but it's outside my ex…
-
According to: http://azure.github.io/azure-storage-node/#toc12
Running `grunt jsdoc` generates the documentation, but this throws all kind of errors.
There are modules missing (taffydb & marked) w…
-
The service should be able to read a static file (`json` or `csv`, to be determined).
This would help to avoid having an elastic search dependancy in our demo app.
-
Hello. I have project structure like this:
```
+ /lib
|- one.js
|- two.js
|+ /subdir
|- three.js
```
When I'm using command-line utility `jsdoc2md lib/**/*.js > DOCS.md` it ignores `one.js`…
-
[hegemonic/taffydb/package.json#L2](https://github.com/hegemonic/taffydb/blob/507d2d75fa16e1386f6d50abee1894b264d4458b/package.json#L2)
I noticed this earlier when cleaning npm cache. Apparently the …
-
Please can you bounce the version of jsdoc you rely on? Jsdoc recently resolved a long-standing (and phenomenally frustrating) [feature](https://github.com/jsdoc3/jsdoc/issues/961) of downloading taff…
atcol updated
8 years ago
-
After switching to using gzweb8 as a result of #84, my docker build hangs while creating its second thumbnail. Please see the output below.
This would seem to be the same problem as #43, but I'm un…