pulumi/sdk/nodejs
joeduffy f718ab6501 Add a runtime.Log class
This change adds the ability to perform runtime logging, including
debug logging, that wires up to the Pulumi Fabric engine in the usual
ways.  Most stdout/stderr will automatically go to the right place,
but this lets us add some debug tracing in the implementation of the
runtime itself (and should come in handy in other places, like perhaps
the Pulumi Framework and even low-level end-user code).
2017-09-04 11:35:21 -07:00
..
asset Move modules to package root 2017-09-04 11:35:21 -07:00
cmd/langhost Add a runtime.Log class 2017-09-04 11:35:21 -07:00
proto Move modules to package root 2017-09-04 11:35:21 -07:00
runtime Add a runtime.Log class 2017-09-04 11:35:21 -07:00
tests Fix a few minor pathing things 2017-09-04 11:35:21 -07:00
.gitignore Implement initial Lumi-as-a-library 2017-09-04 11:35:20 -07:00
config.ts Add a runtime.Log class 2017-09-04 11:35:21 -07:00
index.ts Move modules to package root 2017-09-04 11:35:21 -07:00
lumi-langhost-nodejs Get integration tests passing 2017-09-04 11:35:21 -07:00
Makefile Eliminate lumi, lumijs, and lumirt packages 2017-09-04 11:35:20 -07:00
package.json Fix a few minor pathing things 2017-09-04 11:35:21 -07:00
property.ts Move modules to package root 2017-09-04 11:35:21 -07:00
resource.ts Move modules to package root 2017-09-04 11:35:21 -07:00
tsconfig.json Add a runtime.Log class 2017-09-04 11:35:21 -07:00
tslint.json Implement initial Lumi-as-a-library 2017-09-04 11:35:20 -07:00
yarn.lock Implement free variable calculations 2017-09-04 11:35:21 -07:00