pulumi/pkg/codegen/testing/test/testdata/plain-and-default/nodejs
Fraser Waters c227b1dafa
Use camelCase for schema names (#15373)
<!--- 
Thanks so much for your contribution! If this is your first time
contributing, please ensure that you have read the
[CONTRIBUTING](https://github.com/pulumi/pulumi/blob/master/CONTRIBUTING.md)
documentation.
-->

# Description

<!--- Please include a summary of the change and which issue is fixed.
Please also include relevant motivation and context. -->

A few of the test schema's were using snake_case names. Codegen doesn't
actually deal well with that so was giving some odd snapshot results,
this just fixes up the tests to use camelCase instead to get more
standard codegen results out.
2024-02-05 10:42:32 +00:00
..
types Revert "Merge #10831" 2022-12-05 10:19:41 -08:00
README.md export codegen tests for internal use (#8928) 2022-02-07 12:10:04 +01:00
codegen-manifest.json Remove NodeJS and Python install scripts (#13800) 2023-08-30 08:05:34 +00:00
index.ts Accept codegen 2022-09-28 10:47:42 -04:00
moduleResource.ts Use camelCase for schema names (#15373) 2024-02-05 10:42:32 +00:00
package.json Remove NodeJS and Python install scripts (#13800) 2023-08-30 08:05:34 +00:00
provider.ts Fix isInstance methods on generated provider types in the nodejs sdks 2023-06-28 14:59:10 +01:00
tsconfig.json Revert "Merge #10831" 2022-12-05 10:19:41 -08:00
utilities.ts Support returning plain values from methods (#13592) 2023-11-18 06:02:06 +00:00

README.md