The identifier of the module doing the import.
Whether the module identifier has been resolved by e.g. plugins.
The identifier of the module in question.
Imports resolution root.
Either the one passed as a plugin option, otr the one created automatically.
Resolution request rewritten by this one.
Resolutions may be chained. E.g. when node-resolve
module resolves the module, it tries to continue resolution
of just resolved identifier. This property would contain the original request in such case.
Checks whether the module should be bundled or not according to default plugin logic.
This can be used to retain the default plugin functionality for some modules.
Promise resolved to true
to externalize the module, false
to bundle it, or undefined
to make Rollup
to decide.
Resolves the module doing the import.
Promise resolved to either importer module, or resolution when the latter is missing.
Resolves the module in question.
Promise resolved to imported module.
Generated using TypeDoc
A request for check whether the module should be bundled or not.
An instance of this class is passed to custom isExternal method.
The properties of this class correspond to external Rollup option parameters.