Skip to content

Commit

Permalink
resources: replace usage of deprecated ts function
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Sep 14, 2022
1 parent 8542707 commit eab0d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/build-deno.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ for (const filepath of srcFiles) {
]);
const printer = ts.createPrinter({ newLine: ts.NewLineKind.LineFeed });
const newContent = printer.printBundle(
ts.createBundle(transformed.transformed),
ts.factory.createBundle(transformed.transformed),
);

transformed.dispose();
Expand Down

0 comments on commit eab0d67

Please sign in to comment.