Adding an option to access the source map would ease the integration with build tools. e.g.: ``` js const {code, map} = optimizeJs(input, { sourceMap: true, extractSourceMap: true, }) ```