Skip to content

Commit

Permalink
refactor: remove debugger statement (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
uhyo authored Dec 2, 2024
1 parent ed6441b commit 22a8267
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build/logic/generate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,6 @@ function isPartialReplacement(
betterFile: ts.SourceFile,
): boolean {
// Compare type parameters and herigate using full text.
if (interfaceDecl.name.escapedText === "Uint8Array") debugger;
if (
interfaceDecl.typeParameters !== undefined &&
replacementDecl.typeParameters !== undefined &&
Expand Down

0 comments on commit 22a8267

Please sign in to comment.