Hacker News new | ask | show | jobs
by cstuder 4940 days ago
These tools already exist: JavaScript tools like minfiers or CoffeeScript can generate source maps which map code lines from one format to code lines in another format.

http://www.html5rocks.com/en/tutorials/developertools/source...

1 comments

but they are used for debugging, not bi-directional transformation between two incompatible sources.