source-map-visualization icon indicating copy to clipboard operation
source-map-visualization copied to clipboard

refactor: implement with TypeScript & Rsbuild

Open Asuka109 opened this issue 1 year ago • 0 comments

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.

Asuka109 avatar Jul 09 '24 15:07 Asuka109