pulumi/pkg/compiler/core
joeduffy ac5df8ba40 Supply diag.Sink at backend construction time
This change eliminates the diag.Sink field, Diag, on the Compiland struct.
Instead, we should provide it at backend provider construction time.  This
is consistent with how other phases of the compiler work and also ensures
the backends can properly implement the core.Phase interface.
2016-11-19 11:28:40 -08:00
..
backend.go Supply diag.Sink at backend construction time 2016-11-19 11:28:40 -08:00
context.go Add cloud target and architecture detection 2016-11-17 10:30:37 -08:00
phase.go
visitor.go Rename parameters to properties 2016-11-19 10:34:51 -08:00