banira
    Preparing search index...

    Interface BundleOptions

    Options controlling how bundleModule resolves the module graph.

    interface BundleOptions {
        confineToRoot?: string;
    }
    Index

    Properties

    Properties

    confineToRoot?: string

    Confine the bundled module graph to this directory: if the entry's local imports pull in a source file outside confineToRoot, bundling throws rather than inlining out-of-tree source. Used by the MCP --local-only mount path so a component can't reach ../../secret.ts. See security-findings #22.