(function (exports) { 'use strict'; exports.foo = 42; exports.bar = 43; exports.baz = 44; })((this.myBundle = {}));