* Gets a logger instance scoped to this loader and module. * Useful for emitting debug or compilation information in a structured way. * @param name the name or category of the logger * @returns the scoped logger instance
(name?: string)
| 65 | * @returns the scoped logger instance |
| 66 | */ |
| 67 | getLogger(name?: string): Logger; |
| 68 | |
| 69 | /** |
| 70 | * Resolves a module request (e.g., a relative path or module name) to an absolute file path. |
no outgoing calls
no test coverage detected