Uh oh!
There was an error while loading. Please reload this page.
module: rename anonymous functions - #13849
Conversation
| var nodePath = process.env['NODE_PATH']; | ||
| if (nodePath) { | ||
| paths = nodePath.split(path.delimiter).filter(function(path) { | ||
| paths = nodePath.split(path.delimiter).filter(function pathsFilterCallback(path) { |
There was a problem hiding this comment.
I think this is the only one that's necessary. The rest should show up as expected in stack traces, etc. because they're attached to an object (prototype or otherwise).
There was a problem hiding this comment.
I agree, this is the only one that is needed. Can you please restore the other ones?
benjamingr
commented
Jun 21, 2017
Nice work. Please feel free to also give us any feedback about the onboarding process today. Note that JavaScript functions are automatically named when you assign them since ES2015. LGTM on the change @mcollina approved, please amend the rest. |
XadillaX
commented
Jul 20, 2017
I think this PR could be closed due to #14297 (review). |
Trott
commented
Jul 20, 2017
There's one function in |
BridgeAR
commented
Aug 30, 2017
Closing due to long inactivity. |
BridgeAR
commented
Aug 30, 2017
@ranstyr please feel free to reopen if you want to follow up on this! |
This is my first contribution!
#GoodnessSquad
#8913
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passesAffected core subsystem(s)
#GoodnessSquad