-
Hello,
I have a set of JS that are correctly documented with jsDuck 4.4.1 and that leads to an Error when using jsDuck 5.0.0 beta3 (Windows exe version)
Here is the error message
```
Error: Error w…
-
I'm seeing a page that took ~300ms to render on version 0.30.0 now taking over 9.5s on 0.31.2. I've confirmed all the extra time is spent in "addWith", specifically in the two times the js parse tree …
-
It would be lovely if ctags output would be available. This would definitely make vim users happier, especially those using [tagbar](http://majutsushi.github.com/tagbar/).
mlb- updated
11 years ago
-
I encounter a couple parsing errors when Inject parses the above scripts, which you can find here:
- [coffee-script](https://raw.github.com/jashkenas/coffee-script/1.4.0/extras/coffee-script.js)
- [XR…
-
I'm using the -X output to dump everything to json, so I can parse it to include into Drupal API (related issue at https://drupal.org/node/25901), the problem is that I don't find an easy way to get t…
-
There are several issues that ask whether we will add support for some of the more advanced features of libxml2. This always raises the question of defining the scope of this project. We haven't reall…
-
I am using webmake on the cli. This is the command I'm using:
```
webmake app/main.js build.js
```
The output of the buildfile is along these lines:
``` javascript
(function(modules) {
// webmake…
-
Hey Itay,
Is there a way to make cover work with other runners (i.e., nodeunit)? I looked at the source, and it appears to all call down into `runFile`. It wasn't obvious how to do make one of the …