Fixes #396 - better input source maps tracking.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Sun, 1 Mar 2015 13:22:49 +0000 (13:22 +0000)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Sun, 1 Mar 2015 15:59:35 +0000 (15:59 +0000)
commit244c81eb1d2a32ed57ecb591c994826a9cce33a9
tree00aef2e787699cb182f9f8c0da518c97445e20d6
parent8d740a0aa30c1da671900692429cbf15b5af997d
Fixes #396 - better input source maps tracking.

We do it in tokenization step now instead of stringifying. That aids
compatibility as we get raw not processed content.
15 files changed:
History.md
lib/properties/optimizer.js
lib/properties/token.js
lib/selectors/optimizers/simple.js
lib/selectors/source-map-stringifier.js
lib/selectors/tokenizer.js
lib/utils/extractors.js
lib/utils/input-source-map-tracker.js
lib/utils/source-maps.js
test/properties/extractor-test.js
test/properties/reorderable-test.js
test/selectors/optimizer-test.js
test/selectors/optimizers/simple-test.js
test/selectors/tokenizer-source-maps-test.js
test/selectors/tokenizer-test.js