pulumi/pkg/compiler/errors
joeduffy 6719a6070a Generalize default modules
This change generalizes the support for default modules (added as
part of marapongo/mu#57), to use an "alias" table.  This is just a
table of alternative module names to the real defining module name.
The default module is now just represented as a mapping from the
special default module token, ".default", to the actual defining
module.  This generalization was necessary to support Node.js-style
alternative names for modules, like "lib" mapping to "lib/index".
2017-02-15 12:53:36 -08:00
..
binder.go Generalize default modules 2017-02-15 12:53:36 -08:00
compiler.go Revive some compiler tests 2017-01-26 15:30:08 -08:00
eval.go Implement static properties in the runtime 2017-02-13 05:45:28 -08:00
new.go Clean up errors 2017-01-25 17:58:16 -08:00