Skip to content

Module re-exports #127

@aallan

Description

@aallan

A module cannot re-export declarations imported from other modules. A library that imports from multiple modules cannot expose a unified API surface to its own importers.

Spec reference: Chapter 8 (Modules), Section 8.11 limitations table.

Example of desired syntax (design TBD):

public import vera.math(abs, max)  -- re-exports abs and max

Metadata

Metadata

Assignees

No one assigned

    Labels

    C8.5C8.5 — Completenessmodule-systemCross-file module system

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions