mirror of
https://github.com/mikefarah/yq.git
synced 2026-08-24 00:04:50 +08:00
Resolve conflict in decoder_hcl.go by keeping typed object keys via convertCtyValueToNode (preserves int/bool/float keys in YAML) rather than coercing all keys to strings. Retain PR test case for integer key with empty object value, adapted to typed key output. Co-authored-by: Cursor <cursoragent@cursor.com>