File resolved by @import resolver

interface ImportFile {
    from: string;
    source: Uint8Array;
}

Properties

Properties

from: string

Absolute path to file

source: Uint8Array

File source