node-sourcemap-codec

Encode/decode sourcemap mappings
  https://github.com/Rich-Harris/sourcemap-codec
  0
  no reviews



This package makes generating sourcemap mappings easier, since that is a difficult task : the format uses variable-length quantities and uses relative offsets, so it can't be done by chunks.

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