dvvl
This commit is contained in:
parent
9e39732c82
commit
dba48ff012
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ export class Memory extends Class {
|
|||
public static build() {
|
||||
const data: Map<string, any> = new Map()
|
||||
|
||||
Memory.files.entries().forEach(([path, { elements, namespace }]) => {
|
||||
Array.from(Memory.files.entries()).forEach(([path, { elements, namespace }]) => {
|
||||
const record: Record<string, any> = {}
|
||||
|
||||
elements.forEach(element => (record[element.name] = element))
|
||||
|
|
|
|||
Reference in a new issue