UNPKG

firescript

Version:
14 lines (10 loc) 242 B
Source Buffer ============= #### locationMap The loaction map property holds an array of the original and generated position of the compiled source code. ```cson [ [ origLine, origColumn, generatedLine, generatedColumn], [ ... ] ] ```