() => { return { script: function TestLocalModule(params) { this.params = params this.testCall = () => { alert("called from test-local-module", this.params) } } } }