Skip to content

Lack of tests around destructuring and export statements #4432

Open
@mstoykov

Description

@mstoykov

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions