fix: align project with upstream layout

This commit is contained in:
maunzCache
2025-03-30 14:02:12 +02:00
committed by Michael Hoffmann
parent 91ab40725d
commit 3a58dc8928
19 changed files with 575 additions and 123 deletions

1
bindings/node/index.d.ts generated vendored
View File

@@ -19,7 +19,6 @@ type NodeInfo =
});
type Language = {
name: string;
language: unknown;
nodeTypeInfo: NodeInfo[];
};