From 5935ab46f21834b938c3d13c359bd76f460b85f2 Mon Sep 17 00:00:00 2001 From: Adarsh Chandran Date: Thu, 7 Apr 2016 14:16:39 +0530 Subject: [PATCH] missed square bracket in new AST 3 arrays are opened in new ast but only 2 are closed. In test.js, it is correctly closed. --- super-tiny-compiler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/super-tiny-compiler.js b/super-tiny-compiler.js index e4e214d..0cd203e 100644 --- a/super-tiny-compiler.js +++ b/super-tiny-compiler.js @@ -751,7 +751,7 @@ function traverser(ast, visitor) { * | type: 'NumberLiteral', * | value: '2' * | }] - * (sorry the other one is longer.) | } + * (sorry the other one is longer.) | }] * | } * | }] * | }