pulumi / pulumi-yaml

YAML language provider for Pulumi
Apache License 2.0
38 stars 11 forks source link

Support negative literals when generating YAML #565

Closed lunaris closed 3 months ago

lunaris commented 3 months ago

This commit adds support for generating YAML that contains negative literals, which are a special case of unary applications of the negate operator to numbers. Fixes #564.