go/token: add (*FileSet).AddExistingFiles method to add files out of order · Issue #73205 · golang/go
Background: token.FileSet is often a bottleneck in applications that process Go source code. Nearly all logic that processes abstract syntax trees (ASTs) needs a FileSet that maps the ASTs' token.P...