namespace

Pnamespace
Bun

Symbol

PluginConstraints.namespace

namespace?: string

Only apply the plugin when the import specifier has a namespace matching this string

Namespaces are prefixes in import specifiers. For example, "bun:ffi" has the namespace "bun".

The default namespace is "file" and it can be omitted from import specifiers.