Unclosed brackets and parens cause an infinite loop
Created by: jussi-kalliokoski
All of these files will cause sjs to go to an infinite loop:
{
[
(
Expected behavior would probably be either to throw an error or ignore it. I'd maybe ignore with a warning.