prepare for 3.6.3 release

This commit is contained in:
Proddy
2023-11-18 13:19:02 +01:00
parent 1c3bc98bbb
commit 9c8677acb9
8 changed files with 19 additions and 19 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(',') +
'})}'