ImportInfo

Information about one import statement

@component("importer")
struct ImportInfo {}

Members

Variables

name
string[] name;

Parts of the imported module. (std.stdio -> ["std", "stdio"])

rename
string rename;

Available if the module has been imported renamed

selectives
SelectiveImport[] selectives;

Array of selective imports or empty if the entire module has been imported

Meta