
Product
A New Overview in our Dashboard
We redesigned Socket's first logged-in page to display rich and insightful visualizations about your repositories protected against supply chain threats.
@types/broccoli-merge-trees
Advanced tools
TypeScript definitions for broccoli-merge-trees
npm install --save @types/broccoli-merge-trees
This package contains type definitions for broccoli-merge-trees (https://github.com/broccolijs/broccoli-merge-trees#readme).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/broccoli-merge-trees.
import { InputNode } from "broccoli-node-api";
import Plugin = require("broccoli-plugin");
export = broccoliMergeTrees;
/**
* @param inputNodes An array of nodes, whose contents will be merged
* @param options A hash of options
*/
declare function broccoliMergeTrees(
inputNodes: InputNode[],
options?: broccoliMergeTrees.Options,
): broccoliMergeTrees.MergeTrees;
declare namespace broccoliMergeTrees {
class MergeTrees extends Plugin {
constructor(inputNodes: InputNode[], options?: Options);
build(): void | never;
}
interface Options {
/**
* A descriptive annotation. Useful for debugging, to tell multiple instances of the same plugin apart.
*/
annotation?: string;
/**
* A string representing the destination path that merged files will be copied to.
*/
destDir?: string;
/**
* By default, broccoli-merge-trees throws an error when a file exists in multiple nodes.
* If you pass `{ overwrite: true }`, the output will contain the version of the file
* as it exists in the last input node that contains it.
*/
overwrite?: boolean;
}
}
These definitions were written by Konrad Perlicki.
FAQs
TypeScript definitions for broccoli-merge-trees
We found that @types/broccoli-merge-trees demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
We redesigned Socket's first logged-in page to display rich and insightful visualizations about your repositories protected against supply chain threats.
Product
Automatically fix and test dependency updates with socket fix—a new CLI tool that turns CVE alerts into safe, automated upgrades.
Security News
CISA denies CVE funding issues amid backlash over a new CVE foundation formed by board members, raising concerns about transparency and program governance.