pulumi/pkg/codegen/internal/test/testdata
James Nugent c94f923774
Fix Node.js intermediate module import path generation (#7473)
This commit fixes code generation for intermediate module paths to
produce valid TypeScript identifiers.

Before this change, the following (non-compilable) import was produced
in `./jetstack/certmanager/acme`:

```
import * as jetstack/certmanager/acme/v1alpha2 from "./jetstack/certmanager/acme/v1alpha2";
```

After this change, the following import is produced:

```
import * as v1alpha2 from "./v1alpha2";
```

This example is repeated at each level of the module tree. Test
expectations are adjusted to reflect this change.
2021-07-14 15:12:15 -07:00
..
external-resource-schema Add newline to generated package.json files (#7480) 2021-07-09 15:46:27 -07:00
nested-module Add newline to generated package.json files (#7480) 2021-07-09 15:46:27 -07:00
nested-module-thirdparty Fix Node.js intermediate module import path generation (#7473) 2021-07-14 15:12:15 -07:00
plain-schema-gh6957 Add newline to generated package.json files (#7480) 2021-07-09 15:46:27 -07:00
provider-config-schema [codegen/python] - Implement dynamic config-getters (#7447) 2021-07-14 14:26:50 -07:00
resource-args-python Add newline to generated package.json files (#7480) 2021-07-09 15:46:27 -07:00
schema Reify Input and Optional types in the schema type system. (#7059) 2021-06-24 09:17:55 -07:00
simple-enum-schema Emit To[ElementType]PtrOutput methods for go enum output types (#7499) 2021-07-13 12:54:19 -07:00
simple-methods-schema Add newline to generated package.json files (#7480) 2021-07-09 15:46:27 -07:00
simple-plain-schema Add newline to generated package.json files (#7480) 2021-07-09 15:46:27 -07:00
simple-plain-schema-with-root-package Add newline to generated package.json files (#7480) 2021-07-09 15:46:27 -07:00
simple-resource-schema [codegen/nodejs] Fix required input annotations. (#7497) 2021-07-13 09:39:58 -07:00
simple-resource-schema-custom-pypackage-name Add newline to generated package.json files (#7480) 2021-07-09 15:46:27 -07:00
simple-yaml-schema [codegen] Update baselines. 2021-07-13 19:30:28 -07:00
aws-eks.pp
aws-eks.pp.cs
aws-eks.pp.go Reify Input and Optional types in the schema type system. (#7059) 2021-06-24 09:17:55 -07:00
aws-eks.pp.py
aws-eks.pp.ts
aws-fargate.pp
aws-fargate.pp.cs
aws-fargate.pp.go Reify Input and Optional types in the schema type system. (#7059) 2021-06-24 09:17:55 -07:00
aws-fargate.pp.py
aws-fargate.pp.ts
aws-s3-folder.pp
aws-s3-folder.pp.cs
aws-s3-folder.pp.go Reify Input and Optional types in the schema type system. (#7059) 2021-06-24 09:17:55 -07:00
aws-s3-folder.pp.py
aws-s3-folder.pp.ts
aws-s3-logging.pp
aws-s3-logging.pp.cs Reify Input and Optional types in the schema type system. (#7059) 2021-06-24 09:17:55 -07:00
aws-s3-logging.pp.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
aws-s3-logging.pp.py
aws-s3-logging.pp.ts Reify Input and Optional types in the schema type system. (#7059) 2021-06-24 09:17:55 -07:00
aws-webserver.pp
aws-webserver.pp.cs
aws-webserver.pp.go Reify Input and Optional types in the schema type system. (#7059) 2021-06-24 09:17:55 -07:00
aws-webserver.pp.py
aws-webserver.pp.ts
aws.json Fix inconsistent object type naming. (#6686) 2021-04-15 19:03:28 -07:00
azure-native.json Discriminated unions in schema and programgen 2021-05-05 10:01:22 +02:00
azure-native.pp Discriminated unions in schema and programgen 2021-05-05 10:01:22 +02:00
azure-native.pp.cs Discriminated unions in schema and programgen 2021-05-05 10:01:22 +02:00
azure-native.pp.go Discriminated unions in schema and programgen 2021-05-05 10:01:22 +02:00
azure-native.pp.py Discriminated unions in schema and programgen 2021-05-05 10:01:22 +02:00
azure-native.pp.ts Discriminated unions in schema and programgen 2021-05-05 10:01:22 +02:00
azure-sa.pp
azure-sa.pp.cs
azure-sa.pp.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
azure-sa.pp.py
azure-sa.pp.ts
azure.json [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
kubernetes-operator.pp
kubernetes-operator.pp.cs
kubernetes-operator.pp.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
kubernetes-operator.pp.py
kubernetes-operator.pp.ts
kubernetes-pod.pp
kubernetes-pod.pp.cs
kubernetes-pod.pp.go Reify Input and Optional types in the schema type system. (#7059) 2021-06-24 09:17:55 -07:00
kubernetes-pod.pp.py
kubernetes-pod.pp.ts
kubernetes-template.pp Reify Input and Optional types in the schema type system. (#7059) 2021-06-24 09:17:55 -07:00
kubernetes-template.pp.cs Reify Input and Optional types in the schema type system. (#7059) 2021-06-24 09:17:55 -07:00
kubernetes-template.pp.go Reify Input and Optional types in the schema type system. (#7059) 2021-06-24 09:17:55 -07:00
kubernetes-template.pp.py Reify Input and Optional types in the schema type system. (#7059) 2021-06-24 09:17:55 -07:00
kubernetes-template.pp.ts Reify Input and Optional types in the schema type system. (#7059) 2021-06-24 09:17:55 -07:00
kubernetes.json
random-pet.pp
random-pet.pp.cs
random-pet.pp.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
random-pet.pp.py
random-pet.pp.ts
random.json [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
resource-options.pp
resource-options.pp.cs
resource-options.pp.go Reify Input and Optional types in the schema type system. (#7059) 2021-06-24 09:17:55 -07:00
resource-options.pp.py
resource-options.pp.ts
secret.pp
secret.pp.cs
secret.pp.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
secret.pp.py
secret.pp.ts
types.json [codegen] Add more type tests. (#7475) 2021-07-09 13:33:15 -07:00