node-combine-source-map

Add source maps of multiple files and combine
  https://github.com/thlorenz/combine-source-map
  0
  no reviews



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.