We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed6441b commit 22a8267Copy full SHA for 22a8267
build/logic/generate.ts
@@ -303,7 +303,6 @@ function isPartialReplacement(
303
betterFile: ts.SourceFile,
304
): boolean {
305
// Compare type parameters and herigate using full text.
306
- if (interfaceDecl.name.escapedText === "Uint8Array") debugger;
307
if (
308
interfaceDecl.typeParameters !== undefined &&
309
replacementDecl.typeParameters !== undefined &&
0 commit comments