getsentry / rust-sourcemap

A library for rust that implements basic sourcemap handling
Other
224 stars 27 forks source link

feat: add SourceMap to_data_url method #81

Closed underfin closed 7 months ago

underfin commented 7 months ago

The browser identify sourcemap by two kind. It is map json and data_url, the data_url of sourcemap is widely used, so here add it to easy use.