Tom MacWright

Results 366 comments of Tom MacWright

The default instructions - `npm install -g documentation` - are to install documentation globally, as a command-line tool. If you'd like to install it locally, so you can use it...

I think the issue here is the same as https://github.com/documentationjs/documentation/issues/591 - if anyone's working on the problem, feel free to post back. If anyone's interested in helping, please do, I'd...

Consult the [maintenance status](https://github.com/documentationjs/documentation/wiki/Current-maintenance-status): if you want this fixed, please file a PR and I'll happily review & merge it.

In this context, the `return` statement disables membership detection. This modified code works: ``` function createClass(superClass) { /** @class */ class MyClass extends superClass { /** * Test */ myMethod()...

WOW. This is amazing: thanks for submitting this RFC, @obfu5c8! cc @anthony-redFox @arv @anandthakker to take a look at this. Re: the changes - - In this longish history of...

From 2015-2016 it did! As 'polyglot' mode, which was removed in the [5.x](https://github.com/documentationjs/documentation/blob/master/CHANGELOG.md#500-2017-07-27) because it was rarely used and was adding overhead to all the code paths downstream.

I'll try giving this a look. The JavaScript ecosystem is… chaotic. Thanks to Webpack, lots of folks started ~~ab~~using import & require statements to load images, css, text, markdown, and...

The root cause is in [detective](https://github.com/browserify/detective), which only parses modules with acorn if there's a `require()` detected. https://github.com/browserify/detective/blob/master/index.js#L44-L47 I think, long-term, documentation would swap out detective for something that's maintained...

I've tried adding this snippet as a testcase, but it doesn't crash the current build of documentation.js. It's possible that the bug is elsewhere in the system, triggered by different...

That's a great question, and thus far I haven't seen a solid answer! But to get conversation started, I'll propose a solution (though, only theoretical, there's no code on the...