-
Notifications
You must be signed in to change notification settings - Fork 31.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor defineProperty usage #28967
Comments
Happy to provide input but can you phrase it as closed questions? ^^ |
Sorry, I don't understand? |
Can you point to examples and explain what's unclear? The way your OP is phrased makes it kind of hard now to know where to start. |
In particular the configuration of http seems to like to set Likewise buffer seems to have some extra configuration that seems unclear: https://github.com/nodejs/node/blob/master/lib/buffer.js |
I think most of those can be explained by the words "backwards compatibility." E.g. I don't know why |
I've noticed that there is a lot of strange usage of `defineProperty" through the code base with slightly inconsistent options/configurations.
I don't mind helping out with this but I would need some help understanding the rules/thoughts behind some of these.
Furthermore if any of them need special configuration we should probably add tests for those...
The text was updated successfully, but these errors were encountered: