refactor: use setAllMethodNames method#1446
refactor: use setAllMethodNames method#1446peixotoleonardo wants to merge 1 commit intonestjs:masterfrom
Conversation
|
as that Lines 52 to 54 in d65d1a0 |
stepping in to mention that if there's a breaking change to be released, it might be interesting to bundle it with #1432 and the PR I need to make accordingly. I'll be following the topic. |
I could check if the method Or I could check the version of the package @nestjs/common. |
sounds good. Also, add a |
|
I will close this PR because I didn't create a branch to make the changes |
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
ScheduleExplorer is using scanFromPrototype of the MetadataScanner, this method is deprecated.
Issue Number: N/A
What is the new behavior?
I used the method getAllMethodNames for doing the same thing of the scanFromPrototype method
Does this PR introduce a breaking change?
Other information