Skip to content

Commit

Permalink
Fix assertClause deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
LouieK22 committed Feb 14, 2024
1 parent 70e54f7 commit 0cfdccc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Project/transformers/builtin/transformPaths.ts
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ export const transformPaths = (context: ts.TransformationContext) => (sourceFile
node.isTypeOnly,
node.exportClause,
fileLiteral,
node.assertClause,
node.attributes,
);
}

Expand All @@ -289,7 +289,7 @@ export const transformPaths = (context: ts.TransformationContext) => (sourceFile
node.isTypeOnly,
node.exportClause,
fileLiteral,
node.assertClause,
node.attributes,
)
: undefined;
}
Expand Down

0 comments on commit 0cfdccc

Please sign in to comment.