Cleans up tokenizer code getting rid of unnecessary state.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Tue, 21 Apr 2015 19:54:35 +0000 (20:54 +0100)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Tue, 21 Apr 2015 19:54:35 +0000 (20:54 +0100)
commitd00b7c1074eb147d9db41dbbd9c57dcfd837ed3f
treecd65ef25790c105a002a0729854790b310bc9891
parent3a405f76665fb2df8ba4e5450e3f8b2a67129292
Cleans up tokenizer code getting rid of unnecessary state.
16 files changed:
History.md
lib/selectors/metadata.js [deleted file]
lib/selectors/optimizer.js
lib/selectors/tokenizer.js
lib/utils/extractors.js
lib/utils/source-maps.js
test/properties/longhand-overriding-test.js
test/properties/optimizer-test.js
test/properties/override-compacting-test.js
test/properties/shorthand-compacting-source-maps-test.js
test/properties/shorthand-compacting-test.js
test/selectors/extractor-test.js
test/selectors/optimizers/simple-test.js
test/selectors/reorderable-test.js
test/selectors/tokenizer-source-maps-test.js
test/selectors/tokenizer-test.js