X Tutup
Skip to content

Support back assignment for variables exported with ExportDeclaration #430

@ark120202

Description

@ark120202
let x = false;
export { x };
x = true;

Exported value should be true.

Since ExportDeclaration's may appear only on the top level symbols do exist in the scopeSymbol.exports that would be easy to implement.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      X Tutup