|
Asper Header
1.0.14
The header injector extension
|

Public Member Functions | |
| constructor (filePath:string|undefined=undefined, cwd:string|undefined=undefined, alternateFilePath:string|undefined=undefined) | |
| Constructor for LazyFileLoader. | |
Definition at line 99 of file lazyFileLoad.ts.
|
inline |
Constructor for LazyFileLoader.
| filePath | Optional path to the file to be loaded |
| cwd | Optional current working directory for path resolution |
Initializes the lazy file loader with optional file path and working directory. The file is not loaded until the first call to get().
Definition at line 120 of file lazyFileLoad.ts.