Skip to content

Interaction with export * from #31

@nicolo-ribaudo

Description

@nicolo-ribaudo

Even though we do not support export defer * from, we still need to make sure that export defer and export * from interact properly. Consider this example:

export * from "x";

// x
export defer { foo } from "y";
export defer { default } from "z";

Is y loaded? (probably yes)
Is z loaded? (ideally no)

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