Skip to content

Commit 22a8267

Browse files
authored
refactor: remove debugger statement (#55)
1 parent ed6441b commit 22a8267

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build/logic/generate.ts

-1
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,6 @@ function isPartialReplacement(
303303
betterFile: ts.SourceFile,
304304
): boolean {
305305
// Compare type parameters and herigate using full text.
306-
if (interfaceDecl.name.escapedText === "Uint8Array") debugger;
307306
if (
308307
interfaceDecl.typeParameters !== undefined &&
309308
replacementDecl.typeParameters !== undefined &&

0 commit comments

Comments
 (0)