struct

Dragonstone::AST::NamedImport

Inherits Struct < Value < Object

This is so we can require other files, in this case: use { Foo, bar as baz } from "./path.ds"

Constructors

new(name : String, alias_name : String | Nil = nil)
Source

Instance methods

alias_name
Source
name
Source
to_source
Source