Thanks to visit codestin.com
Credit goes to github.com

Skip to content

feat: Added support for wrapping private class methods#33

Merged
timfish merged 5 commits intonodejs:mainfrom
bizob2828:add-private-class-method
Feb 26, 2026
Merged

feat: Added support for wrapping private class methods#33
timfish merged 5 commits intonodejs:mainfrom
bizob2828:add-private-class-method

Conversation

@bizob2828
Copy link
Contributor

@bizob2828 bizob2828 commented Feb 26, 2026

I was trying to wrap a method i the redis library and it was a private method. I couldn't do it, and based on the AST it outputs the type is not ClassMethod but PrivateMethod. This PR adds support for wrapping private class methods

BEGIN_COMMIT_OVERRIDE
feat: Added support for wrapping private class methods
END_COMMIT_OVERRIDE

@bizob2828 bizob2828 force-pushed the add-private-class-method branch from fa1f88c to 96f3d8e Compare February 26, 2026 20:40
@timfish timfish merged commit 22d069d into nodejs:main Feb 26, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants