Adds source map stringifier.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Thu, 6 Nov 2014 13:45:48 +0000 (13:45 +0000)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Mon, 8 Dec 2014 09:39:15 +0000 (09:39 +0000)
commite2b309f93db0442e423e3006901132c642b258bb
tree752dbb9182f7f783de695e7d4e1c2eda3a24694a
parent04aca0a9a5cc3abacd03d030ca340c014060704b
Adds source map stringifier.

* Stringifying with source maps "on" requires doing it in different order.
* Basically restoring escaped data has to be done on every token rather than at the end.
README.md
lib/clean.js
lib/selectors/optimizer.js
lib/selectors/source-map-stringifier.js [new file with mode: 0644]
package.json
test/module-test.js
test/source-map-test.js [new file with mode: 0644]