specify the import-map to use for resolving aliases. to read more about import-maps check out ImportMap.
Optional
pluginprovide a unique symbol that will be implanted into the entity's esbuild.OnResolveArgs.PluginData, so that subsequent calls to the same import-map path-resolver will terminate early, in order to avoid infinite recursion.
Optional
outputspecify an optional namespace to assign to entity being resolved, if it does happen to be part of your importMap. if the input entity's path is not part of the import-map, then this namespace will not be assigned.
specify the regex filter to use for your import-map path-resolver plugin.
Optional
inputspecify the namespace filter to use for your import-map path-resolver plugin.
the configuration interface for the import-map esbuild plugin importMapPluginSetup.