`lightscript@0.5.9`: ```js export { a b } ``` ```js Unexpected token, expected , (3:2) ``` The same ASI (ACI?) rules should probably apply here as with objects/arrays.
[email protected]:The same ASI (ACI?) rules should probably apply here as with objects/arrays.