Skip to content

Commit 31ee3cb

Browse files
committed
Refactor and cleanups
final touch
1 parent f3e9dfe commit 31ee3cb

File tree

5 files changed

+2213
-2022
lines changed

5 files changed

+2213
-2022
lines changed

README.md

Lines changed: 39 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,42 @@
11
# Source Map Visualization
22

3-
Demo: [https://evanw.github.io/source-map-visualization/](https://evanw.github.io/source-map-visualization/)
43

5-
This is a visualization of JavaScript/CSS source map data, which is useful for debugging problems with generated source maps. It's designed to be high-performance so it doesn't fall over with huge source maps.
4+
## FORK NOTES
5+
6+
- added search params to load remote code
7+
- refactored the hellscape of code.js just a bit
8+
- removed old url hash implementation
9+
- removed statusbar and toolbar
10+
- removed file drop
11+
12+
#### Demo
13+
14+
[metaory.github.io/source-map-visualization](https://metaory.github.io/source-map-visualization)
15+
16+
#### Remote URL
17+
18+
[metaory.github.io/source-map-visualization/?url={REMOTE-URL}](https://metaory.github.io/source-map-visualization/?url=https://github.githubassets.com/assets/settings-fe0ee97d5327.js.map)
19+
20+
Example:
21+
22+
`https://github.githubassets.com/assets/settings-fe0ee97d5327.js.map`
23+
24+
[metaory.github.io/source-map-visualization/?url=https://github.githubassets.com/assets/settings-fe0ee97d5327.js.map](https://metaory.github.io/source-map-visualization/?url=https://github.githubassets.com/assets/settings-fe0ee97d5327.js.map)
25+
26+
---
27+
28+
> ## OLD README
29+
> Demo: [https://evanw.github.io/source-map-visualization](https://evanw.github.io/source-map-visualization)
30+
>
31+
> This is a visualization of JavaScript/CSS source map data, which is useful for debugging problems with generated source maps. It's designed to be high-performance so it doesn't fall over with huge source maps.
32+
33+
---
34+
35+
## CONTRIBUTORS
36+
37+
- [@evanw](https://github.com/evanw)
38+
- [@metaory](https://github.com/metaory)
39+
40+
## LICENSE
41+
42+
MIT @ [Evan Wallace](https://github.com/evanw)

0 commit comments

Comments
 (0)