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