Package: node-recast / 0.23.4-3

Metadata

Package Version Patches format
node-recast 0.23.4-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
workaround tsc update.patch | (download)

lib/printer.ts | 1 1 + 0 - 0 !
test/ecmascript.ts | 1 1 + 0 - 0 !
test/printer.ts | 3 3 + 0 - 0 !
test/typescript.ts | 2 2 + 0 - 0 !
4 files changed, 7 insertions(+)

 workaround tsc update
fix test.patch | (download)

test/lines.ts | 3 2 + 1 - 0 !
test/parens.ts | 1 1 + 0 - 0 !
2 files changed, 3 insertions(+), 1 deletion(-)

 workaround autopkgtest mis-equality
use source map js.patch | (download)

lib/lines.ts | 2 1 + 1 - 0 !
lib/util.ts | 6 3 + 3 - 0 !
test/mapping.ts | 2 1 + 1 - 0 !
3 files changed, 5 insertions(+), 5 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.