Skip to content

Commit

Permalink
remove @ts-ignore warning
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpza committed Aug 8, 2024
1 parent c936089 commit 70d9e7b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/harmony/versions/three-eight.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ export function handler(context: TsTransformPathsContext, prop: string | symbol)
dsNode.modifiers,
dsExportClause,
dsModuleSpecifier,
// @ts-ignore - This was added in later versions of 3.x
dsNode.isTypeOnly,
);
};
Expand Down

0 comments on commit 70d9e7b

Please sign in to comment.