json: mark properties as used after blocks are decoded from them
This commit is contained in:
parent
64c1036f80
commit
5fa767a43a
@ -112,6 +112,7 @@ func (b *body) PartialContent(schema *zcl.BodySchema) (*zcl.BodyContent, zcl.Bod
|
|||||||
}
|
}
|
||||||
v := jsonAttr.Value
|
v := jsonAttr.Value
|
||||||
diags = append(diags, b.unpackBlock(v, blockS.Type, &jsonAttr.NameRange, blockS.LabelNames, nil, nil, &content.Blocks)...)
|
diags = append(diags, b.unpackBlock(v, blockS.Type, &jsonAttr.NameRange, blockS.LabelNames, nil, nil, &content.Blocks)...)
|
||||||
|
usedNames[blockS.Type] = struct{}{}
|
||||||
}
|
}
|
||||||
|
|
||||||
unusedBody := &body{
|
unusedBody := &body{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user