pulumi/sdk/nodejs/runtime/closure
Matt Ellis 825a461b2e Fix a SxS issue with isSecret
Because of our Proxy types, every output will return something when
you call `.isSecret` on it. However, if you call it on an output from
a version of `@pulumi/pulumi` which did not support secrets, the thing
you will get back is not undefined but rather an `Output` which wraps
undefined.

Because of this, care must be taken when reading this property and so
a small helper is introduced and used in places we care about.
2019-05-13 15:45:08 -07:00
..
codePaths.ts Deal with circularities in package structure when computing codepaths. (#2049) 2018-10-11 14:57:21 -07:00
createClosure.ts Fix a SxS issue with isSecret 2019-05-13 15:45:08 -07:00
parseFunction.ts Be resilient to 3rd party libraries placing an __awaiter function on the global object. (#2599) 2019-03-28 11:22:34 -07:00
rewriteSuper.ts Get closure serialiation working in Node11 (#2101) 2018-11-01 15:46:21 -07:00
serializeClosure.ts Get closure serialiation working in Node11 (#2101) 2018-11-01 15:46:21 -07:00
utils.ts Get closure serialiation working in Node11 (#2101) 2018-11-01 15:46:21 -07:00
v8.ts Get closure serialiation working in Node11 (#2101) 2018-11-01 15:46:21 -07:00
v8_v10andLower.ts Get closure serialiation working in Node11 (#2101) 2018-11-01 15:46:21 -07:00
v8_v11andHigher.ts Get closure serialiation working in Node11 (#2101) 2018-11-01 15:46:21 -07:00
v8Hooks.ts Get closure serialiation working in Node11 (#2101) 2018-11-01 15:46:21 -07:00