fix(typescript): skip redundant compilation in test runner; fix(terraform): nil guard and Optional+Computed for nested x-speakeasy-match paths (#1947)
Generator changes (3)
Bug fixes
terraform
Add nil guard for nested `x-speakeasy-match` paths so intermediate struct pointers are checked before access, preventing nil pointer dereferences in generated Terraform SDK code
Bug fixes
terraform
make parent containers Optional+Computed for nested match paths
Bug fixes
typescriptv2
skip redundant compilation in test runner