JSPM

source-map-visualize

2.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 5
  • Score
    100M100P100Q42887F
  • License MIT

Quickly open an online source map visualization with local files

Package Exports

  • source-map-visualize

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (source-map-visualize) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Overview Build Status

Tobias Kopperssource map visualization is a great tool for inspecting source maps, both for source map consumers trying to set up their build tool correctly, as well as for developers of source map producing compilers. However, uploading the generated file, the source map and all the source files is tedious. source-map-visualize simplifies that. Just type:

$ source-map-visualize fixtures/example.js

... and the visualizer will be opened in your default browser with all the files pre-loaded! (fixture/example.js exists in this repository, so you could try that straight away!)

Installation

$ npm install -g source-map-visualize

js-standard-style