pulumi/sdk/nodejs
joeduffy d3bd43fea9 Rename PropertyValue<T> to MaybeComputed<T>
As I started rolling this out, I realized that end user code actually
has to use this type sometimes.  And that the current names are inconsistent,
after eschewing Property<T> in favor of Computed<T>.  The new names read better.
2017-09-05 11:14:28 -07:00
..
asset Rename asset classes 2017-09-04 11:35:21 -07:00
cmd/langhost Add a runtime.Log class 2017-09-04 11:35:21 -07:00
proto Add the notion of stable states 2017-09-05 10:01:00 -07:00
runtime Rename PropertyValue<T> to MaybeComputed<T> 2017-09-05 11:14:28 -07:00
tests Prettify properties 2017-09-05 10:55:09 -07:00
.gitignore Implement initial Lumi-as-a-library 2017-09-04 11:35:20 -07:00
computed.ts Rename PropertyValue<T> to MaybeComputed<T> 2017-09-05 11:14:28 -07:00
config.ts Add a runtime.Log class 2017-09-04 11:35:21 -07:00
index.ts Prettify properties 2017-09-05 10:55:09 -07:00
Makefile Eliminate lumi, lumijs, and lumirt packages 2017-09-04 11:35:20 -07:00
package.json Use yarn to run subcommands 2017-09-04 11:35:21 -07:00
pulumi-langhost-nodejs Change plugin prefixes to "pulumi-" 2017-09-04 11:35:21 -07:00
resource.ts Rename PropertyValue<T> to MaybeComputed<T> 2017-09-05 11:14:28 -07:00
tsconfig.json Prettify properties 2017-09-05 10:55:09 -07:00
tslint.json Lint the test files 2017-09-04 11:35:21 -07:00
yarn.lock Implement free variable calculations 2017-09-04 11:35:21 -07:00