Merge branch 'dev' into dev2

This commit is contained in:
MichaelDvP
2023-11-21 11:24:04 +01:00
13 changed files with 131 additions and 123 deletions

View File

@@ -498,8 +498,8 @@ function createStructureReader(structure, firstId) {
key === '__proto__'
? '__proto_:r()'
: validName.test(key)
? key + ':r()'
: '[' + JSON.stringify(key) + ']:r()'
? key + ':r()'
: '[' + JSON.stringify(key) + ']:r()'
)
.join(',') +
'})}'