node-convert-source-map

Converts a source-map from/to between formats
  https://github.com/thlorenz/convert-source-map
  0
  no reviews



Converts a source-map from/to different formats and allows adding/changing the properties.

Source maps allow tools to display unminified code from minified code with an optimized mapping between them. It is a kind of debug symbols for minified javascript.

Node.js is an event-based server-side JavaScript engine.