Improves path resolution inside source maps.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Sun, 15 Mar 2015 21:08:10 +0000 (21:08 +0000)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Sun, 15 Mar 2015 21:16:12 +0000 (21:16 +0000)
commit1bf840040c5d2f745c6e8ea12dbc743413700864
tree5df3a4b2c089915513c368ba97ff6c3fe78e5ed0
parent5f7483e28fe6dee3ec9b668396a5aee2056c6e19
Improves path resolution inside source maps.

Source files referenced inside source maps are no properly rebased
in many scenarios:

* Full resolution for source maps referenced by a path.
* Full resolution for source maps passed to `#minify` inside a hash.
* Full resolution for remote source maps.
* No resolution if path to source map not given.
History.md
lib/images/url-rebase.js
lib/selectors/tokenizer.js
lib/utils/input-source-map-tracker.js
lib/utils/source-maps.js
lib/utils/source-reader.js
test/source-map-test.js