See #791 - normalizes stored paths.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Mon, 9 Jan 2017 09:44:51 +0000 (10:44 +0100)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Mon, 9 Jan 2017 10:05:48 +0000 (11:05 +0100)
commit909460778f78b7ece96fd2e040cec70b035331e4
tree931fbf77cfe55981e8ad8015c2a37552ed8265df
parentf7c6a5728ac5f630c79a063535194d64ed4fc898
See #791 - normalizes stored paths.

Stores all paths internally as normalized to *nix format but
still outputs Windows friendly paths if needed.

`source-map` does it internally so there's no need to transform
paths in source maps.
lib/reader/normalize-path.js [new file with mode: 0644]
lib/reader/read-sources.js
lib/writer/source-maps.js
test/module-test.js
test/source-map-test.js