Skip to content

Commit

Permalink
Fix: add missing BuildAnnotationSet to ast v0 (#7349)
Browse files Browse the repository at this point in the history
Fixes #7347

Signed-off-by: Anders Eknert <anders@styra.com>
  • Loading branch information
anderseknert authored Feb 9, 2025
1 parent d00b575 commit bdb11d4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ast/annotations.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,7 @@ type (
func NewAnnotationsRef(a *Annotations) *AnnotationsRef {
return v1.NewAnnotationsRef(a)
}

func BuildAnnotationSet(modules []*Module) (*AnnotationSet, Errors) {
return v1.BuildAnnotationSet(modules)
}

0 comments on commit bdb11d4

Please sign in to comment.