migration to JS engine #1

Merged
akulij merged 131 commits from dev into main 2025-05-31 08:49:52 +00:00
Showing only changes of commit bd800e88eb - Show all commits

View File

@ -7,6 +7,9 @@ const dialog = {
state: "start" state: "start"
}, },
cancel: { cancel: {
buttons: [
[{name: {name: "Def"}, callback_name: "defcall"}]
],
state: "none" state: "none"
}, },
somecomplicatedcmd: {} somecomplicatedcmd: {}