Ron Buckton
Ron Buckton
I understand that this is a fairly old PR, for a fairly old version of Android at this point, but I've filed #152 as an alternative approach since this one...
I apologize for not having reviewed this issue previously. Is this still an issue you are seeing? If not, I plan to close this issue in a few days as...
Closing this as External as it seems to be an issue with Babel's emit. > Actually importing reflect-metadata in every file can _cause_ this problem. If there are two different...
Unfortunately, this isn't enough information to go by as I'm not sure where the error is coming from since the stack trace only includes line information for the generated/bundled output.
You generally shouldn't define the metadata on the function object for the method, but on the class itself, as @Saber2pr suggested. However, it looks like Swagger's `@ApiOperation` decorator is attaching...
I am considering adding a compatibility mode to read metadata from `Symbol.metadata` if it is present, but that is fairly low on my list of priorities at the moment. I...
While yes, the decorator metadata proposal is now officially at Stage 3, I don't plan to archive this project as there are many consumers who cannot migrate to native decorators...
I can confirm this has been fixed for some time now.
> > accessor cannot be used with readonly or declare on the same field declaration. > > Hi, I just noticed that using TypeScript 4.9.3, > > ```ts > class...
A simpler change might be `if (ar || !(i in Object(from))) {` to coerce the string to an object for use with `in`. We'd also need to make this change...