
Add source maps of multiple files, offset them and then combine them into one source map.
Source map provides way of mapping code within a compressed file back to it’s original position in a source file, hence improving debugging.
Node.js is an event-based server-side JavaScript engine.