mirror of
https://github.com/jamiebuilds/the-super-tiny-compiler.git
synced 2024-10-27 20:34:08 +00:00
(typo) close array in sample ast (arguments array)
For posterity 👍
This commit is contained in:
parent
f0321d5b1d
commit
63302b2263
@ -847,7 +847,7 @@ function traverser(ast, visitor) {
|
|||||||
* | type: 'NumberLiteral',
|
* | type: 'NumberLiteral',
|
||||||
* | value: '2'
|
* | value: '2'
|
||||||
* | }]
|
* | }]
|
||||||
* (sorry the other one is longer.) | }
|
* (sorry the other one is longer.) | }]
|
||||||
* | }
|
* | }
|
||||||
* | }]
|
* | }]
|
||||||
* | }
|
* | }
|
||||||
|
Loading…
Reference in New Issue
Block a user