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],
  [ ... ]
]
```
