* Loads a file asynchronously.
(
filename: string,
currentDirectory: string,
options: Record<string, any>,
environment: Environment
)
| 60 | * Loads a file asynchronously. |
| 61 | */ |
| 62 | loadFile( |
| 63 | filename: string, |
| 64 | currentDirectory: string, |
| 65 | options: Record<string, any>, |
no outgoing calls
no test coverage detected