binding compiler
This commit is contained in:
parent
bb9b300d6f
commit
4d5f81f7e5
8 changed files with 188 additions and 15 deletions
|
|
@ -2,6 +2,6 @@ import { Memory } from "./Memory.js"
|
|||
|
||||
process.on("beforeExit", () => {
|
||||
Memory.cache.forEach(({ elements, namespace }) => {
|
||||
console.log(Memory.gen_ui_file_content(namespace, elements))
|
||||
const contents = Memory.gen_ui_file_contents(namespace, elements)
|
||||
})
|
||||
})
|
||||
|
|
|
|||
Reference in a new issue