Skip to main content
Module

x/mesozoic/mod.ts>SourceFileBag

A generic build system for Deno web apps
Go to Latest
class SourceFileBag
extends Set<ISource>
import { SourceFileBag } from "https://deno.land/x/mesozoic@v1.0.0-alpha.10/mod.ts";

A SourceFileBag holds ISource

Methods

filter(predicate: (file: ISource) => boolean)
find(predicate: (file: ISource) => boolean)

Merge this SourceFileBag with another

Static Methods

private
create(items: ISource[]): SourceFileBag