Skip to content

ImportModule

A module bound by import foo or import foo: bar.

Inherits from: Import

Fields

is_pub @ Bool

Whether the module was imported pub.

type_only @ Bool

Whether the module was imported with @, for types only.