pulumi/pkg/engine
CyrusNajmabadi 5b244dbdb1
Use a class for Output serialization to ensure that .apply exists on it. (#1040)
Also, rename/cleanup a bunch of serialization code.

Also, generate better environment names in the serialized closure code. Thsi code should be much easier to make sense of as hte names will better track to the original names in the user code.

Also, dedupe simple non-capturing functions. This helps ensure we don't spit out N copies of __awaiter (one per file it is declared in).
2018-03-12 16:27:00 -07:00
..
deploy.go Filter secrets from Pulumi's outputs 2018-03-09 13:23:25 -08:00
destroy.go Filter secrets from Pulumi's outputs 2018-03-09 13:23:25 -08:00
engine.go Rename package to project (#935) 2018-02-14 13:56:16 -08:00
env.go Remove the Engine type entirely. 2018-01-08 14:20:51 -08:00
events.go Only replace secret text if it is longer than 2 characters 2018-03-10 13:03:46 -08:00
eventsink.go Improve error messages output by the CLI (#1011) 2018-03-09 15:43:16 -08:00
plan.go Use a class for Output serialization to ensure that .apply exists on it. (#1040) 2018-03-12 16:27:00 -07:00
preview.go Filter secrets from Pulumi's outputs 2018-03-09 13:23:25 -08:00
project.go Do not use absolute paths for main/proj 2018-02-18 08:08:15 -08:00