Refixes #414 - source map position fallback.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Tue, 20 Jan 2015 21:00:25 +0000 (21:00 +0000)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Tue, 20 Jan 2015 21:22:22 +0000 (21:22 +0000)
commitf5d3efb0fb54889c95d69edc467aa8988c79111a
treeac546d5c80a701dab9a27a5d0f3a52d12c63ed91
parent01eff2b816c4e9a70e399f8d2610567baf11ee86
Refixes #414 - source map position fallback.

Apparently the original fix does not always work as selectors are
being sorted during optimizations so we cannot predict how many
fallback needs to be taken.

Fortunately doing all fallbacks for selector list is also safe, given
a source map is properly built.

It won't be needed anymore once #396 is in place.
Test case provided by @unlok in #438.
History.md
lib/selectors/source-map-stringifier.js
test/source-map-test.js