'use strict'; /** A comment for a number */ var number = 5; /** A comment for obj */ var obj = { number }; exports.obj = obj;