Improves `spaceAfterClosingBrace` compatibility handling.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Sun, 12 Apr 2015 16:16:55 +0000 (17:16 +0100)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Sun, 12 Apr 2015 16:58:59 +0000 (17:58 +0100)
commitbb1c294b0aa1a554c7d95a246b6cb19b785a921c
treec6d534755b09d4f873eedc24051ad5f064c04663
parent010e53b0d40230eab73acc268717a2fd1828383a
Improves `spaceAfterClosingBrace` compatibility handling.

It should be handled in stringifier and so it's now.

As it turns out the previous way was not giving optimal output when
building source maps either.
lib/clean.js
lib/stringifier/helpers.js
lib/stringifier/simple.js
lib/stringifier/source-maps.js
lib/text/urls-processor.js
test/integration-test.js
test/source-map-test.js
test/text/urls-processor-test.js