Package: node-inline-source-map / 0.6.3-1

Metadata

Package Version Patches format
node-inline-source-map 0.6.3-1 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)
use source map js.patch | (download)

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

 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 node22.patch | (download)

test/source-content.js | 20 10 + 10 - 0 !
1 file changed, 10 insertions(+), 10 deletions(-)

 fix test for node.js 22+
 Function serialization includes space before parentheses in newer Node.js.