You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
While refactoring to change a name of a func call, I got a lot of comments with wrong func name (and also wrong doc).
To be honest, a string_replace is NOT enough in these case, so we want to delete all comment block where a string matches a searched one.
What node type should I use in
getNodeTypes
of my custom rule?And what to return to simply remove the node?
I cannot return
null
, because this means "do not change node"Beta Was this translation helpful? Give feedback.
All reactions