@oazmi/esbuild-types - v0.25.0
    Preparing search index...

    Interface StdinOptions

    interface StdinOptions {
        contents: string | Uint8Array<ArrayBufferLike>;
        resolveDir?: string;
        sourcefile?: string;
        loader?: Loader;
    }
    Index

    Properties

    contents: string | Uint8Array<ArrayBufferLike>
    resolveDir?: string
    sourcefile?: string
    loader?: Loader