pulumi/sdk/nodejs/tests
Luke Hoban 4d45eefa1c More helpful toString on Output
It is common for users to intentionally or accidentally try to `toSting` an Output expecting to get the underlying value.  Instead, they currently get `[Object object]` with no clear reason why.

We can't give the actual underlying value because it is only asynchronously availabe, but we can provide a more helpful placeholder value with a pointer to documentation about how to work with Outputs.

Part of #2206.
2019-01-08 11:59:22 -08:00
..
runtime Revert https://github.com/pulumi/pulumi/pull/2281 (#2297) 2018-12-15 21:04:53 -08:00
config.spec.ts Adopt code review feedback for config constraints 2018-08-28 18:07:26 -07:00
init.spec.ts Add license headers 2018-05-22 15:02:47 -07:00
iterable.spec.ts Fix some lint errors 2018-10-27 13:27:04 -07:00
output.spec.ts More helpful toString on Output 2019-01-08 11:59:22 -08:00
unwrap.spec.ts Don't `unwrap` functions 2018-10-15 14:28:28 -07:00
util.ts Add license headers 2018-05-22 15:02:47 -07:00