mirror of https://github.com/pulumi/pulumi.git
e5f29d1781
This change fixes the Node.js SDK codegen to take external package compatibility modes into account when referencing external types. For example, the kubernetes package has a "kubernetes20" compat mode set, which causes its types to be emitted without an `Args` suffix. When another package references types from kubernetes, those references should not include the `Args` suffix. Another example: if a package has a compatibility mode specified like "kubernetes20" and is referencing types from a package that has no compatibility mode set, the externally referenced types should have the `Args` suffix. |
||
---|---|---|
.. | ||
nodejs | ||
schema.json |