(function (exports) { 'use strict'; /** A comment for a number */ var number = 5; /** A comment for obj */ exports.obj = { number }; })((this.myBundle = {}));