pulumi/pkg/codegen
Justin Van Patten 42a1896bf9
[codegen/python] Delete dead code around casing tables (#7647)
Coincident with the release of Pulumi 3.0, we updated the provider SDK codegen for Python to no longer use casing tables for translating Python snake_case names to Pulumi camelCase names (and vice versa). Instead, the mapping is encoded in decorators applied on class properties.

Some of the code that was used to generate and use the casing tables has persisted. This commits removes this code, as it's no longer necessary, and will improve the quality of our generated examples.
2021-07-27 08:37:49 -07:00
..
docs [codegen/python] Delete dead code around casing tables (#7647) 2021-07-27 08:37:49 -07:00
dotnet [sdk/dotnet] Fix collections in input unions. (#7601) 2021-07-22 13:11:33 -07:00
go [codegen/go] Unify input method generation. (#7643) 2021-07-26 19:23:17 -07:00
hcl2 [codegen/hcl2] Improve ConversionFrom perf. (#7545) 2021-07-16 09:56:26 -07:00
importer Reify Input and Optional types in the schema type system. (#7059) 2021-06-24 09:17:55 -07:00
internal/test [codegen/go] Unify input method generation. (#7643) 2021-07-26 19:23:17 -07:00
nodejs Update package import handling for Node.js (#7474) 2021-07-16 10:27:20 -07:00
python [codegen/python] Delete dead code around casing tables (#7647) 2021-07-27 08:37:49 -07:00
schema [codegen/go] Improve codegen performance. (#7546) 2021-07-16 07:50:35 -07:00
docs.go Reify Input and Optional types in the schema type system. (#7059) 2021-06-24 09:17:55 -07:00
docs_test.go [codegen/docs] Reimplement example extraction. (#4851) 2020-06-18 12:32:15 -07:00
utilities.go Add helper methods to StringSet 2021-06-09 12:02:32 +02:00
utilities_test.go [codegen] Fix SimplifyInputUnion. (#7459) 2021-07-08 16:01:35 -07:00
utilities_types.go [codegen] Fix SimplifyInputUnion. (#7459) 2021-07-08 16:01:35 -07:00