James Bromwell
James Bromwell
It looks like #126 did not fix this; at the very least, there should be a test case for this specific problem (`@private` class, with a `@memberof` tag on a...
Hello from the future! Any plans to change this behavior? Also, is https://github.com/angular/angular/issues/48505 a duplicate?
I opened https://github.com/jsdoc/jsdoc/issues/1793, we'll see what they say.
I think there's some confusion because the `tsconfig` used to compile `jest.config.ts`, before launching the test runner, is not necessarily the same `tsconfig` used by the ts-jest transformer to compile...
@SimenB if my logic in the previous comment is correct, then this should be closed now as a duplicate of https://github.com/facebook/jest/issues/13118 .
Update: I tried the [Closure syntax](https://github.com/google/closure-compiler/wiki/Types-in-the-Closure-Type-System#the-javascript-type-language) for this-type. `@type {Event}` doesn't choke JSDoc, at least. The bad news is that this emits in `tsd-jsdoc` as `Event void>`. It looks like...
I just added the polyfill from NPM a few hours ago, double checked and it is definitely v2.0.1. The problem I described above is in the current version of Edge,...
Yes, right, that's what I meant -- this shortcoming should be in the polyfill's documentation, and the workaround/fix would be cleaner if the polyfill exposed `nativeURLSearchParams` globally (which, again, would...
Rahul, does that have anything to do with the Content-Type problem described in this issue? You might need to create a new issue to track your problem. (I noticed that...
I read through the whole thread as well as [the docs page](https://v9.angular.io/guide/migration-undecorated-classes) and I'm still not clear on when to use `@Injectable()` vs `@Directive()`. Is the end result behavior any...