Adds tracking input source maps in imported files.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Wed, 12 Nov 2014 23:10:57 +0000 (23:10 +0000)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Mon, 8 Dec 2014 09:39:15 +0000 (09:39 +0000)
commit2c0d4d38d1ecc6551d5b92d0d61da5e2229d442f
tree8d501a156cc7be55d0221f78aab147cdfcdf1238
parent2df35dc0cc43d0b65550d7773c6d1e327a1a9a4f
Adds tracking input source maps in imported files.

* InputSourceMapTracker tracks source maps on per-file basis.
12 files changed:
lib/clean.js
lib/imports/inliner.js
lib/selectors/source-map-stringifier.js
lib/selectors/tokenizer.js
lib/utils/input-source-map-tracker.js [new file with mode: 0644]
test/data/source-maps/import.css [new file with mode: 0644]
test/data/source-maps/some.css [new file with mode: 0644]
test/data/source-maps/some.css.map [new file with mode: 0644]
test/data/source-maps/styles.css [new file with mode: 0644]
test/data/source-maps/styles.css.map [moved from test/data/source-maps/sample.map with 62% similarity]
test/selectors/tokenizer-source-maps-test.js
test/source-map-test.js