Building out 2.0 low model

This commit is contained in:
Dave Shanley
2022-09-02 10:38:14 -04:00
parent 68743113ed
commit c1c45a8362
16 changed files with 917 additions and 68 deletions

View File

@@ -31,7 +31,6 @@ func (ex *Example) FindExtension(ext string) *low.ValueReference[any] {
func (ex *Example) Build(root *yaml.Node, idx *index.SpecIndex) error {
ex.Extensions = low.ExtractExtensions(root)
_, ln, vn := utils.FindKeyNodeFull(ValueLabel, root.Content)
if vn != nil {