microsoft/typescript-analyze-trace

Can normalize-positions exit early once all positions have been normalized?

amcasey opened this issue · 0 comments

The naive implementation would be to add a global flag that causes all work to be skipped once it's set. However, it would be nicer if we could find some stream API that caused everything to shut down and/or detach.