File resolved by URL resolver

interface UrlFile {
    from: string;
    source: Uint8Array;
    urlQuery?: string;
}

Properties

Properties

from: string

Absolute path to file

source: Uint8Array

File source

urlQuery?: string

Original query extracted from the input path