Fixes handling escaped comments in tokenizer.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Sun, 7 Dec 2014 09:52:26 +0000 (09:52 +0000)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Mon, 8 Dec 2014 09:42:55 +0000 (09:42 +0000)
commitde94cbfe527dd03fc828d62fcde0a9ebf3da3c78
tree0df0f1cecc2373ff316a036307b0779e61239397
parent7cb84c2c235e96d8c321eb10d123f45deddd6d87
Fixes handling escaped comments in tokenizer.

* That should be much easier with #395 which will get rid of them sooner.
lib/properties/optimizer.js
lib/properties/token.js
lib/selectors/optimizers/simple.js
lib/selectors/tokenizer.js
lib/text/comments-processor.js
lib/utils/extractors.js
test/selectors/optimizers/simple-test.js
test/selectors/tokenizer-source-maps-test.js
test/selectors/tokenizer-test.js
test/source-map-test.js
test/text/comments-processor-test.js