W3cubDocs

/Haxe

ImportMode

package haxe.macro

import haxe.macro.Expr

Available on all platforms

Represents the import mode.

See also:

Values

INormal

Represents a default import import c.

IAsName(alias:String)

Represents the alias import import c as alias.

IAll

Represents the wildcard import import *.

© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/haxe/macro/ImportMode.html