Open
Description
It seems there are no tests around destructuring in export statements.
The only exception is around top-level await in src/top-level-await/syntax/export-var-init.template and the resulting tests.
So for example there are no tests around
export let [a, b] = [1, 5];
Working as expected in the current test suite.
I have now hitted this a couple of times during my work on sobek - arguably a very less known implementation, forked from goja
Metadata
Metadata
Assignees
Labels
No labels