You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would this fall apart if another decorator was involved that also replaced the method with a function that it could also use for other replacements? For example something like...
Since these methods would now be the same function, wouldn't they give the same metadata? (Also, I assume the gets are supposed to be referring to the methods through C.prototype rather than C directly?)
The text was updated successfully, but these errors were encountered:
Given this example from the readme:
Would this fall apart if another decorator was involved that also replaced the method with a function that it could also use for other replacements? For example something like...
Which when used with the original example (with an additional method)
Since these methods would now be the same function, wouldn't they give the same metadata? (Also, I assume the gets are supposed to be referring to the methods through
C.prototype
rather thanC
directly?)The text was updated successfully, but these errors were encountered: