pulumi/examples
Luke Hoban d77c51ff7f Allow runtime lambda to reference globals.
For lambdas which will execute at runtime,
we want to allow them to reference Node.js
global variables, like `console`.

This change makes Lumijs generated IL
incrementally more dynamic by preferring to
generate `TryLoadDynamic` over `LoadLocation`
for references to global variables (except for
references to imports).

Also introduces `console.log` in LumiJS, though
it is not yet attached to a Lumi global environment.

Fixes #174.
2017-06-08 22:06:41 -07:00
..
analyzers/infosec Save build artifacts aftifacts for Go builds 2017-06-07 17:03:07 -07:00
basic Reclassify Lumi under the Apache 2.0 license 2017-05-18 14:51:52 -07:00
conversions Remove stale submodules 2017-05-15 10:33:22 -07:00
scenarios Allow runtime lambda to reference globals. 2017-06-08 22:06:41 -07:00