Rich Harris

Results 788 comments of Rich Harris

thanks — I updated the test so we have somewhere to start

Or better still, abort all subsequent traversal: ```js traverse(program, { Identifier(path) { if (path.node.name === 'Waldo') { console.log('found him'); path.abort(); } } }); ```

Fantastic, thanks so much! `this.stop()` is what I was looking for, but `skipChildren` is also super helpful

Is this still happening? There were no typechecking issues on the PR after upgrading to the latest `dts-buddy`, does that mean this can be closed?

FYI I _think_ this is fixed in the latest `dts-buddy`, though I haven't had a chance to check just yet

https://github.com/sveltejs/kit/pull/11013

This should probably be raised on the Bun issue tracker