Event emitter for error notifications.
Asynchronously opens a vim at source, applying the provided settings.
The source to open, either as a string or ArrayBuffer.
Partial settings to apply to the opened source.
Optional
onProgress: (p: IProgressLogs) => voidOptional callback function to track progress during opening. Receives progress logs as input.
Creates a new load request for the provided source and settings.
The url to the vim file or a buffer of the file.
Optional
settings: Partial<VimSettings>Settings to apply to vim file.
A new load request instance to track progress and get result.
Provides functionality for asynchronously opening sources and tracking progress. Includes event emitters for progress updates and completion notifications.