Seems it's not supporting spreading objects at the moment. `const json = { a: "Value A", b: "Value B" }; const jsons = {...json};` This simple code throws error
Seems it's not supporting spreading objects at the moment.
`const json = {
a: "Value A",
b: "Value B"
};
const jsons = {...json};`
This simple code throws error