all: use cue/ast.File.Preamble in two more places
To deduplicate the type switch logic, which can be easy to mess up.
The function simply takes a slice of File.Decls, so it doesn't add cost.
Also clarify the godoc a bit while we are here.
Signed-off-by: Daniel Martí <mvdan@mvdan.cc>
Change-Id: If9c00d80ee96f0745bfc4740d99dfb72913162b7
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1233928
TryBot-Result: CUEcueckoo <cueckoo@cuelang.org>
Unity-Result: CUE porcuepine <cue.porcuepine@gmail.com>
Reviewed-by: Matthew Sackman <matthew@cue.works>