Migrate old externs 7/x

This commit is contained in:
2026-06-16 08:33:04 +08:00
parent 3bc6957677
commit c2fb5b205a
51 changed files with 390 additions and 317 deletions
+1 -1
View File
@@ -325,7 +325,7 @@ func (r *Resolver) getExtern(f string) (closure.SourceInput, bool, error) {
return closure.SourceInput{}, false, err
}
src = closure.SourceInput{
src := closure.SourceInput{
Name: f,
Source: string(b),
}