Handle the case when SourceMapConsumer.originalPositionFor returns null source.
authorArnavion <arnavion@gmail.com>
Mon, 3 Mar 2014 03:20:19 +0000 (19:20 -0800)
committerArnavion <arnavion@gmail.com>
Mon, 3 Mar 2014 03:20:19 +0000 (19:20 -0800)
commit014f655c5f9f0a32994ee556e40acbe8349943fe
tree33b7f4bf07d7352c838064ba3f5452667fc73f61
parentbf30dc30383520015bd265e528325c64e5ebe4ce
Handle the case when SourceMapConsumer.originalPositionFor returns null source.

This happens when SourceMapConsumer does not have a valid position to map the input line and column. This is a change in mozilla/source-map starting from version 0.1.33

Fixes #436
lib/sourcemap.js
package.json