getsentry / rust-sourcemap

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

Add basic name mapping support #4

Closed mitsuhiko closed 7 years ago

mitsuhiko commented 7 years ago

This is a hacky way that might work with a range of source maps in the real world to map names around a source location to the original name.

mitsuhiko commented 7 years ago

@mattrobenolt this i think is "good enough" tm for what we have right now. Willing to collect more test cases but I see no significant downside of not using this for now instead of our previous frame hack where we get a value back.