Extract managed form elements from XML
CI / python (push) Has been cancelled
CI / rust (push) Has been cancelled

This commit is contained in:
2026-05-21 06:10:05 +03:00
parent 5bd188fe6f
commit af900e4e34
9 changed files with 186 additions and 46 deletions
+1
View File
@@ -139,6 +139,7 @@ export type NamedNode = {
kind: string;
name: string;
qualified_name: string;
attributes: Record<string, unknown>;
};
export type SourceLocation = {