The module ids dynamically imported by this module.
The ids of all modules that dynamically import this module.
All exported variables
The id of the module for convenience
The module ids statically imported by this module.
The ids of all modules that statically import this module.
ExperimentalinputThe detected format of the module, based on both its syntax and module definition
metadata (such as package.json type and file extensions like .mjs/.cjs/.mts/.cts).
import/export statements or is defined as ESM by module metadata)module.exports, exports, top-level return, or is defined as CommonJS by module metadata)OptionalinvalidateWhether this module is a user- or plugin-defined entry point.
See Custom module meta-data section for more details.
Optionalpackage
The source code of the module.
nullif external or not yet available.