Import specifier resolution with alias support.
Aliases map import prefixes to filesystem paths:
config :volt, :aliases, %{
"@" => "assets/src",
"@components" => "assets/src/components"
}When import Foo from '@/utils/foo' is encountered, the @/ prefix
is replaced with the configured path before resolution.
Summary
Functions
Resolve an import specifier using the given aliases.