..
format
all: Assert => Assertf
2023-03-03 14:37:43 -08:00
pretty
enable thelper linter
2024-02-05 20:28:51 +01:00
attribute.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
binder_expression.go
Allow binding unsupported range and collection types in non-strict mode for pulumi convert
2023-07-12 19:13:57 +02:00
binder_expression_test.go
enable thelper linter
2024-02-05 20:28:51 +01:00
block.go
all: Reformat with gofumpt
2023-03-03 09:00:24 -08:00
body.go
all: Reformat with gofumpt
2023-03-03 09:00:24 -08:00
diagnostics.go
Handle recursive types
2023-01-13 11:28:13 -08:00
expression.go
Enable perfsprint linter ( #14813 )
2023-12-12 12:19:42 +00:00
functions.go
Initial implementation of simplified invokes for dotnet and nodejs
2023-01-11 14:17:14 -08:00
print_test.go
[program-gen/pcl] Avoid pretty printing large object graphs when encountering bind error in resource properties ( #14864 )
2023-12-20 01:20:42 +00:00
printer.go
[breaking] Changing the version of go.mod in sdk / pkg to be v3
2021-04-14 19:32:18 +01:00
scope.go
Regen TypeScript examples
2023-06-07 10:54:25 +02:00
spec.md
Add an HCL2 static typechecker and semantic model. ( #4087 )
2020-03-18 09:28:57 -07:00
traversable.go
all: Reformat with gofumpt
2023-03-03 09:00:24 -08:00
type.go
Fix stack overflow panic when pretty printing recursive types
2023-05-11 16:28:16 +02:00
type_collection.go
Allow binding unsupported range and collection types in non-strict mode for pulumi convert
2023-07-12 19:13:57 +02:00
type_const.go
Enable perfsprint linter ( #14813 )
2023-12-12 12:19:42 +00:00
type_enum.go
Fix stack overflow panic when pretty printing recursive types
2023-05-11 16:28:16 +02:00
type_eventuals.go
all: Reformat with gofumpt
2023-03-03 09:00:24 -08:00
type_list.go
Fix stack overflow panic when pretty printing recursive types
2023-05-11 16:28:16 +02:00
type_map.go
Fix stack overflow panic when pretty printing recursive types
2023-05-11 16:28:16 +02:00
type_none.go
Fix stack overflow panic when pretty printing recursive types
2023-05-11 16:28:16 +02:00
type_object.go
Use slice.Prealloc instead of make([]T, 0, ...)
2023-06-29 11:27:50 +01:00
type_opaque.go
turn on the golangci-lint exhaustive linter ( #15028 )
2024-01-17 16:50:41 +00:00
type_opaque_test.go
[codegen] simplify opaque types to string newtype ( #9770 )
2022-06-13 11:13:03 -07:00
type_output.go
Fix stack overflow panic when pretty printing recursive types
2023-05-11 16:28:16 +02:00
type_promise.go
Fix stack overflow panic when pretty printing recursive types
2023-05-11 16:28:16 +02:00
type_scope.go
Support map(any) in config/output types
2023-04-06 21:15:20 +01:00
type_set.go
Fix stack overflow panic when pretty printing recursive types
2023-05-11 16:28:16 +02:00
type_test.go
enable thelper linter
2024-02-05 20:28:51 +01:00
type_tuple.go
Fix stack overflow panic when pretty printing recursive types
2023-05-11 16:28:16 +02:00
type_union.go
Use slice.Prealloc instead of make([]T, 0, ...)
2023-06-29 11:27:50 +01:00
type_union_test.go
Fix stack overflow panic when pretty printing recursive types
2023-05-11 16:28:16 +02:00
utilities.go
Use slice.Prealloc instead of make([]T, 0, ...)
2023-06-29 11:27:50 +01:00
visitor.go
Use slice.Prealloc instead of make([]T, 0, ...)
2023-06-29 11:27:50 +01:00