Closed janpaepke closed 2 years ago
This fixes https://github.com/mmkal/slonik-tools/issues/379
It seems typescript >4.2 doesn't like const x = new Map<string, string>() when using createSourceFile, for details see issue.
const x = new Map<string, string>()
createSourceFile
This is an easy workaround.
This fixes https://github.com/mmkal/slonik-tools/issues/379
It seems typescript >4.2 doesn't like
const x = new Map<string, string>()
when usingcreateSourceFile
, for details see issue.This is an easy workaround.