Changes column base in source maps from 1 to 0.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Thu, 27 Nov 2014 23:15:54 +0000 (23:15 +0000)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Mon, 8 Dec 2014 09:39:15 +0000 (09:39 +0000)
commit83733c419e17ca8f54c362663d7999a2e28e060b
treee033b3cd9856221ef1c0eea18892812717c25945
parent1284ecf3d80a90e99d2432c86dbadc6b03d3b237
Changes column base in source maps from 1 to 0.

* Apparently columns are counted from 0 in source maps. Bizarre but true.
lib/selectors/source-map-stringifier.js
lib/selectors/tokenizer.js
lib/utils/source-maps.js
test/binary-test.js
test/selectors/tokenizer-source-maps-test.js
test/source-map-test.js