pulumi/cmd
joeduffy 25efb734da Move compiler options to pkg/compiler/core
The options structure will be shared between multiple passes of
compilation, including evaluation and graph generation.  Therefore,
it must not be in the pkg/compile package, else we would create
package cycles.  Now that the options structure is barebones --
and, in particular, no more "backend" settings pollute it -- this
refactoring actually works.
2017-01-23 08:10:49 -08:00
..
apply.go Add scaffolding for mu apply, compile, and plan 2017-01-17 14:40:55 -08:00
compile.go Move compiler options to pkg/compiler/core 2017-01-23 08:10:49 -08:00
describe.go Implement fmt.Stringer on token types 2017-01-21 12:25:59 -08:00
get.go Begin merging MuPackage/MuIL into the compiler 2017-01-17 17:04:15 -08:00
mu.go Rearrange the library code 2017-01-20 10:30:43 -08:00
plan.go Add scaffolding for mu apply, compile, and plan 2017-01-17 14:40:55 -08:00
version.go