-
-
Notifications
You must be signed in to change notification settings - Fork 31.6k
events: set target property to null #33615
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
1dd2055
to
474f586
Compare
PR-URL: #33615 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Zeyu Yang <himself65@outlook.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
|
@benjamingr I don't know which of the PRs you just landed introduced it, but there's a linter error on master now: https://github.com/nodejs/node/runs/724700725 |
@targos my bad, this is the first time I used the node core utils flow and I probably messed something up. Should I force-push a fix? |
I will force push and make a PSA, sorry! |
@targos I am having issues, I am dealing with it, it will take 5 more minutes. My computer just crashed and ncu kicked me out :( |
@targos can you please check I did things correctly? I landed things for the first time in ±2 years and for the first time with NCU. Ruben helped me for most parts but I think I still made a mess somehow and I'm not sure I understand what happened. I will just wait for Ruben to be online and then investigate with him and make a PSA in the meantime. |
Seems like it's still on master. The issue is this commit f643cf4 |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
50ef651
to
2738e94
Compare
PR-URL: #33615 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Zeyu Yang <himself65@outlook.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
Landed in 1969ada |
Another small fix to set the
target
property of the event tonull
and not undefined (to align behaviors)Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes