..
binder.go
Make convert more lenient
2023-06-08 11:14:31 +01:00
binder_component.go
Make convert more lenient
2023-06-08 11:14:31 +01:00
binder_nodes.go
Allow null literal as a default value for config variables
2023-05-04 00:38:38 +02:00
binder_resource.go
Fix stack overflow panic when pretty printing recursive types
2023-05-11 16:28:16 +02:00
binder_resource_test.go
pcl/options: Support retainOnDelete
2023-03-03 10:29:59 -08:00
binder_schema.go
all: Assert => Assertf
2023-03-03 14:37:43 -08:00
binder_schema_test.go
all: Assert => Assertf
2023-03-03 14:37:43 -08:00
binder_test.go
Allow output variables to have the same identifier as other program nodes
2023-06-07 02:37:40 +02:00
component.go
Fix panic on component type traversal
2023-05-04 17:02:38 +02:00
config.go
Implement description as comments or docstring for config variables in program-gen
2023-03-21 15:01:16 +01:00
diagnostics.go
Implement description as comments or docstring for config variables in program-gen
2023-03-21 15:01:16 +01:00
functions.go
Implement singleOrNone intrinsic for typescript and python
2023-05-25 22:12:13 +02:00
functions_test.go
lint
2023-05-25 22:16:00 +02:00
intrinsics.go
all: Assert => Assertf
2023-03-03 14:37:43 -08:00
invoke.go
golangci-lint: Enable staticcheck
2023-01-14 16:59:46 -08:00
local.go
Do not panic when the type of PCL local variable isn't known
2023-04-13 20:05:16 +02:00
output.go
codegen: preserve externally visible names of a resources and outputs ( #9464 )
2022-04-25 15:07:25 -07:00
program.go
Update docs of WriteSource to not specify a starting root directory
2023-03-16 11:51:45 +01:00
resource.go
Do not panic when PCL attribute type or PCL resource variable type isn't fully bound
2023-04-12 18:19:57 +02:00
rewrite_apply.go
Support range expressions that are of type output
2023-04-26 20:00:32 +02:00
rewrite_apply_test.go
sdk/go: Remove 'nolint' directives from package docs
2023-01-06 09:06:47 -08:00
rewrite_convert.go
Support range expressions that are of type output
2023-05-02 16:07:58 +02:00
rewrite_convert_test.go
Fixes panic when generating go from pulumi yaml ( #10047 )
2022-07-07 13:15:47 -07:00
rewrite_properties.go
all: Assert => Assertf
2023-03-03 14:37:43 -08:00
type.go
[codegen] simplify opaque types to string newtype ( #9770 )
2022-06-13 11:13:03 -07:00
utilities.go
Support range expressions that are of type output
2023-04-26 20:00:32 +02:00
utilities_test.go
lint
2023-05-25 22:16:00 +02:00