Package: node-inline-source-map / 0.6.2~git-7

Metadata

Package Version Patches format
node-inline-source-map 0.6.2~git-7 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
tap8.patch | (download)

test/inline-source-map.js | 3 3 + 0 - 0 !
test/source-content.js | 1 1 + 0 - 0 !
2 files changed, 4 insertions(+)

 fix build failure with node-tap v 8.0.0
 Call t.end to finish tests (latest tap compatibility)
fix buffer warnings.patch | (download)

index.js | 2 1 + 1 - 0 !
test/inline-source-map.js | 2 1 + 1 - 0 !
test/source-content.js | 2 1 + 1 - 0 !
3 files changed, 3 insertions(+), 3 deletions(-)

 fix warnings with newer node
fix_tests_node10.patch | (download)

test/inline-source-map.js | 30 18 + 12 - 0 !
test/source-content.js | 28 17 + 11 - 0 !
2 files changed, 35 insertions(+), 23 deletions(-)

 functions are serialized more faithfully in nodejs 10
 refactor tests to match expectations (and be able to update the patch more easily)