Interface: HydratedModuleData
The hydrated module data.
Hierarchy
↳
HydratedModuleData
Properties
extension
• extension: string
The extension of the module.
Inherited from
Defined in
projects/pieces/src/lib/strategies/ILoaderStrategy.ts:22
name
• name: string
The name of the module.
Inherited from
Defined in
projects/pieces/src/lib/strategies/ILoaderStrategy.ts:12
path
• path: string
The absolute path to the module.
Inherited from
Defined in
projects/pieces/src/lib/strategies/ILoaderStrategy.ts:17
root
• root: string
The directory the module was loaded from.