fix a bit some, node-importing is now barrelled into one file.

This commit is contained in:
vorotamoroz
2026-06-12 10:13:10 +01:00
parent edb857f50d
commit 8764f447f9
21 changed files with 42 additions and 36 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ function processFile(filePath: string) {
return updatedSourceText;
}
const targetDir = `../_types/`;
const targetDir = `./_types/`;
async function processDir(dirPath: string) {
for await (const entry of Deno.readDir(dirPath)) {