Home Reference Source

References

Class Summary

Static Public Class Summary
public

Keeps track of all the files that depend on each dependency.

public

Dum

public

Writes output to the console and makes noises.

public

Stores options from taken from package.json.

public

Holds path information relevant to the transformation of a single file.

public

Keeps track of all jstransformers and can transform any file.

Function Summary

Static Public Function Summary
public

cli()

Runs dum using the current pwd.

public

exists(path: *): *

Whether the file exists.

public

fileKind(filename: *): string

Whether the path is a directory, file, or does not exist.

public

promiseDone(promise: *)

Complains about any errors in a promise.

public

traverseTree(dirPath: *, objectPattern1: {"filter": *, "traverseDir": *, "traverseFile": *}): *

Calls traverseDir on every directory and traverseFile on every file.