Closed tsugitta closed 1 year ago
@Aliheym Do you have any thoughts on this?
@tsugitta thank you for PR. You are absolutely right.
I also believe that we can remove the following line for the same reason:
Repository.prototype.extend = getRepository(originalExtend);
as
patchManager
is called forRepository.prototype
, there seems no need to callpatchManager
for the specific repository instance.BTW, it'd be nice to publish new version to include #23 and this (if merged).