[][src]Module resast::decl

Structs

ExportSpecifier

The name of the thing being exported this might include an alias

ModImport

A declaration that imports exported members of another module

NormalImportSpec
VarDecl

The identifier and optional value of a variable declaration

Enums

Decl

The declaration of a variable, function, class, import or export

DefaultExportDecl

A default export

ImportSpecifier

The name of the thing being imported

ModDecl

A module declaration, This would only be available in an ES Mod, it would be either an import or export at the top level

ModExport

Something exported from this module

NamedExportDecl

An export that has a name