binding compiler
This commit is contained in:
parent
bb9b300d6f
commit
4d5f81f7e5
8 changed files with 188 additions and 15 deletions
|
|
@ -17,7 +17,7 @@ export const Memory = {
|
|||
return namespace
|
||||
},
|
||||
|
||||
gen_ui_file_content(namespace: string, elements: Map<string, UI<Type, Renderer | null>>) {
|
||||
gen_ui_file_contents(namespace: string, elements: Map<string, UI<Type, Renderer | null>>) {
|
||||
return JSON.stringify(
|
||||
{
|
||||
namespace,
|
||||
|
|
|
|||
Reference in a new issue