pulumi/sdk/nodejs/cmd/pulumi-language-nodejs
Matt Ellis 05d90a244c Pass legacy config mapping from nodejs langhost
We need to support the current version of the nodejs language host
running programs that use older version of @pulumi/pulumi where the
runtime expected config keys to look like
`<package>:config:<name>`. In the language host we actually did the
transformation from the new format to the old one, for compatability
reasons but we then droped the transfomed value on the floor.
2018-03-13 23:16:38 -07:00
..
main.go Pass legacy config mapping from nodejs langhost 2018-03-13 23:16:38 -07:00
main_test.go Reimplement GetRequiredPlugins in Go 2018-02-18 08:08:15 -08:00