Fixes #840 - allows input source map as map object.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Sat, 17 Dec 2016 12:14:16 +0000 (13:14 +0100)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Sat, 17 Dec 2016 12:19:05 +0000 (13:19 +0100)
commit760ac857c8b89bcbaf31896607692a8316be7911
tree8fe8124f48a05f88c092f3c31fa0a7ab94232dc4
parentf84589102aecfeb8189877f9228cca152f3f0063
Fixes #840 - allows input source map as map object.

Why:

* It's been always odd that we required a serialized JSON when
  user may already had it parsed.
History.md
lib/reader/read-sources.js
test/source-map-test.js