pulumi/sdk/python/cmd/pulumi-language-python/testdata
Brandon Pollack 6a2f6bde95
Implement a first version of `can` in PCL, py, and ts (#18571)
Implement a first version of `can` in PCL (#18522)

[Terraform's `can`

function](https://developer.hashicorp.com/terraform/language/functions/can))
accepts a single argument
of variable types and returns true if it runs successfully or false
otherwise, much like `try` but with onl
y one argument.

This change Adds the following:

* PCL gets a new `can` function which takes a single argument which is
  an expression to be tried.
* Code gen for python and nodejs to support can function implementation
  and calling it.
* a conformance test for `can`
2025-02-13 06:34:45 +00:00
..
classes Implement a first version of `can` in PCL, py, and ts (#18571) 2025-02-13 06:34:45 +00:00
sdks Convert PEP440 local version to semver prerelease in setup.py (#18289) 2025-01-22 12:50:14 +00:00
setuppy Implement a first version of `can` in PCL, py, and ts (#18571) 2025-02-13 06:34:45 +00:00
toml Implement a first version of `can` in PCL, py, and ts (#18571) 2025-02-13 06:34:45 +00:00