() => { return { script: () => { // the contents of this script can be included in another main file via includes: ['test-includes-script'] const testMe = (echo) => { console.log("Echo from includes script", echo) } } } }