..
binder.go
add `pulumi import` flag `--allow-duplicate-names`
2023-09-18 11:51:30 -07:00
binder_component.go
Propagate SkipRangeTypechecking option down to program components
2023-07-14 19:00:38 +02: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
Allow binding unsupported range and collection types in non-strict mode for pulumi convert
2023-07-12 19:13:57 +02:00
binder_resource_test.go
add `pulumi import` flag `--allow-duplicate-names`
2023-09-18 11:51:30 -07:00
binder_schema.go
Allow binding unsupported range and collection types in non-strict mode for pulumi convert
2023-07-12 19:13:57 +02:00
binder_schema_test.go
all: Assert => Assertf
2023-03-03 14:37:43 -08:00
binder_test.go
Allow binding unsupported range and collection types in non-strict mode for pulumi convert
2023-07-12 19:13:57 +02:00
component.go
lint
2023-07-27 16:32:06 +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
Extend SkipResourceTypechecking to allow generating unknown resources
2023-06-14 19:02:56 +02:00
functions.go
lint
2023-07-13 01:08:42 +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
Allow generating code for unknown invokes in non-strict mode
2023-07-10 15:05:18 +02: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
Use slice.Prealloc instead of make([]T, 0, ...)
2023-06-29 11:27:50 +01:00
resource.go
Implement lenient traversal for resources
2023-06-20 13:50:18 +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
Allow binding unsupported range and collection types in non-strict mode for pulumi convert
2023-07-12 19:13:57 +02:00
rewrite_convert.go
Fixes panic when trying to convert a null literal to a string value
2023-06-09 12:52:10 +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
lint
2023-07-28 20:47:36 +02:00
utilities_test.go
lint
2023-05-25 22:16:00 +02:00