pulumi/pkg/codegen/schema
Robbie McKinstry 40a7961c17
Preallocate slices of known size.
Enable the "prealloc" lint, which identifies locations
where slices have a known size, and be can preallocated,
instead of allocated and realloced when length exceeds capacity.
2023-01-11 09:01:00 -08:00
..
bind.go Preallocate slices of known size. 2023-01-11 09:01:00 -08:00
docs_parser.go [codegen/schema] Skip processing a line if the block position is greater than the length of the line. (#5002) 2020-07-16 16:59:06 -07:00
docs_renderer.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
docs_test.go all: Drop ioutil 2023-01-06 16:35:14 -08:00
loader.go Account for version when caching schemas 2022-11-11 18:35:56 -08:00
loader_schema_test.go perf: Use a faster check for empty schemas (#10444) 2022-08-19 07:40:59 -07:00
loader_test.go [schema] Faster schema loading via caching alongside plugins (#9686) 2022-06-13 23:27:11 -07:00
mock_pulumi_schema.go Test YAML PCL examples 2022-10-24 10:33:48 -07:00
package_reference.go Add description to PackageReference (#9800) 2022-06-08 12:53:13 -07:00
pulumi.json Merge #11701 2022-12-21 10:33:07 +00:00
schema.go sdk/go: Remove 'nolint' directives from package docs 2023-01-06 09:06:47 -08:00
schema_test.go all: Drop ioutil 2023-01-06 16:35:14 -08:00