goccy decoder supports merge maps

This commit is contained in:
Mike Farah
2025-05-03 20:20:50 +10:00
parent f89605e3c0
commit 72fa3cca98
3 changed files with 23 additions and 8 deletions
-3
View File
@@ -78,9 +78,6 @@ func (o *CandidateNode) copyToYamlNode(node *yaml.Node) {
node.Value = o.Value
node.Anchor = o.Anchor
// node.Alias = TODO - find Alias in our own structure
// might need to be a post process thing
node.HeadComment = o.HeadComment
node.LineComment = o.LineComment