Patch Changes
- #120
18efc6dThanks @lorisleiva! - Support@codama/nodes@1.10, whose node array attributes are now optional (Array<T> | undefined). Array reads are guarded with?? []throughout the renderer, and the newinjectedValueNodevalue kind now throws an explicit unsupported-node error rather than being silently mishandled. This backports the fix to the1.xline, bringing this previous version of the renderer up to date with the latest Codama nodes and standard so that fresh installs no longer crash on instructions without extra arguments.