Comment on What was the strangest coding standard rule that you were forced to follow?parentComments−cstuder13yThese 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...−zalew13ybut they are used for debugging, not bi-directional transformation between two incompatible sources.
Comments
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...
but they are used for debugging, not bi-directional transformation between two incompatible sources.