NPM Build Utilities @ 0.1.3
    Preparing search index...

    Interface Snapshot

    The required shape for a snapshot stage.

    SnapshotStage.ARGS_DEFAULT For defaults.

    0.1.0-alpha

    interface Snapshot {
        ignoreGlobs: string[] | ((stage: Stage) => string[]);
        utils: { compiler?: Stage_Compiler; fs?: FileSystem };
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    ignoreGlobs: string[] | ((stage: Stage) => string[])

    Globs to ignore when putting together the snapshot.

    utils: { compiler?: Stage_Compiler; fs?: FileSystem }

    Optional class instances to use.