source-map-visualization
source-map-visualization copied to clipboard
refactor: implement with TypeScript & Rsbuild
I have recently been very interested in contributing some useful features to source-map-visualization. Now I have added some TypeScript types and little of logic code to make it easier for contributions.
If this PR can be merged, I will try to develop the following features:
- Selection
- Copying
- Searching
It will be very useful when viewing large bundled chunks.
Checkout https://github.com/evanw/source-map-visualization/commit/112fa903c5687a6ac3f895f172a88b960eb285a9 to review actual changes.