bytebox - v1.0.0
    Preparing search index...

    Interface BindgenOptions

    What to generate.

    1.0.0

    interface BindgenOptions {
        introspect?: boolean;
        javaPackage?: string;
        packages: string[];
        root: string;
    }
    Index
    introspect?: boolean

    Whether to import a package whose exports no static analysis could see, and read them off the module object. Defaults to on.

    Installing a package already runs its own install scripts, so importing one is not a new trust boundary. It is still the only tier that executes third-party code, and turning this off is the way to say a build may not.

    javaPackage?: string

    The Java package the generated classes live in.

    packages: string[]

    Package specifiers, each optionally naming a subpath export: nanoid, edgeport/smtp.

    root: string

    The directory holding node_modules.