Update type fallback and tools.

This commit is contained in:
vorotamoroz
2026-06-19 08:45:37 +01:00
parent 874164ecf5
commit efb6a0a814
346 changed files with 346 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ function processFile(filePath: string, origin: string, repoHash: string): string
let updated = false;
// 0. insert a commit hash comment at the top of the file
sourceFile.insertText(0, `// REPO: ${origin} Commit hash: ${repoHash}\n`);
sourceFile.insertText(0, `// @ts-nocheck\n// REPO: ${origin} Commit hash: ${repoHash}\n`);
updated = true;
// 1. Replacements for Uint8Array<ArrayBuffer> and DataView<ArrayBuffer>