github.com/myhau/pulumi/pkg/v3@v3.70.2-0.20221116134521-f2775972e587/codegen/hcl2/syntax/utilities.go (about)

     1  package syntax
     2  
     3  import (
     4  	"github.com/hashicorp/hcl/v2/hclsyntax"
     5  )
     6  
     7  // None is an HCL syntax node that can be used when a syntax node is required but none is appropriate.
     8  var None hclsyntax.Node = &hclsyntax.Body{}