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
* Indicate that a CustomStringCallback can return undefined to
indicate that no custom behavior should be applied for that node.
* Allow WalkCallback to return false. Otherwise, a callback that may
or may not prevent further traversal can't be expressed in
TypeScript, since it doesn't allow a function to only return a value
some of the time.
0 commit comments