google / traceur-compiler

Traceur is a JavaScript.next-to-JavaScript-of-today compiler
Apache License 2.0
8.17k stars 578 forks source link

Implement reverse sourcemap visualization in repl. #2111

Closed johnjbarton closed 1 month ago

johnjbarton commented 8 years ago

When the cursor is in the generated output panel, the sourcemap range is shown in the input source panel. As before only active if the --source-maps option is set.

arv commented 8 years ago

LGTM