github.com/eliastor/durgaform@v0.0.0-20220816172711-d0ab2d17673e/internal/typeexpr/doc.go (about)

     1  // Package typeexpr is a fork of github.com/hashicorp/hcl/v2/ext/typeexpr
     2  // which has additional experimental support for optional attributes.
     3  //
     4  // This is here as part of the module_variable_optional_attrs experiment.
     5  // If that experiment is successful, the changes here may be upstreamed into
     6  // HCL itself or, if we deem it to be Durgaform-specific, we should at least
     7  // update this documentation to reflect that this is now the primary
     8  // Durgaform-specific type expression implementation, separate from the
     9  // upstream HCL one.
    10  package typeexpr