Closed martin-henz closed 8 months ago
The display of statement sequences currently includes brackets which are not part of of JavaScripts statement syntax.
The square brackets are added in the astToString function that gives string representation of nodes.
astToString
It's in js-slang - I'll fix it there.
js-slang
The display of statement sequences currently includes brackets which are not part of of JavaScripts statement syntax.