Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pastcompute/scriptmapper
Javascript minified decoder based on Mozilla source-map library
https://github.com/pastcompute/scriptmapper
Last synced: 16 days ago
JSON representation
Javascript minified decoder based on Mozilla source-map library
- Host: GitHub
- URL: https://github.com/pastcompute/scriptmapper
- Owner: pastcompute
- License: bsd-3-clause
- Created: 2016-05-29T13:30:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-09-14T11:39:33.000Z (about 4 years ago)
- Last Synced: 2024-10-03T12:23:45.836Z (about 1 month ago)
- Language: JavaScript
- Size: 130 KB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ScriptMapper
This is a Javascript minified decoder based on the [Mozilla source-map](https://github.com/mozilla/source-map/) library.
I needed something quick & simple for debugging browser Javascript errors in minified code for cases where I
don't want to use the debugger. This is particularly useful for post-mortem debugging from a console log output
provided by an end user.1. Go to https://pastcompute.github.io/ScriptMapper/
2. Copy/Paste the full content of a map file into the text area
3. Enter the line & column
4. Hit SearchAlternatively, hit Dump to get a list of all mappings in the map file.
### Build
```
npm i
npx grunt publish
```### TODO
* Drag and drop mapfile
* Enter & load a mapfile from a URL
* Hyperlink from the results to the full dump or source code