Package: node-concat-with-sourcemaps / 1.0.7-4

Metadata

Package Version Patches format
node-concat-with-sourcemaps 1.0.7-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
use source map js.patch | (download)

index.js | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 use source-map-js instead of source-map
 source-map >= 0.7 has an async API which is incompatible.
 source-map-js is a synchronous fork of source-map 0.6.
fix test source map js.patch | (download)

test/index.js | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix test for source-map-js compatibility