Skip to content

Instantly share code, notes, and snippets.

View rdeangelis83's full-sized avatar

Rocco De Angelis rdeangelis83

  • Software AG
  • Germany
View GitHub Profile
//
// This program reads a sourcemap from stdin
// and replaces the "mappings" property with
// human readable content. It writes the output
// to stdout.
//
// 1. install the dependencies:
// npm i concat-stream vlq
//
// 2. optional: install jq for pretty printing json