pulumi/pkg
Justin Van Patten d583bcb915
[codegen/nodejs] Remove unnecessary ctor overload (#5274)
An extra constructor overload was recently added to pass undefined state from
`get` for resources that do not have any state inputs (notably Kubernetes
resources). This ended up breaking PaC's `validateResourceOfType`, which relies
on type inference in common usage to determine the resource's args type based
on the signature of the constructor.

This constructor overload isn't necessary. Instead, we can remove it and modify
how the constructor is called inside `get`. This also makes it so we're not
exposing details about `get`'s implementation in the public API.
2020-09-02 09:09:41 -06:00
..
backend expose execution kind via update metadata (#5258) 2020-08-31 09:07:59 -07:00
cmd/pulumi expose execution kind via update metadata (#5258) 2020-08-31 09:07:59 -07:00
codegen [codegen/nodejs] Remove unnecessary ctor overload (#5274) 2020-09-02 09:09:41 -06:00
engine serve engine address via pulumi host command 2020-07-30 15:20:57 -07:00
graph Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
npm Fix lint errors. (#4856) 2020-06-18 14:17:11 -07:00
operations Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
resource support jar files 2020-08-10 14:15:35 -07:00
secrets Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
testing/integration add more tests 2020-08-31 19:01:23 -07:00
util Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
version duplicate version to ensure linking is properly handled 2020-03-19 12:49:34 -07:00
go.mod Merge branch 'master' of https://github.com/pulumi/pulumi into evan/auto 2020-08-24 17:51:40 -07:00
go.sum auto error tests 2020-08-23 19:43:51 -07:00