# Functions
AllImport builds an ImportEntry where all the symbols are imported.
EmptyImport builds an ImportEntry where nothing specific is imported, like a side effect import.
No description provided by the author
SymbolsImport builds an ImportEntry where only specific symbols are imported.
# Structs
ExportEntries is the result of gathering all the export statements from a source file, in case the language implementation explicitly exports certain files.
ExportEntry represents an import statement in a programming language.
ExportsResult is the result of gathering all the export statements from a source file.
ExportSymbol represents a symbol that it's being exported.
FileInfo gathers all the information related to a source file.
ImportEntry represents an import statement in a programming language.
ImportsResult is the result of gathering all the import statements from a source file.
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author